Search Results for '"wordpress"'
-
Search Results
-
Topic: Levels of privacy in forums
I have a web in development with WordPress, in it I installed BuddyPress to create a series of forums. These need three levels of privacy:
1 β To access these you have to be registered, once with registration you can access all but one of them.
2 β Another level to access, this time to all.
3 β An admin that controls all permissions.
What plugin can I use?I have newest WordPress and used it to add bbPress. How ever I have added forum as shortcode to my siten page. How ever When is use top menu to add new topic the box where I chose relative parent category till example gaiming, sell, buy does not work. The box is full of those categoires where to put that topic but I cannot select any one of them only no parent stays selected.
Is there somehow how I cand fix this?
Topic: Fatal error: Uncaught Error:
Hello,
i jsut got into WordPress and wanted to use bbPress.
So I installed bbPress and it lets me change my Preferences under Preferences–> Forum.
I also can create new Forums and they show up in my bbPress Widgeds.However everytime i open the Forum Page an Error occurs. (I copyed the entire Errormessage below).
I use WordPress on my xampp Server (localy) for testing.Also i deactivated all other plugins and changed my theme to wordpress-standard. No Luck though. Im using shapely Theme
If anyone could help it would be highly aprichiated.
Fatal error: Uncaught Error: [] operator not supported for strings in C:\xampp\apps\wordpress\htdocs\wp-content\plugins\bbpress\includes\forums\functions.php:1800 Stack trace: #0 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query)) #1 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #2 C:\xampp\apps\wordpress\htdocs\wp-includes\plugin.php(515): WP_Hook->do_action(Array) #3 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp-query.php(1683): do_action_ref_array(‘pre_get_posts’, Array) #4 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp-query.php(3248): WP_Query->get_posts() #5 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp.php(617): WP_Query->query(Array) #6 C:\xampp\apps\wordpress\htdocs\wp-includes\class-wp.php(735): WP->query_posts() #7 C:\xampp\apps\wordpress\htdocs\wp-includes\functions.php(955): WP->main(Array) #8 C:\xampp\apps\wordpress\htdocs\wp-admin\includes\post.php(1072): wp(A in C:\xampp\apps\wordpress\htdocs\wp-content\plugins\bbpress\includes\forums\functions.php on line 1800
When I delete a user (with deleting all content) through WP backend and re-register the same username & email again the new user is assigned forum role Participant. User has access to the forums (which are protected by bbp_Private_Groups, but the new user is not able to start topic and/or reply to it.
PS: update: no user can post / reply anymore. It is due to the fact that there is 1 topic in my forum with an anonymous user (because that user has been deleted). Deleting that topic form the backend solves it.
Is there any other way to delete a user without affecting access rights for all users in the forums containing topics with posts from the deleted user?
WordPress 4.8.1
Relevant Plugins:
bbP private groups: 3.5.7
bbPress: 2.5.13
TinyMCE Advanced: 4.6.3
Ultimate Member: 1.3.88
Ultimate Member – bbPress: 1.1.8
Ultimate Member – Followers: 1.2.1
Ultimate Member – Google reCAPTCHA: 1.0.4
Ultimate Member – Notices: 1.1.6
Ultimate Member – Online Users: 1.1.0
Ultimate Member – Private Messages: 1.1.2
Ultimate Member – Profile Completeness: 1.2.0
Ultimate Member – Real-time Notifications: 1.4.2
Ultimate Member – Social Activity: 1.3.3
Ultimate Member – Terms & Conditions: 1.0.0
Ultimate Member – User Reviews: 1.2.2
Ultimate Member – User Tags: 1.0.2
Ultimate Member – Verified Users: 1.0.8Topic: shortcode [bbp-topic-index]
wordpress version. 4.8.1
bbPress version 2.5.11
BuddyPress version 2.9.0Website: http://forum.epp-forum.com/
We use the shortcode [bbp-topic-index] on our homepage. In this listing are also displayed topics, to which one has access only if one is logged in.
These topics should not be displayed if you are not logged in. How can we prevent it?

Thank you for help
How to avoid user/visitor when use register page and login page of bbpress and fill not correct validate at same page with information which one is not correct.
default bbpress login and register is redirect to wp-login
is any way to customize wordpress login register page?Just a gentle reminder that all WordPress headings in admin screens have changed from H2 to H1, H3 to H2, etc in version 4.3, way back in July 2015. Please change your heading structure so it’s semantically correct.
I was removing the BBPRESS plugin from my wordpress install, following these instructions:
But after I deleted, the screen locked up, and now my website will not load.
Please try http://www.kambocleanse.com
Can anybody help me – can pay $$$ to get my site back up.
Thanks
Simon
inbox@simon-scott.comHi!
Im using buddypress and wordpress in general with bbPress. I want to know if somebody knows a way to give ALL forums a set of default topics. So for every new buddypress group if there is a new forum they already have a basic set of topics. Anyone know how to achieve this without setting it up yourself everytime a new group is added or a new forum is being created.
Topic: Missing Toolbar
Wordpress version: 4.8.1
BBPress version: 2.5.13-6410.
Theme: Vantage
Toolbar is missing in bbpress for new posts and comments when using MSIE version 11.0.9600 but it is visible with Chrome.Any ideas. Thanks.
Hello all, I’m using WordPress 8.0 and bbPress2.5.13.
I have added this function to add the visual tab to the editor:
function enable_visual_editor( $args = array() ) { $args['tinymce'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'enable_visual_editor' );When I signed in as admin is everything OK, the editor tab is selected by default and I can start to type. However, when I do as a participant no tabs are selected and I have to select one of them in order to start to type. This is not intuitive at all for participants that want to write a post in the forum and eventually they will leave.
Why is happening that? Can anyone give me support? Thank you in advance π
Hi,
I’m developing a site for a client (Worpdress 4.8.1) and I’m using bbPress 2.6-beta-2 to handle forums. The client’s main administrative account uses the WordPress role “Editor” and the bbPress role “Keymaster.” I want my client to keep most of the Keymaster capabilities, but I want to remove the Forum Settings page from their admin dashboard menu. I’m wondering if this can be done with the hide_menu() function.
For native wordpress pages, the function looks something like this:
remove_submenu_page( ‘<filename>.php’, ‘<filename>.php’ );
Can this work with the bbPress Settings page, and if so, which filename should appear in the function?Peace,
AngelaWordpress 4.8.1 bbpress 2.5.13
hello,
This is a multisite, site 1, admin is https://swissinformatics.org. bbpress is activated on https://magazine.swissinformatics.org. so bbpress sends mail to noreply@magazine.swissinformatics.org. WRONG, no mailer for this mail. In WordPress settings of the magazine subsite, the address is sidm@swissinformatics.org. noreply@swissinformatics.org also exists.
I looked everywhere in bbpres and wordpress settings. WHERE can I change this noreply address?
Thank you very muchI am now using WordPress 4.8 and a theme called Newspaper X, installed bbpress 2.5.13. As you can see in my website:
It displayed some texts and most of them are non-functional. I have tried to disable all plugins and stuff like that, still not working. It kind of worked when I tried some default theme. Is there a way to fix it? Thanks
Topic: Only show forum with content
I have several bbPress forums in my WordPress site and I want to only show forums wit content on my forum page. By default it shows all forums Any ideas on how to do this?
Please and Thanks in advance!Wordpress version: 4.7.5
bbPress version: 2.5.13Hello, how i can set bbpress forum fullscreen or wide screen on wordpress theme Twenty Thirteen.
Thanks
Hi,
I am running the latest bbpress 2.5 (not 2.6 yet) and today updated buddypress.and after the buddypress update avatars do not show anymore in bbpress forums.
every user has the default blank avatar.,they avatars still show, when exploring buddypress..
if it is any help. it is WordPress MU version.
has anyone else got the same problem? or managed to resolve it?
tnankskris
One of the webmasters for our organization set bbPress to handle the blog comments and disabled wordpress comments. I want to change it back and use bbPress as a separate forum and not the Blog comments. Can I switch it back without losing all the current replies/comments?
Thank you.