Forum Replies Created
-
This appears to be a problem with the “Plus” theme. You might try switching to the default BP theme to verify.
Absent a good alternative solution, you might try switching hosts. The link you provide indicates that the issue only appears on specific hosting setups.
You will need to edit your header.php file in your theme/child theme.
1) Try renaming the wp-content folder via FTP temporarily. Then reload the site and admin.
2) Are you using the default theme?1) Do you need functionality beyond the avatar upload that comes with BuddyPress?
2) Start with a child theme of the default theme – don’t build one from scratch.
3) Very active.You will need to check the date using javascript or jQuery and display an error accordingly.
Edit header.php in your theme and delete the search code.
Edit sidebar.php in your theme.
You might try deleting everything and starting from scratch, if that is an option.
In your theme, you can use the is_user_logged_in() function to show content to only logged-in users.
https://codex.wordpress.org/Function_Reference/is_user_logged_in
What is the error message you receive(d)?
Adding “/feed” at the end of your group’s url will give you a feed of all group activity, including forum activity.
You could edit the confirmation page template to include a link back to your home page or the user profile page.
I believe you need to edit the template file, “forums”->”forum-loop.php” or “groups”->”groups-loop.php” if you are using the default BP theme. Look for the “freshness” function.
This could be a javaScript or theme problem.
Steps to troubleshoot:
1) Deactivate all plugins except for BuddyPress
2) Activate the default BuddyPress themeDoes it work now? If so, then you have a plugin or theme problem.
This is default BuddyPress functionality. You might try https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
Sure. You could just make all the fields optional and then hide them via CSS on your registration page.
You could write a jQuery script that does that.
It sounds like you should be utilizing hidden groups rather than private groups.
For the registration piece, your best bet is to use Gravity Forms and create a custom registration page. BuddyPress does not support multi-page registrations out of the box.
As for the hidden profile field, what is the purpose of the field? Why does it need to be hidden?
Will you please clarify what you are looking to achieve? What do you mean by “special post creation”?
Are you using the “Multi-line Text Box” or “Text Box” field? The “Multi-line Text Box” supports line breaks.