Skip to content

Configure Settings

All addon settings live in the Reign theme options page under the Geodirectory Settings tab, on the General Settings vertical sub-tab.

  1. In the WordPress admin, open the Reign theme options page.
  2. Select the Geodirectory Settings tab.
  3. Select the General Settings sub-tab.
  4. Change the fields, then save with the Reign options save button.

Saving requires the manage_options capability and is nonce-protected.

The settings you see depend on the active community platform:

  • With BuddyPress active, the BuddyPress section is shown.
  • With PeepSo active, the PeepSo section is shown.
  • With both active, both sections appear, each under its own heading, and each is saved independently.

Some fields are BuddyPress-only, as noted below.

Field Type What it does
Places Tab Checkbox Show the Places tab on member profiles (and the admin-bar shortcut for BuddyPress).
Places Layout Select Listing layout for the Places tab. Five options; see below.
New Place Activity Checkbox Post an activity update when a member adds a place.
Marked Favorite Place Activity Checkbox Post an activity update when a member marks a place as favorite.
Place Review Activity Checkbox Post an activity update when a member reviews a place.
New Place Notification Checkbox (BuddyPress only) Notify members when a place is added. Sent to all members except the author, in background batches.
Place Review Notification Checkbox Notify the listing author and administrators when a place is reviewed.
Marked Favorite Place Notification Checkbox Notify the listing author when their place is marked as favorite.
Places Tab Label Text Label for the Places tab in the member profile.
Places Tab Slug Text (BuddyPress only) URL segment for the Places tab in the BuddyPress profile.
Profile Listings CPTs Checkbox list (BuddyPress only, shown when more than one GeoDirectory post type exists) Which GeoDirectory post types appear as profile sub-tabs. Leave all unchecked to show every registered post type.
Option shown Stored value
Grid View (Two Columns) gridview_onehalf (default)
Grid View (Three Columns) gridview_onethird
Grid View (Four Columns) gridview_onefourth
Grid View (Five Columns) gridview_onefifth
List view listview

The addon decides which tabs, activities, and notifications to wire up when each page request starts, based on the saved toggles. A saved change therefore takes effect on the next request. If a change does not appear immediately, reload the page.

All fields are saved inside the shared Reign theme option reign_options, under the section reign_geodirectory (BuddyPress) or reign_peepso_geodirectory (PeepSo). The addon does not create its own option row for these settings. See Settings and Data Storage for detail.