I was working on my site and saw some new text (a link for an online [url=https://pesaland.com]casino[/url]) added to a block on my homepage. I deleted the block of text, then checked my “users” list. That’s where I saw a new user (Ann Smith) with a spammy e-mail address (I think it was 11@11.com or something), this user had Administrator and Keymaster status. I deleted the user. I then tried to give myself keymaster status again, and cannot. I currently have Administrator and Participant Roles. There is one other user (a developer I work with sometimes) who has Administrator and Keymaster status.
I thought if I deactivated and deleted the bbpress plugin, cleared the cache and reinstalled it that would let me start over, but that did nothing. (note I have not started using this for a forum on my site yet so doing this was no big deal). Since that did not work I deleted the plug in again, but I am submitting this question because I would like to use it. Also, even after the plug in is deleted the roles (Keymaster and Participant) still appear in the user list under the “Role” column, but I thought they were only associated with bbpress. Is that correct? (I am not using buddypress)
So basically I need to know how I can install bbpress and be given the keymaster role again. Please help, thank you!!
yes u are right
Hello,
not being programmer, I can’t use this as it is but can this be used to help in my case to restore the edit and delete function from the topic top bar menu when using Polylang (FR and EN) ?
I am pushing at Polylang free support too but no luck so far … would be good to have Polylang and bbPress to talk together as being 2 big actors in WordPress…
Sorry if the question seems obvious to you …
Thanks for your help
Eric Collart
Ps: I can provide access to test if useful…
Sometimes downgrading phpbb might work, have you tried this ?
i will soon try invision to bbpress, but i’m afraid the last version of invision is not supported
You mean the plugin you recommended first is better than this one ?
By the way look at this : this guy seems to have solved a real issue
Hi,
I found that the bbpress index is not shown in a Divi page made with the theme builder. While the forums work fine, the index is not. I can insert the shortcode [bbp-forum-index] into the page, but then only the index is shown and nothing else.
After some writing back and forth with ET, I found that a not-given design shows the forum and the index as it should (besides a sidebar that CSS could delete), but the page – of course – is not in the design of the other pages.
Is there another way to implement the forum into a page design? Any ideas?
Every response is highly appreciated!
Best regards
GD bbPress Tools is what I use and works well for my Forum members to have individual signatures etc.
Not tried it with Hyperlinks.
Hi
I have read several topics on this matter but didnt find the solution
How can i replace the standard BBpress “1 hour, 4 minutes ago” in freshness columns by the simple date “February 2”
Thank you 🙂
Sorry. My fault.
It doesn’t work with Image Upload for BBPress.
The second page (and all other pages, except the first) only produce an error “404”.
Diabling the plugin is the only solution.
I use “Image Upload for BBPress” and your Plugin works.
It works!
Thank you! That’s awesome!
You made my day!
try this one
bbPress Moderation
I also have a version of the one above that I might publish when I get back from holiday
Hi Robin
This plugin has been closed from WordPress plugins on 11 february
Any other plugin to moderate topics ?
i was hoping that the feature for comments :
Before a comment appears
1) Before a comment appears Comment must be manually approved
2) Comment author must have a previously approved comment
would also work for bbpress
but i tested and it doesnt work…
Apparently only the 2 settings comment moderation blacklist are working :
– number of links
– stopwords
but the problem is there is no warning message showing if someone adds 2 links for instance and then submits, nothing tells him his post is pending moderation (same test for stop words)
Also the admin doesnt have any notification of pending post, no mail, nothing on dashboard, i had to go directly to admin topics to see the pending topics
Best moderation would be to always moderate the first post for any user, how could i do that ?
i just found this other moderation plugin that does exactly what im describing but it’s 8 years old without update, does it still work ?
Thanks a lot !
For some reason on a brand new install of BBPress, all pages work as expected, except the archive for the forums, the home page of BBPress.
View post on imgur.com
So is there a way to make that archive page work by listing the available forums?
Site also runs elementor, if that helps.
sorry I’m just a bbpress user who helps out here and I have limited time to try stuff.
you could look at
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 3 method 2
actually just remembered that this plugin does this
GD bbPress Tools
I have set up my bbPress as no registration is required, but another plugin needs registration to use the service.
Is it possible to disable the user information on bbPress for users who are already logged in wordpress?
The theme (Astra) has a child theme, the bbPress child theme is not installed yet.
Wordpress is ver.5.9, bbPress is 2.6.9.
Thank you.
Test to see what REPLY does 😀
Edit : actually any REPLY button on any message is simply a reply to the entire topic ?
Second question : can we quote on BBpress ? this is very useful, i dont see this option
Thanks 🙂
Hello, same problem, installed Template Library and Redux Framework Version 4.3.10 + bbpress, when opening the forum page in the role Participant i get an error:
Error thrown
Call to a member function get_users_for_object() on null
please help, how can i fix it?
Hi Robin
Sorry if wasn’t clear
i mean im looking for custom made bbpress templates ready to download (free or not) that would give a different look to bbpress
where can i find that ?
thank you 🙂
bbpress just uses wordpress registration
dashboard>settings>general has the ‘anyone can register’ option
all the user customisable templates are in
wp-content/plugins/bbpress/templates/default/bbpress/
Hi Robin
Thanks a lot !
Ok so i can see we can totally customize the bbpress frontend files
then i have a question : where can i find custom templates of bbpress ?
if i search for “bbpress themes” i only find whole wordpress themes, but i want to keep my theme, i just want a custom /bbpress/ templates files to have a custom look
where can i find that ? thanks a lot 🙂
if you want to change the text and have FTP skills then
find
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php
transfer this to your pc and edit change line 85 to read what you want
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-topic.php
bbPress will now use this template instead of the original
to hide
#bbpress-forums fieldset.bbp-form label {
display: none;
}
put this in the custom css of your theme or the custom css of my style pack