i did find this topic that might help
Simple Rating plugin for wordpress – get it working for bbpress?
here is an old versions list of filters (its 2.0)
http://etivite.com/api-hooks/bbpress/triggers/apply_filters/
here is a gist that might be helpful (2011)
gist.github.com/farinspace/1372637
you can manually find topic/replies/forums filters in
by going to through the plugin files in
bbpress>includes>
then choose replies/forums/topics
then go into the template file to find all the filters used
try using this plugin, use the logout link from this plugin and use a custom login link for the bbPress login shortcode if you want.
https://wordpress.org/plugins/baw-login-logout-menu/
@awpt
bbPress uses the WordPress post tables.
but to reset forum go to tools>forums>reset forums
you should see these sub-menu items under tools
Tools
available tools
import
export
forums
@alaskanbob
Sorry sometimes topics can be lost from our attention sometimes.
the other guy is SPAM
if you want you can create me a dummy account and send the details to my email listed here.
Contact
if i cant figure it out , maybe going to the BuddyPress forums would help out to
https://buddypress.org/support/
this seems like custom development please post a job at http://jobs.wordpress.net/
there probably isnt a plugin like this for bbPress
if the plugin works for custom post types it might work??
you can contact the plugin developer to try to make it work on custom post types like the ones bbPress uses.
other than that i suggest you post a job at http://jobs.wordpress.net/ and see if a developer can custom develop this for you.
this is a pretty common request here
there might be issues where you cant add the permissions to work on only the participants created topics only though.
i suggest searching the forums try finding topics only in the past 1-2 years past that will probably be unusable code.
other than that go to http://jobs.wordpress.net/
@peter-hamilton
I think there is a need for a small tutorial on editors, root folders and ftp access for starters, I remember being very intimidated by my root folders at first.
there are so many editors that you can use , basic editing are very close to normal text editors so it shouldnt be a problem.
Root folders WordPress explains here …kind of. going behidn that should be host files that you should never touch unless you are very advanced, and know what you are doing.
codex.wordpress.org/Determining_Plugin_and_Content_Directories
Explaining FTP , idk there are usually tutorials on using FTP on the host providers website, and also searching in google how to set it up and learning is not that hard to do.
https://codex.wordpress.org/FTP_Clients
https://codex.wordpress.org/Using_FileZilla
this should not be a problem with bbPress , but how you/something you installed changed the default from address that WordPress uses in the mail function.
by default its wordpress@(yoursite)
did you use a function/plugin to change the from address??
It could be a plugin issue
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
for registrations i use bruteprotect it helps out alot.
bruteprotect + akismet = <3
plus combine that with bbPress’s spam control functions (throttle posting/time to edit)
bbpress uses the comment moderation settings https://codex.bbpress.org/moderation-and-blacklisting/
so combine that with the blacklist.txt from here and you should be fine
https://github.com/splorp/wordpress-comment-blacklist
Yes, I’ve already done this, but then after that ? How can I interact from my wordpress once set up ?
bbpress works as a plugin to wordpress, so you set up a wordpress site and add bbpress.
Hello
I was trying to edit the topic color in the bbpress.css but I was unable to do so. I need help in this.
The link is:- http://baaplog.hol.es/forums/forum/baap-bando-ka-ghar/
I want to do the color of XYZ topic to white.
My wordpress version is 4.1.1
My bbpress version is 2.5.5
Thanks
I’m having the same problem and I’m also using customizr. As I’m a WordPress newbie, I’m afraid I have no solution to offer but am keen to resolve the issue. Thank you.
Hey, I’m kinda lost between wordpress.org and bbpress.org, how those things work ?
What about our dashbord on the wordpress backoffice ?
Thanks
there is no shortcode for recent replies
you could try this??
https://wordpress.org/plugins/amr-shortcode-any-widget/
you could follow this tutorial to create a recent replies shortcode , i tried it and i didnt get the results i wanted before
http://www.daggerhart.com/bbpress-recent-replies-shortcode/
other things you could do is use get template part, then make a shortcode for a template
https://codex.wordpress.org/Function_Reference/get_template_part
you could do some custom query in a new template , put a custom sidebar in the template and place the widget there.
then if you want follow this tutorial to use get_template with a shortcode
kovshenin.com/2013/get_template_part-within-shortcodes/
Ok, it looks like the problem is partly in our theme, but there is a change in 2.5.5 not mentioned in the changelog that is triggering the issue. It seems to be related to this:
https://bbpress.trac.wordpress.org/ticket/2607
We have a check on WP_Query->is_search that is returning true in the topic and reply loops when I believe it should be returning false. The resolution of the above ticket was supposed to fix this same issue…
hello
I have the same problem, no email sent to the forum follower … can you help me?
wordpress 4.1.1 and 2.5.5 bbPress
http://www.croisiere-tour-du-monde.info
regards
Hervé
Hi there,
I updated to the latest bbPress today and now Participant users are not able to edit their own posts and replies anymore (the Edit option doesn’t appear next to the posts). All other roles seem to be doing fine. I’ve tried deactivating all plugins and switching to the Twenty Fifteen theme but the problem persists, so it does seem to have been caused by the update. I’m running WordPress 4.1.1.
This is the website:
Home test
Any help is appreciated
Thanks
Is there a hover text plugin for bbpress? I’m look for something that will let you create a custom list of words or acronyms that when ever someone puts them in their posts, when you hover over them it’ll show you the definition. I found one that’ll work in the wordpress posts, but it doesn’t work in the forums.
@Robkk, the man with the details.
btw. I see many people work on files through the editor in WordPress, but this only allows edits of existing files, and only core files.
I think there is a need for a small tutorial on editors, root folders and ftp access for starters, I remember being very intimidated by my root folders at first.
i found this plugin which pretty much has it, no styling though.
https://wordpress.org/plugins/bbpress-info-widgets/
but bbpress.org uses
forum shortcode to list the forums.
regular bbpress topic tags widget
they are just links , you can put the menu widget there, create a new menu and put your feed links there, they will be exactly like the links what bbpress.org uses just replace the domain name with yours
custom development for the forum info.
@alice-kaye
i know that finding the id in the page source is a little easier since your using CSS.
but i also like to point out that you can use this plugn for finding the ID in the backend of WordPress for the forums/topics/replies sections to show the post types ID.
its pretty useful.
https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/
as for the CSS you could be missing a few periods.
.bbpress .single-forum .postid-20 #fixed-background { background: url('http://www.heartwoodgaming.com/wp-content/uploads/2015/02/ffxiv-background.jpg') !important; }