-
rich! @ etiviti posted on the forum topic How to make a permalink for a WordPress template menu directly to a group forum in the group How-To and Troubleshooting: 14 years, 1 month ago
looks like the group is private – so buddypress will redirect back to the main page (if someone is not a member)
-
rich! @ etiviti posted on the forum topic permalink /about instead of /index.php/about in the group How-To and Troubleshooting: 14 years, 1 month ago
-
rich! @ etiviti posted on the forum topic Release for 1.2.6? in the group Miscellaneous: 14 years, 1 month ago
looks like tickets have been cleared by jjj – hopefully everyone can test it out https://trac.buddypress.org/browser/branches/1.2
-
rich! @ etiviti posted on the forum topic Replies to Forum Topics in the Activity Stream show up as a Forum Reply in the group How-To and Troubleshooting: 14 years, 1 month ago
@andrewteg how to add a view post, view reply, etc…
http://etivite.com/groups/buddypress/forum/topic/how-did-you-add-the-view-blogpost-button/#post-227 -
rich! @ etiviti started the forum topic adding gravatar hovercard to a member profile page in the group Creating & Extending: 14 years, 1 month ago
borrowed this
http://ottopress.com/2010/gravatar-hovercards/and turned it into this
http://twitpic.com/2ve1uzand how to add it
http://etivite.com/groups/buddypress/forum/topic/quick-tip-add-gravatar-hovercard-to-buddypress-member-profile-pages/#topicjust note the changing of the activity/entry.php theme file – otherwise the hovercard script…[Read more]
-
rich! @ etiviti posted on the forum topic the bp_has_activities() loop filtering in the group How-To and Troubleshooting: 14 years, 1 month ago
action is the activity type – such as new_forum_post, new_forum_topic, activity_comment, status_update, or whatever is being used by plugins
i guess it depends on what information you want to display. maybe you need to pass in the object (component) or nothing at all
-
rich! @ etiviti posted on the forum topic Grab a Codex shovel in the group buddypress.org Ninjas: 14 years, 1 month ago
Beer
is
a requirement for BuddyPress! -
rich! @ etiviti posted on the forum topic Display email on profilepage in the group How-To and Troubleshooting: 14 years, 1 month ago
for a displayed user – stored in
$bp->displayed_user->userdata
(bp automagically pulls in the userdata from bp_core_get_core_userdata during setup_globals)so for the email address
$bp->displayed_user->userdata->user_email
just create a function around that to echo and hook on an action (ie,bp_before_member_header_meta
) used in the member…[Read more] -
rich! @ etiviti posted on the forum topic How to order members list alphabetically by default in the group How-To and Troubleshooting: 14 years, 1 month ago
what params can be passed to the members loop (edit a theme file or create a child theme for members/index)
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/but a small bug, if no xprofile data then not all the members will be returned
https://trac.buddypress.org/ticket/1670 -
rich! @ etiviti posted on the forum topic the bp_has_activities() loop filtering in the group How-To and Troubleshooting: 14 years, 1 month ago
like so?
http://etivite.com/groups/buddypress/forum/topic/how-did-you-add-the-view-blogpost-button/#topicjust a link to the forum thread using
bp_activity_thread_permalink
-
rich! @ etiviti posted on the forum topic the bp_has_activities() loop filtering in the group How-To and Troubleshooting: 14 years, 1 month ago
no comma
'action=new_blog_post&max=5'
-
rich! @ etiviti posted on the forum topic Action for hooking into Blog Directory? in the group Creating & Extending: 14 years, 1 month ago
bp_directory_blogs_item or bp_directory_blogs_actions
-
rich! @ etiviti posted on the forum topic Activity Stream background different for admins and groups in the group Creating & Extending: 14 years, 1 month ago
might point you in the right direction
http://etivite.com/groups/buddypress/forum/topic/quick-tip-highlight-friends-following-own-activity-stream-items/#topic -
rich! @ etiviti posted on the forum topic Search a hashtag? in the group BuddyPress Activity Stream Hashtags: 14 years, 1 month ago
well technically, it is a search_term within
bp_has_activities( 'search_terms=#sometag' )
(though i don’t believe buddypress provides a way to search the activity stream)you could just change up the url and see what hits
-
rich! @ etiviti posted on the forum topic Editing Group activity stream in the group How-To and Troubleshooting: 14 years, 1 month ago
you can block them all together (but will need to remove the previous ones manually)
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/otherwise there is a few hacks in previous threads on how to filter on the activity array and unset items.
-
rich! @ etiviti posted on the forum topic Removing the ”view” link from the activity stream in the group How-To and Troubleshooting: 14 years, 1 month ago
could redirect before loading the single/activity/permalink template ->
bp_core_redirect( $bp->loggedin_user->domain );
just hook on the action bp_activity_screen_single_activity_permalink
-
rich! @ etiviti posted on the forum topic Ban and Kick User is Broken in the group How-To and Troubleshooting: 14 years, 1 month ago
same for mark user as spammer
https://trac.buddypress.org/ticket/2575 -
rich! @ etiviti posted on the forum topic New Plugin: Restrict Email Domains on registration for single WordPress installs in the group BuddyPress Restrict Email Domains: 14 years, 1 month ago
i’d imagine for wordpress.org – so both single and ms can use the same functions (is_email_address_unsafe function is not included in the single wordpress setup since part of the ms-functions.php)
but this plugin uses the same site_options – so if moving back and forth between setups – won’t lose any data.
-
rich! @ etiviti started the forum topic New Plugin: Restrict Email Domains on registration for single WordPress installs in the group BuddyPress Restrict Email Domains: 14 years, 1 month ago
Enable the same Multisite user registration checks on “Limited Email Registrations” and “Banned Email Domains” for a single WordPress BuddyPress install.
Just enter the domains under wp-admin -> buddypress -> restrict email
-
rich! @ etiviti posted on the forum topic Preventing certain email providers from registering in the group How-To and Troubleshooting: 14 years, 1 month ago
bumping it up with a simple solution via a filter
http://etivite.com/groups/buddypress/forum/topic/quick-tip-added-banned-email-domain-check-to-multisite-buddypress-registration/#topicthe check is just missing in the buddypress signup process vs multisite
- Load More
@nuprn1
Not recently active