-
Henry replied to the topic Displaying the search term or phrase on member search in the forum How-to & Troubleshooting 11 years, 5 months ago
echo $_REQUEST['s'];
in members-loop.php worked! The global was the bit I didn’t like. For some reason I completely overlooked the obvious. Thanks @shanebp for the solution. -
Henry replied to the topic Displaying the search term or phrase on member search in the forum How-to & Troubleshooting 11 years, 5 months ago
@shanebp I thought that too but it seems to be. Check out how BP remembers the search term after clicking. See
bp_directory_members_search_form()
in bp-members-template.php -
Henry replied to the topic Adding classes to profile fields in the forum How-to & Troubleshooting 11 years, 6 months ago
@shanebp good shout!
-
KS Web Designer replied to the topic [Resolved] Retrieving username within the members-loop in the forum How-to & Troubleshooting 11 years, 6 months ago
Spot on! Thanks @shanebp
-
Henry replied to the topic Search for user role in the forum Creating & Extending 11 years, 6 months ago
@shanebp could the user’s role be assigned programmatically to an xprofile field? That would then be searchable using the standard member search
-
Paul Wong-Gibbs replied to the topic Function to update databse fields in the forum How-to & Troubleshooting 11 years, 6 months ago
@xkronik13x‘s code is all kinds of bad. @shanebp points out one of the reasons 🙂
-
bp-help replied to the topic Add Profile Field to Member Page in the forum How-to & Troubleshooting 11 years, 6 months ago
@shanebp
Don’t thank me yet! You might be hating me in a few days:
https://buddypress.org/support/topic/how-to-get-the-profile-field-name-and-its-value-in-the-members-loop/
I plan on releasing it on the WP repository! -
@mercime replied to the topic Database Schema map in the forum How-to & Troubleshooting 11 years, 6 months ago
@shanebp @xkronik13x for then upcoming version BP 1.3 which was made BP 1.5
-
Henry replied to the topic Is there anyway to create an ID after someone registers in the forum How-to & Troubleshooting 11 years, 6 months ago
@shanebp lol. There must be a plugin out there somewhere 🙂
-
Henry replied to the topic Is there anyway to create an ID after someone registers in the forum How-to & Troubleshooting 11 years, 6 months ago
@shanebp I think the OP just needs a unique numerical?
-
Alan Niemies replied to the topic [Resolved] List Members based on extended profile field value in the forum Creating & Extending 11 years, 6 months ago
Found the problem, it’s really simple: if we declare an empty “include” in bp_has_members, it displays a Members Loop with all members. Now it’s everything fine. Thanks a lot, @shanebp!
-
Squirrel replied to the topic Flat Portal theme in the forum Showcase 11 years, 7 months ago
Thanks @shanebp 🙂
It basically works in this way- I have a header file with multiple headers for different page templates or conditions such as is_singular() or is_page.. e.g
if (is_front_page() || is_404() || is_page_template('public-subpages.php') || is_page_template('public.php') || is_page_template('public-full.php') ||…
[Read more] -
Martin replied to the topic Disable notice to all users? in the forum How-to & Troubleshooting 11 years, 7 months ago
Oh wow, thanks so very much @shanebp for this. Limme test out to stop the filthy Spam scourge.
-
bp-help replied to the topic Developer job – help setting up a BuddyPress site / feasibility in the forum Miscellaneous 11 years, 7 months ago
@jnthnlstr
You can contact @shanebp and see if he is accepting clients at this time. -
bp-help replied to the topic dashboard settings page: WP 3.6 (multisite) and BP 1.8.1 (multiblog) in the forum How-to & Troubleshooting 11 years, 7 months ago
@shanebp
Interested in this as well. Have you figured it out yet? -
Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating & Extending 11 years, 7 months ago
Hi @shanebp and @henrywright-1
Thanks for your help- I agree with Shanebp that his function does the same thing and is simpler, however I still have the same problem in that it stops access to the members PROFILE page.
I think this must be a problem with BuddyPress though- maybe it’s a bug?
Anyway thank you both for helping with the functions…[Read more]
-
Henry replied to the topic Registration Process in the forum How-to & Troubleshooting 11 years, 7 months ago
Not currently for hire due to a lack of time – that said, there are quite a few BP developers who will be able to help. Perhaps check who is available on the jobs board. @shanebp might be a good person to ask
-
Henry replied to the topic Hide/restrict access to Private Messaging in the forum Creating & Extending 11 years, 7 months ago
@shanebp – oops thanks for pointing that out.
global $bp;
can be removed -
Henry replied to the topic Private Message Button Label Change in the forum How-to & Troubleshooting 11 years, 7 months ago
@shanebp good point about using the bp_send_private_message_link approach. Although you would avoid double buttons by using a translation file.
-
Henry replied to the topic Show if user is online by showing green border around avatar in member list in the forum How-to & Troubleshooting 11 years, 7 months ago
Take a look at @shanebp‘s posts in this thread:
Also some more info
Here:
http://blog.svnlabs.com/wordpress-user-is-online-or-offline/and here:
- Load More
@shanebp
Active 1 month ago