Replies
That’s too bad. I was hoping, when Feature Member is selected, it could update their role, which could reflect extra privileges established for that role.
Thanks for responding, and take care.
JJ
Great! Thank you! I’m totally looking forward to Mute and… yes, Follow ahahahah – I know, I know, I’ve been wanting Follow forever, one day, if I keep thinking happy thoughts LOL
Thank you for all your hard work, sincerely.
JJ
- JohnnyNW on April 10, 2020 at 11:49 pm in reply to: Do you have a plugin that mutes activity? #28743
Hello. I noticed Moderation Tools was just updated, a few months since I posted here. Did you incorporate the “mute” else build the add-on for Moderation Tools you mentioned earlier on this thread?
Thank you.
JJ
- JohnnyNW on April 7, 2020 at 5:32 pm in reply to: Restrict Usernames Emails Characters with Username Availability Checker? #28630
Mmm, not quite working as expected.
Dang, really wanted this to recgonize the listing I made with Restrict Usernames Emails Characters.
Even tried
$illegal_names = get_site_option( 'illegal_names' && defined('names_limit_partial') && 'names_limit_partial');
But that doens’t work.
- This reply was modified 4 years, 7 months ago by JohnnyNW.
- JohnnyNW on April 7, 2020 at 5:27 pm in reply to: Restrict Usernames Emails Characters with Username Availability Checker? #28627
Worked on it the best I could…both plugins work great, except your’s doesn’t call their list, or at least see their listing for partial names not allowed, but instead your plugin uses $illegal_names = get_site_option( ‘illegal_names’ ); which ms-functions.php like line 605 in wp -includes directory.
So, I looked deeper, and noticed on your plugin username-availability-checker.php line 243
$illegal_names = get_site_option( 'illegal_names' );
and changed to
$illegal_names = get_site_option( 'illegal_names' ) && 'names_limit_partial';
Now your plugin sees their list.
I got
names_limit_partial
from “Restrict Usenrames Emails Characters” from their page-setts.php line 211'uid' => 'names_limit_partial',
Does this seem okay with you?
I don’t have a problem like this: my videos are previewing – with text AND thumb nail of video from YouTube.
I have over 70+ plugins, many from BuddyDev, with no conflicts, no php errors, everything running perfect, with page loads under 900ms.
It could just be your setup or theme/plugin conflict.
Check your php error log and see if it’s empty or populated with warnings and/or errors.
Or it could be that you are using a video hosting company that isn’t supported.
- JohnnyNW on April 3, 2020 at 3:52 pm in reply to: [Resolved] Page Instead of Profile: Recent Visitors For BuddyPress Profile #28527
More than welcome – and I just bought two more plugins – I’m sure, with past experience, they are 100% worth the price (BuddyPress User Badges & BuddyPress Member Types Pro) – THANK YOU 🙂
- JohnnyNW on April 2, 2020 at 9:50 pm in reply to: [Resolved] Page Instead of Profile: Recent Visitors For BuddyPress Profile #28502
PS I added and tweaked line 20 as mentioned before to this
<div class="show-recent-viz">Recent visitors to<div class="writers-post-visz"><?php the_title(); ?></div></div>
Now it show post title – very cool plugin – THANK YOU!
- JohnnyNW on April 2, 2020 at 9:19 pm in reply to: [Resolved] Page Instead of Profile: Recent Visitors For BuddyPress Profile #28501
Oh WOW. Well, the LEAST I can do is buy BuddyPress Member Types Pro tomorrow 🙂
Thank you! For all the help and awesome plugins – from Feature Members to BuddyPress Branded Login, from Facebook Like User Activity Stream for BuddyPress to custom tweaking – and many, many more – THANK YOU.
- JohnnyNW on April 2, 2020 at 9:15 pm in reply to: [Resolved] Pre-Purchase Question: BuddyPress Member Types Pro #28500
I love Featured Members plugin!
Okay, I will purchase BuddyPress Member Types Pro tomorrow – it’s the LEAST I can do for you, since you created Recent Post Visitors 🙂
Thank you!