-
rosyteddy started the topic Help to put Favorit button in blog post page in the forum How-to & Troubleshooting 9 years, 8 months ago
buddypicsincludestemplatesalbumcomments.php
uses this code to show Fav/Unfav button in the post page itself
so that Fav/Unfav can be done like a 2-way switch from
both stream and content page
[Read more]
<?php if ( is_user_logged_in() ) : ?>
<?php if ( !bp_get_activity_is_favorite() ) : ?>
<a href="<?php bp_activity_favorite_link(); ?>" class="fav"… -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 8 months ago
Hi @henrywright
Can you make a plugin out of it 🙂
The main problem is how do I get the$ids
array or whatever.This code by Brajesh does that
add_action('bp_ajax_querystring','bpdev_exclude_users',20,2);
[Read more]
function bpdev_exclude_users($qs=false,$object=false){
//list of users to exclude
$excluded_user='24,2,3';//comma separated ids of users… -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 8 months ago
Hi @henrywright
Thats nice, very useful.
Can you kindly say the exact file name where such code can be put? It is not clear to me where I put this code.
Can you please, please say how can I have a Member list page ( or any other page) that lists the Members who are not the logged-in user’s friends?
This means that a logged in user can see only…[Read more] -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 8 months ago
Hi @henrywright
Thats nice, very useful.
Can you kindly say the exact file name where such code can be put? It is not clear to me where I put this code.
Can you please, please say how can I have a Member list page ( or any other page) that lists the Members who are not the logged-in user’s friends?
This means that a logged in user can see only…[Read more] -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 8 months ago
Hi @henrywright
Thats nice, very useful.
Can you kindly say the exact file name where such code can be put? It is not clear to me where I put this code.
Can you please, please say how can I have a Member list page ( or any other page) that lists the Members who are not the logged-in user’s friends?
This means that a logged in user can see only…[Read more] -
bp-help replied to the topic in the forum Henry Wright 9 years, 9 months ago
@henrywright
Spammer alert! -
bp-help replied to the topic in the forum Henry Wright 9 years, 9 months ago
@henrywright
Spammer! -
bp-help replied to the topic New plugin: BuddyPress Identicons in the forum Showcase 9 years, 9 months ago
Thanks @henrywright this update makes it even better to use in my dev environment!
-
bp-help replied to the topic Admin accounts can read other users' private messages via Notifications tab in the forum How-to & Troubleshooting 9 years, 9 months ago
@vitamincee
As @henrywright mentioned that is by design. Otherwise how would you be able to solve issues between users as an admin if one of your users complains that another user is sending harassing private messages. If you was locked out of viewing the private messages as an admin then you really couldn’t determine if its a legit complaint or…[Read more] -
rosyteddy replied to the topic New plugin: BuddyPress Identicons in the forum Showcase 9 years, 9 months ago
@henrywright @danbp I think I already voted for this 🙂
@henrywright if you are accepting plugin *ideas* I will suggest a small thing. But first my apologies for using this thread. Feel free to delete.
Here goes:
Please see https://wordpress.org/plugins/ls-buddypress-activity-plus-tabs-extension/
This does it for the Groups only, can you please…[Read more] -
bp-help replied to the topic New plugin: BuddyPress Identicons in the forum Showcase 9 years, 9 months ago
Hi @danbp and @henrywright
When I used to have my plugins up on the repo I started writing in the description to “Please read the F.A.Q before installing this plugin” That helped a lot with support requests that were unnecessary. I followed my own advice when I installed Henry’s plugin and I knew the behavior to expect and therefor I didn’t have…[Read more] -
David Bisset replied to the topic Theme My Login & BuddyPress in the forum Third Party Plugins 9 years, 9 months ago
Hi @henrywright. Thanks for responding.
BTW, I want to apologize a little… for some reason I thought you were the author of the plugin… but Jeff Farthing is. That’s what I was picking on you (thought you said it was your plugin in another thread?).
So with that being said – plus your response – i’m going to climb inside later and see if i…[Read more]
-
David Bisset started the topic Theme My Login & BuddyPress in the forum Third Party Plugins 9 years, 9 months ago
I think this is for @henrywright but anyone is free to jump in:
1. Latest version of Theme My Login (6.3.10)
2. Latest version of WP and BP (2.2.1, although this problem was happening on 2.2.0)
3. Default WP theme (pick one, any one)
4. No other plugins.User (subscribe level) manages to login but when clicking on a proper logout message gets a…[Read more]
-
David Bisset started the topic Theme My Login & BuddyPress in the forum Third Party Plugins 9 years, 9 months ago
I think this is for @henrywright but anyone is free to jump in:
1. Latest version of Theme My Login (6.3.10)
2. Latest version of WP and BP (2.2.1, although this problem was happening on 2.2.0)
3. Default WP theme (pick one, any one)
4. No other plugins.User (subscribe level) manages to login but when clicking on a proper logout message gets a…[Read more]
-
bp-help replied to the topic New plugin: BuddyPress Identicons in the forum Showcase 9 years, 9 months ago
@henrywright
Great job!
I installed the plugin and it works a treat and left a 5 star review. Congratulations! -
Andrea Reed replied to the topic Activity Stream Gone After Moving Hosting in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @henrywright, While I appreciate the comment, the migration was done via GoDaddy. One click migration from one hosting plan to another. The only difference was that the BuddyPress Activity Stream was no longer there.
-
Andrea Reed replied to the topic Activity Stream Gone After Moving Hosting in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @henrywright, While I appreciate the comment, the migration was done via GoDaddy. One click migration from one hosting plan to another.
-
rosyteddy replied to the topic Ideas : Take a look at ello.co in the forum Ideas 9 years, 9 months ago
Interface or UI
very lively, fresh and dedicated. Since this is qualitative, imho, you can test any bp site and ello-coDiscover feature
and from there you can have “Friend” or “Noise” and the very easy switching between the twoPrivacy features
Muting prevents further email notifications from a user and removes their past…[Read more] -
Philipp replied to the topic bp_get_member_type() is not working in the loop in the forum How-to & Troubleshooting 9 years, 9 months ago
Yes! And he made me to a lucky man. 😉 Special thanks to @imath and @henrywright for your help and support. It’s working as expected now.
Best!
-
Philipp replied to the topic bp_get_member_type() is not working in the loop in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi and thanks for your answers.
@henrywright: If I echo
bp_get_member_user_id()
it returns the correct ID for each user. And yes, I’m in the members-loop.@shanebp: It accepts both with ” and without.
Best regards,
Philipp
- Load More
@henrywright
Active 8 months, 1 week ago