-
rich! @ etiviti posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 14 years, 2 months ago
have a look at the bp_core_new_subnav_item function something like
bp_core_new_subnav_item( array( 'name' => 'My Profile Page' ), 'slug' => 'my-profile-page', 'parent_url' => $bp->loggedin_user->domain . $bp->profile->slug . '/', 'parent_slug' => $bp->profile->slug, 'screen_function' => 'my_profile_page_function_to_show_screen', 'position' => 40 )…
[Read more] -
rich! @ etiviti posted on the forum topic Groups tab…add most recent post blurb under group description. in the group How-To and Troubleshooting: 14 years, 2 months ago
a little quick tip i did to display the latest activity for a group http://etivite.com/groups/buddypress/forum/topic/quick-tip-display-the-groups-recent-activity-on-group-directory-groups-loop/#topic but this is using the activity stream content – so to filter the activity content to just forum topics: change the line ‘action’ => false to ‘action’…[Read more]
-
rich! @ etiviti posted on the forum topic Post exerpt with a ”read more” link in activity stream? in the group Requests & Feedback: 14 years, 2 months ago
i vaguely remember a BP jquery plugin for an older version of BP that did this but was unable to find it.
a plugin could be created – the entire content is pulled and the filter bp_get_activity_content_body is available. (though not all activity updates have a permalink – just members, and uses the same templatetags)
-
rich! @ etiviti posted on the forum topic Username in Profile URL in the group How-To and Troubleshooting: 14 years, 2 months ago
might be possible to override the filter bp_core_get_userid (what is used in catchuri) and instead of looking up via username and use a different sql statement
-
rich! @ etiviti posted on the forum topic Allow Only Public Groups in the group How-To and Troubleshooting: 14 years, 2 months ago
in the wp-admin->buddypress->restrict group creation
-
rich! @ etiviti posted on the forum topic All Forums Topics Disappeared When Site Moved to New Server in the group How-To and Troubleshooting: 14 years, 2 months ago
wpprefix_options table under the option_name “bb-config-location”
-
rich! @ etiviti posted on the forum topic All Forums Topics Disappeared When Site Moved to New Server in the group How-To and Troubleshooting: 14 years, 2 months ago
verify the bb-config.php file and the location stored in the db _options table “bb-config-location”
-
rich! @ etiviti posted on the forum topic Feature Request – View Unbumped Stream in the group BuddyPress Activity Stream Bump to Top: 14 years, 2 months ago
no luck after trying a few methods, sorry!
-
rich! @ etiviti posted on the forum topic Allow Only Public Groups in the group How-To and Troubleshooting: 14 years, 2 months ago
try https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ set “Create group capability” to “subscriber” and all other settings to something above
-
rich! @ etiviti posted on the forum topic Unread posts or posts since last visit in the group BuddyPress Forums Extras: 14 years, 2 months ago
i’m more inclined waiting for the new bbPress plugin before tackling a feature like this.
-
rich! @ etiviti posted on the forum topic member activity page on specific activity is TOO barren (help) in the group How-To and Troubleshooting: 14 years, 2 months ago
1)
uses the same theme activity templates in activity/entry.php – you could add some conditional logged_in checks and display a message2)
you can modify members/single/activity/permalink.php theme file (but requires some tandem css changes) -
rich! @ etiviti posted a new activity comment 14 years, 2 months ago
i would but unfortunately not available until sometime in late October
-
rich! @ etiviti posted a new activity comment 14 years, 2 months ago
might be related to this buddypress bug https://trac.buddypress.org/ticket/2613 when deleting a group the bb_forums table info is not removed. did you create a previous group and remove it? if so, try deleting the old data from the db.
-
rich! @ etiviti posted on the forum topic Marked Spammer Keeps Posting in the group How-To and Troubleshooting: 14 years, 2 months ago
same issue here on 1.2.5.2
https://trac.buddypress.org/ticket/2575 -
rich! @ etiviti posted on the forum topic Forum Index Bug2 in the group BuddyPress Forums Extras: 14 years, 2 months ago
there is a bug in buddypress bug (https://trac.buddypress.org/ticket/2613) that does not remove the _bb_forum data – possible this is happening and the group_meta is pointing to the older forum_id? can you verify in the database where the _group_meta->forum_id and the _bb_forum->id are the same? (or what they need to be)
-
rich! @ etiviti posted on the forum topic #Hashtag Plugin Bug: Can’t change font colors in the group BuddyPress Activity Stream Hashtags: 14 years, 2 months ago
great! let me know if any snags show up otherwise i’ll push a formal update once 1.2.6 is out.
-
rich! @ etiviti posted on the forum topic How to show notifications of replies to activity posts in the group How-To and Troubleshooting: 14 years, 2 months ago
one could tap into the bp_core_add_notification api to add a count to the notifications menu (unfortunately it does not allow sub-menu li – just a count and a component link)
if wanting to tap into the ‘my account’ menu – that is dependent on bp_nav components
-
rich! @ etiviti posted on the forum topic BuddyPress do_action and apply_filters hook reference db in the group Creating & Extending: 14 years, 2 months ago
i noticed a few are missing here and there. i’ll regen after 1.2.6 is out.
-
rich! @ etiviti posted on the forum topic #Hashtag Plugin Bug: Can’t change font colors in the group BuddyPress Activity Stream Hashtags: 14 years, 2 months ago
@paulhastings0 think i got it… plus another bug fix.
since you reported, you get to test it 😛
replace this function in bp-activity-hashtags.php (make sure you have the priority set high on those filters though, this has to hook after all the internal wordpress stuff)
-
rich! @ etiviti posted on the forum topic following & customise admin email in the group Welcome Pack: 14 years, 2 months ago
only thing that comes to mind – did you overwrite where you made the changes?
- Load More
@nuprn1
Not recently active