Search Results for 'wordpress'
-
AuthorSearch Results
-
October 31, 2018 at 8:09 pm #279716
In reply to: How to charge people for asking questions?
Prashant Singh
ParticipantHi,
Please go through this article https://theme-fusion.com/easily-add-paid-content-wordpress-site/
Thanks
October 30, 2018 at 7:29 pm #279701In reply to: Activation Email
Prashant Singh
ParticipantHi,
Please consult once with your hosting provider regarding the issue. Also, you can try setting up this plugin https://wordpress.org/plugins/wp-mail-smtp/ and then try sending emails.
Thanks
October 30, 2018 at 2:24 pm #279690In reply to: Change order of Group tabs
Prashant Singh
ParticipantOctober 30, 2018 at 3:12 am #279681In reply to: nowhere for user to enter bio
3diuk
ParticipantOk, I found the problem. Clicking on Author’s names was actually linking to:
renderwars.xyz/author/michael
when it should have been linking to:
renderwars.xyz/members/michael
for buddypress to work properly I had to create a child theme and then add a redirect rule in the child themes functions.php file.
For anyone else with the same problem who might not be too good at php etc, here’s the instructins I found to help me:
Creating a child theme:
https://codex.wordpress.org/Child_Themes
and then putting this code in the function.php:
add_filter( 'author_link', 'change_author_link', 10, 1 ); function change_author_link($link) { $username=get_the_author_meta('user_nicename'); $link = 'http://example.com/members/' . $username; return $link; }October 29, 2018 at 9:21 pm #279670Prashant Singh
ParticipantHi,
Have you assigned that template to register page in pages section? Just create a template like this https://www.cloudways.com/blog/creating-custom-page-template-in-wordpress/ and then try.
Thanks
October 29, 2018 at 6:36 pm #279658Prashant Singh
ParticipantWhat they said regarding this issue? Can you please test once by setting SMTP https://wordpress.org/plugins/wp-mail-smtp/
Thanks
October 29, 2018 at 6:27 pm #279657Prashant Singh
ParticipantBetter will be cloning it on any staging environment or localhost and then test here.
Please use https://wordpress.org/plugins/updraftplus/ plugin for backup and restore.
Thanks
October 28, 2018 at 5:37 pm #279580Prashant Singh
ParticipantHi,
Please contact your hosting providers once regarding the issue.
Also please try this plugin once https://wordpress.org/plugins/wp-better-emails/ and send a test mail to check if mail is working fine, then try registering on the site and check if received activation mail or not.
Thanks
October 28, 2018 at 9:41 am #279532In reply to: Can BuddyPress be used to create lists?
Prashant Singh
ParticipantOctober 27, 2018 at 8:42 pm #279467Lars Henriksen
ParticipantI use and recommend Buddypress Registrations options.
October 27, 2018 at 8:33 pm #279460In reply to: Community of book readers
Lars Henriksen
ParticipantI can recommend this review block for Gutenberg . It is not buddypress, though. But if you allow your WP users to be authors, then they can easily write reviews.
Cheers
October 27, 2018 at 10:54 am #279456In reply to: members page
Venutius
ModeratorOne option would be to take a look at BP Profile Search with this you should be able to specify which fields get searched.
October 26, 2018 at 12:56 pm #279433In reply to: Community of book readers
Prashant Singh
ParticipantOctober 25, 2018 at 5:51 pm #279426In reply to: Registration page Font style and size
Prashant Singh
ParticipantHi,
You can check this plugin https://wordpress.org/plugins/buddyforms/ and this also https://www.gravityforms.com/add-ons/user-registration/
Thanks
October 24, 2018 at 7:50 pm #279409In reply to: Phone Number Validation Not Working
Prashant Singh
ParticipantHi,
This is jquery code. Please remove it from there and use this plugin https://wordpress.org/plugins/custom-css-js/. Add a new js code and then paste this code.
Thanks
October 24, 2018 at 7:08 pm #279402In reply to: How to edit ‘account activated’ page?
Prashant Singh
ParticipantHi,
You can try this filter to change login link https://codex.wordpress.org/Plugin_API/Filter_Reference/login_url
Thanks
October 24, 2018 at 5:51 pm #279399In reply to: Phone Number Validation Not Working
Prashant Singh
ParticipantYou can try in bp-custom.php or child theme’s functions.php. If not sure about files then use this plugin https://wordpress.org/plugins/code-snippets/ to add snippets.
Thanks
October 24, 2018 at 8:11 am #279385In reply to: How to add captcha to BP login widget?
traceyr-london
ParticipantThanks, but as it’s not been updated in over 3 years I’m reluctant to try it in case I “break” my website.
In the meantime, I think I’ve found a solution using the plugin https://wordpress.org/plugins/no-captcha-recaptcha/ which is working on my Buddypress installation now 🙂best wishes
TraceyOctober 23, 2018 at 6:31 pm #279377In reply to: How to add captcha to BP login widget?
Prashant Singh
ParticipantHi,
Please check this plugin https://wordpress.org/plugins/buddypress-captcha/.
Hopefully, it will fix your issue.
Thanks
October 22, 2018 at 9:46 pm #279345Prashant Singh
Participant@elichersky333 sorry for my first reply, I thought the rules are like WordPress forum. You can contact like I have mentioned or can post here a way to contact you.
October 22, 2018 at 7:51 pm #279334In reply to: Registration Activation not working with php 7.1
Prashant Singh
Participanthttps://www.wpsecurityauditlog.com/wordpress-admin/enabling-wordpress-debug/
Please try enabling them and check if it records anything in debug file.
Thanks
October 20, 2018 at 5:41 pm #279227In reply to: Registration activation page takes too long to load
Prashant Singh
ParticipantHi,
You can do it manually then. Please check this https://wordpress.org/plugins/bp-registration-options/
Using this plugin you can restrict members to their profile only and then can easily approve them one by one.
Thanks
October 20, 2018 at 7:37 am #279207In reply to: is_404() returns true on Group pages
Viktor Szépe
Participanthttps://buddypress.trac.wordpress.org/ticket/6527#comment:4 settles this.
You should check
is_404()attemplate_redirectpriority 11 the earliest.October 19, 2018 at 6:43 pm #279192In reply to: Translation of Cover Photo
Prashant Singh
ParticipantPlease install this plugin https://wordpress.org/plugins/string-locator/ and try searching the string if it is anywhere in files then you will find it or else you have to go for database search.
Thanks
October 19, 2018 at 6:21 pm #279189In reply to: Theme for BuddyPress only
Prashant Singh
ParticipantHi,
Please check this article: https://www.wpbeginner.com/wp-themes/how-to-use-multiple-themes-for-pages-in-wordpress/
Thanks
-
AuthorSearch Results