-
Boone Gorges replied to the topic Profile Image Widget Question in the forum How-to & Troubleshooting 7 years ago
Thanks, @Julia_B! Please do follow up when the Avada folks have had a chance to look at your issue. If BP is doing something wrong, we’d like to know about it, and your experience could be a useful resource for others in the future 🙂
-
Henry Wright replied to the topic How @mention all members in the forum How-to & Troubleshooting 8 years, 2 months ago
Hi @julia_b,
I haven’t tested this so try in your testing site first:
// Change this to the ID of the member you'd like to add friends to.
$id = 1;$user_query = array(
'populate_extras' => false,
'exclude' => $id
);$user_query = new BP_User_Query( $user_query );
foreach ( $user_query->results as $user ) {
$status =…[Read more] -
Henry Wright replied to the topic How @mention all members in the forum How-to & Troubleshooting 8 years, 2 months ago
Hi @julia_b
I chose not to add an @ all command because it would be easy for a user to spam people.
@ friends is supported though. Hope that helps!
-
Henry Wright replied to the topic Best Theme for Busy Community? in the forum Creating & Extending 9 years, 1 month ago
Hi @julia_b
http://www.bpinspire.com/ might be useful to you. It showcases lots of popular BuddyPress websites and themes.
-
@mercime replied to the topic Facebook-esk Features in the forum Creating & Extending 10 years ago
@julia_b Nope, I have no connection to flox.io. I only know that the plugin author is the project lead of BuddyPress so I have no hesitation recommending it 🙂 There’s a link to contact the author at the footer of that site if you have any question. Good luck.
-
@mercime replied to the topic Facebook-esk Features in the forum Creating & Extending 10 years ago
@julia_b there is a paid solution https://store.flox.io/downloads/buddios/
-
Henry Wright replied to the topic [Resolved] Is possible for members to tag each other in forum posts? in the forum How-to & Troubleshooting 10 years, 2 months ago
@julia_b I just re-read your question. I’m now wondering what exactly you mean by tag someone? If you mean @-mention someone then email alert settings are available but if you meant hashtag someone #henrywright (which is what I originally thought you meant but am now not so sure) then that sort of functionality isn’t standard.
-
Henry Wright replied to the topic How to make my site like Facebook in the forum Creating & Extending 10 years, 2 months ago
-
Henry Wright replied to the topic [Resolved] Is possible for members to tag each other in forum posts? in the forum How-to & Troubleshooting 10 years, 2 months ago
Hi @julia_b
To my knowledge there isn’t anything like that available. Try searching the WP Plugin Directory. Else, if you’re good with code, something like this can be accomplished using regular expressions
All of that said, forums questions are better asked over at bbPress. You may have more luck there.
@julia_b
Active 3 years ago