Forum Replies Created
-
In reply to: work with simple membership plugin
You should not do anything you are not happy with.
I’d suspect it is a simple membership issue, but cannot be certain.
Not sure I can help further
In reply to: work with simple membership pluginI need to logout as admin to then see if solves the issue
in which case you will need to not use the health check plugin and actually deactivate the plugins
if you open two sessions of your browser by opening one and then clicking ‘shift’ and open again, it will open two browsers, so one can be logged in as admin and the other not.
you can then test to see what is causing the login issue
In reply to: work with simple membership pluginI had another go and doing one at a time and checking the front end and after enabling each one, the forum page is blank apart from having the header and footer
The only time the forum page displays correctly is when I enable the advanced custom fields plugin but unsure if that helps as I need to logout as admin to then see if solves the issue but then same happens as I’m not logged in as admin any more
I’m getting bit confused on what to do and unsure what plugin if any is causing the issue or if it’s the theme as getting quite lost to be honest as I don’t use wordpress often
ok, your issue was if I understood it that the bbpress login sent you to the wordpress login?
In reply to: work with simple membership pluginI was going to say, do you think it could be because the bbpress plugin has only been tested up to wordpress version 5.9.5 and I am using 6.0.3?
bbpress works fine with 6.0.3
In reply to: Theme FSE compatible with bbpressonce activated go to
dashboard>settings>bbp style pack>Theme Support
This should be the first tab you see.
Tick the support option.
In reply to: work with simple membership pluginok, suspect that the membership plugin or another plugin is affecting that.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: work with simple membership pluginI have already got simple membership plugin installed and understand bbpress can integrate with it but not having much joy with it.
generally? or just the issues below?
I want users to login to the forum to be able to create a topic which then can be approved by admin if that is possible?
once activated go to
dashboard>settings>bbp style pack>moderation>tick and save
then in
dashboard>settings>forums set to moderate all posts, but below that only moderate topics
Can bbpress work with simple membership plugin so users don’t have to sign up again to use bbpress forum if they want to post a topic? If so how do I set it up please?
once signed in with simple membership, they should be able to do this
In reply to: Clean out HTML from copying, but allow bold🙂
In reply to: Clean out HTML from copying, but allow bolddo let us know if that works
In reply to: Clean out HTML from copying, but allow boldfrom this article
https://www.tiny.cloud/docs/plugins/opensource/paste/
try this, otherwise I don’t have a further solution
//clean html when copy and paste into forum function bbp_tinymce_paste_plain_text( $plugins = array() ) { $plugins[] = 'paste'; $paste_word_valid_elements[] = 'b,strong'; return $plugins; } add_filter( ‘bbp_get_tiny_mce_plugins’, ‘bbp_tinymce_paste_plain_text’ );
In reply to: Users login and one user profileregistration is all one.
‘For some reason when some people register they can’t log onto the other BBpress or BuddyPress portions.’
How are they registering – eg widget, wp-login etc.
In reply to: Attributes in forum posts (color, bold, etc….)do you mean thje buttons in the reply box below, or a different set?
In reply to: Search Bar Is Hidden On Forumsgreat 🙂
In reply to: Search Bar Is Hidden On Forumsit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Template in Block Themes?@codejp3 thanks for all your efforts on this, much appreciated.
I have now incorportated your code into my plugin.
Great work 🙂
In reply to: prohibit users/visitors from uploading nude imagesbbpress cannot tell the subject matter, so either you don’t allow uploads or you risk users uploading unsuitable images
In reply to: Forum Page Title🙂
In reply to: Multiple Viewslink to an example on your site please
In reply to: Help meIn reply to: No pagination controlsI’m not a bbpress author, just someone who helps out here. I can’t remember fully, but I have it in the back of my mind that there is an issue with that many forums, but don’t have time to set up 79 test forums to find out what it was.
Then simplest solution would be to amend the page to show all the forums
install
once activated go to
dashboard>settings>bbp style pack>Forum Display
and set item 11
In reply to: Add forum but viewing goes to blank pagesorry, ! can’t get to our site as ssl cert is not valid.
what theme are you using ?
In reply to: Forum Page Titletook me a few minutes to work it out !!
Try
.post-type-archive-forum p { display: none ; }
this might hep
https://pmgarman.me/delete-users-without-posts-from-wordpress/
bbpress just uses worpdress posts, so it should work.
BUT ensure you can restore if it does something funny !!
great, glad you are fixed 🙂
bbpress has roles of keymaster, moderator, participant, spectator and blocked – see
The rest of the above is either roles that you have created or come with memberpress, or roles that don’t exist but that you want – it’s not quite clear which 🙂 – please come back with further info.
so is a ‘secondary keymaster’ a concept you want, or something that you have created or exists in memberpress???
If you want to create a new memberpress role then the capabilities in the link above might help.