-
powers1 posted on the forum topic My action hooked on 'template_redirect' is not fired anymore in the group Third Party Components & Plugins: 14 years, 10 months ago
When hooking into template_redirect make sure that the priority is set (third arg):
add_action('template_redirect', 'my_function', 1);The priority argument defaults to 10 – BuddyPress uses a priority of 2 when hooking into template_redirect. Set the priority of your function to a number less than 2, so your hook is executed before BuddyPress…[Read more]
-
powers1 joined the group Third Party Components & Plugins 14 years, 10 months ago
-
powers1 started the forum topic Profile Change Password – Require Existing Password in the group How-To and Troubleshooting: 14 years, 11 months ago
On the password confirm page on 1.2.4.1 (at url http://mybpurl.com/members/username/settings/) a logged-in user can change their password. This is excellent. The problem is, if a user is logged in on a publicly accessible computer (and forgets to logout) there’s a chance someone else could come around and set a new password. How can I require […]
-
powers1 joined the group How-To and Troubleshooting 14 years, 11 months ago
-
powers1 started the forum topic Swap "Group" labels with "Team" labels? in the group Creating & Extending: 14 years, 11 months ago
How can I change all instances of “Group” in Buddypress output into “Team”? The internal database table names, function names, etc. should remain as
group– just looking for the labels output to site users to change. -
powers1 posted on the forum topic User/Group avatar URL *without* IMG tag in the group Creating & Extending: 14 years, 11 months ago
Look like it’s not available with the version of Buddypress we’ve got installed (1.2.4). Bummer!
The SVN version definitely supports the html parameter:
https://svn.buddypress.org/trunk/bp-core/bp-core-avatars.php -
powers1 started the forum topic User/Group avatar URL *without* IMG tag in the group Creating & Extending: 14 years, 11 months ago
How can I retrieve the URL to a user or group’s avatar/gravatar *without* the
IMGHTML tag? For our site layout we’re looking to use the avatar as a background image of a DIV – so we need just the URL, none of theIMGstuff. For instance, I’m using thebp_group_avatarfunction to return […] -
powers1 started the forum topic Using the permalink for an activity "View" link in the group Creating & Extending: 15 years ago
So, I’m creating custom activity types using the
bp_activity_addfunction. Currently installed: Buddypress 1.2.4.1. This question is about the “View” link next to an activity in a user’s activity stream. I don’t want it to link to the activity detail page – instead, I want it to link to my custom component. Instead of linking […] -
powers1 joined the group Creating & Extending 15 years ago
@powers1
Not recently active