-
Lisa replied to the topic Minimum password strength in the forum How-to & Troubleshooting 9 years, 6 months ago
@henrywright
Could not get it to work. I ‘fixed’ it by removing the whole option for users to change their password. If they want to change it, they can use the lost password option. That does work with wordpress security plugins. -
Lisa replied to the topic Minimum password strength in the forum How-to & Troubleshooting 9 years, 6 months ago
I tried your code and it does not work for password strength, when users try to change their password on the front-end.
I also tried to change it to signup_password, but that also does not work. It seems to only work on signup and not once members are logged in and try to change their password. This is the code I used.
function…
[Read more] -
Lisa replied to the topic Minimum password strength in the forum How-to & Troubleshooting 9 years, 6 months ago
Thank you for the extra explanation. I don’t understand how adding a code to set the minimum number of signup_username characters, makes sure that the passwords has a minimum strength.
-
Lisa replied to the topic Minimum password strength in the forum How-to & Troubleshooting 9 years, 6 months ago
@henrywright
Isn’t that based on the availability of the user name and not on the password strength.@danbp
That plugin does not seem to work on the user settings page, where users can change their password..The second link you send me, where things I tried before posting this question. None seem to work. Users can still change their password…[Read more]
-
Supriya Gusain replied to the topic Edit Profile in the forum How-to & Troubleshooting 9 years, 6 months ago
Hello @henrywright,
Thanks for your reply. That fixed it.
Really appreciate. Thanks so much. -
Marcella replied to the topic Let's work together in the forum Requests & Feedback 9 years, 7 months ago
@henrywright the post on .org got closed, they say it’s too work like…
It was actually the nicest thread closure I’ve ever seen https://wordpress.org/support/topic/lets-work-together?replies=2#post-6872616 π
-
Marcella replied to the topic Let's work together in the forum Requests & Feedback 9 years, 7 months ago
I’ll give that a shout, haven’t been on the .org really. Good opportunity s’ppose. Thanks @henrywright
-
Supriya Gusain replied to the topic Activity link in the forum How-to & Troubleshooting 9 years, 7 months ago
Hi @henrywright,
Like if we go to profile page, it has profile image and profile tabs. In profile tab fields like name, age, activities and in activities we have for example Skiing. When we click on Skiing it searches for the members having same activity Skiing.
But right now the search displays all members with Skiing and i want to show only the…[Read more] -
Supriya Gusain replied to the topic Activity link in the forum How-to & Troubleshooting 9 years, 7 months ago
Hi @henrywright,
Like if we go to profile page, it has profile image and profile tabs. In profile tab fields like name, age, activities and in activities we have for example Skiing. When we click on Skiing it searches for the members having same activity Skiing.
But right now the search displays all members with Skiing and i want to show only the…[Read more] -
Supriya Gusain replied to the topic Delete Account in the forum How-to & Troubleshooting 9 years, 7 months ago
Hello @henrywright,
Thanks for writing back. Iβve been searching and experimenting, but havenβt found anything that works yet. I am not a good php developer so its quite difficult for me to implement that. -
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 9 years, 7 months ago
Thanks but that didn’t seem to do much either. I even checked back to other BP_Component examples and i’m using the same hooks. I’m guessing this is something “weird” (or something i’m not aware of) with bbPress. I just went ahead and created the bbPress forum and connected it to the BP group in my plugin manually. I hate to do that…[Read more]
-
@mercime replied to the topic How to Post in this Forum? in the forum How-to & Troubleshooting 9 years, 8 months ago
@krisidious Sorry for the inconvenience. Your posts were caught in spam queue for some reason and I just released this one earlier. Thank you for your patience. cc @henrywright
-
@mercime replied to the topic Profile features in the forum How-to & Troubleshooting 9 years, 8 months ago
@rosyteddy Nothing in spam. Found one for a different post you made — please do not “delete” any topics you have started just because it has been resolved by removing all the content and title in the original topic post, it went to the Pending posts folder. cc @henrywright
-
@mercime replied to the topic Profile features in the forum How-to & Troubleshooting 9 years, 8 months ago
@rosyteddy Nothing in pending or spam. Found one for a different post you made — please do not “delete” any topics you have started just because it has been resolved by removing all the content and title in the original topic post, it went to the Pending posts folder. cc @henrywright
-
@mercime replied to the topic Profile features in the forum How-to & Troubleshooting 9 years, 8 months ago
@rosyteddy @henrywright checking spam queue now.
-
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 8 months ago
So, this was the plugin idea I posted sometime ago.
In the above, now if you click “Add friend” some ajax trick should show Friendship Request sent
and the row should fade out, and lower names should come up πI do not know ajax tricks and am a bad learner π
Thanks a lot once again @henrywright for this great, great snippet.
-
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 8 months ago
So, this was the plugin idea I posted sometime ago.
In the above, now if you click “Add friend” some ajax trick should show Friendship Request sent
and the row should fade out, and lower names should come up πI do not ajax tricks and am a bad learner π
Thanks a lot once again @henrywright for this great, great snippet.
-
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 8 months ago
Wow @henrywright you rock!
Cool! My quick test shows its work perfectly.
How to say thank you.Many, many thanks.
-
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 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"… - Load More
@henrywright
Active 8 months, 1 week ago