The first time, I went step by step through the bbpress.css file and made my styling changes. The first time lasted about two-three weeks and an upgrade trashed the changes by overwriting the file with the default.
The second time I installed bbPress on my local development site, went through and made my changes. I then uploaded the file to the live server. To my knowledge it has not been upgraded but a couple of weeks in and the install reverts to it’s default. A quick scan of the bbpress.css shows none of the changes I made.
ok, the back to discussions link is being put in either by your theme or by a plugin (maybe buddypress)
SO
Plugins
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.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
and have you upgraded bbpress twice recently?
@manavforum
again the same as for bbpress – but you can use the bbpress login widget or use
https://wordpress.org/plugins/bbp-style-pack/
@awpt – can you help us to help others who may have this issue.
Did you have user role editor already? – so that this plugin might be the one having the issue?
If not what other plugins did you have?
And if you installed it just to fix, what exactly did you do one you have installed it, is it just a reset?
By the way for your information bbpress doesn’t have it own tables, it uses the custom post types of forum, topic and reply.
The “Back to Discussions” link in my forum take me back to my site’s homepage, instead of the listing of forum discussions. Do I have something set wrong? I can’t find anywhere to fix this.
PLEASE SEE http://www.maaspublications.net/testsite/client/groups/webinar-participants/forum/topic/i-have-questions-lots-lots-of-questions/
*(I did post this in 2 unresolved BuddyPress threads, although I was referred this forum. I searched for existing matching topics in your Troubleshooting forum, and only found one other matching thread that is also unresolved: https://bbpress.org/forums/topic/←-back-to-discussions-link-goes-to-home-page/)
All help is appreciated!
where can i find the login option in bbpress?
I’m happy to be new to this community. I’ve been using phpBB for forums for years, and recently decided to migrate over to bbPress. I recently installed all newest versions of WordPress and bbPress.
I have a medium sized phpBB forum with thousands of topics, so I need to preserve the users and topics.
My setup is a bit strange though – I am using aMember, and this membership program creates an integration between WordPress and phpBB. The result is the same users exist in phpBB as in WordPress.
So, when I attempted to import users and topics from phpBB into bbPress (using import tool that came with bbPress), the forums and topics did import but the users all had “imported_” before their user names. My guess is this was an attempt to prevent duplicate users.
Is there a method to import my forums and topics from phpBB into bbPress, and have the authors of topics and replies synced to the already existing users in WordPress? Thanks for any suggestions.
On the main forum page here on bbPress.org the latest topics are listed with the wrong freshness time. More than half hour incorrect more some. The freshness time on the specific forum pages are correct though. Why is this?
Hi,
I am new to BBpress and after a few research, I can’t find what I want.
Is there a plugin allowing administrators to manage who can see/post in specific forum for each user group?
Like a table where we have to fill the cases.
Or maybe I just didn’t understood it is already possible with the documentation?
do this first
General Issues
bbPress works with many themes and plugins, but it is impossible to test all combinations, and many issues are caused by conflicts with plugins and themes.
Therefore before posting, please test if your issue is resolved by the following
Plugins
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.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
If the above produces an issue:
If it is a paid theme or plugin, please contact the authors for resolution.
If free, do ask here, we may know of workaround.
PLEASE tell us you have done the tests above when posting.
OTHER COMMON FIXES
The following will do no harm, so are worth a try and can fix some issues
Dashboard>settings>permalinks. Don’t change anything, but just click save. This resets the permalinks, and can solve some 404 errors.
Dashboard>tools>forums>repair forums and run one at a time. Useful if you’ve got some stuff not showing – doesn’t often fix but occasionally does.
but when you do update
i say make a backup of your site using this plugin
https://wordpress.org/plugins/updraftplus/
maybe even a couple of backups for a safe measure
1 to your email , 1 on your host , and 1 on your cpu.
then update WordPress.
Thanks Robkk,
I tried bbPress-Support-Forums, but it puts some strange stuff in the forum header:
Screenshot
It would be nice with a plugin that just lets logged in users vote, with a widget of most voted topics.
they use the regular WordPress registration
which is http://example.com/wp-login.php?action=register
or you can put the bbPress shortcode [bbp-register] into a page for a frontend form
here is the rest of the supplied shortcodes
https://codex.bbpress.org/shortcodes/
if you have the slack interface up , go to the channels section and browse them til you find #bbpress
or you can go here
https://wordpress.slack.com/messages/bbpress/
I have installed bbPress but I don’t see any option for people to register. What do I need to do?
Dear robkk thank you for your reply..
I just realize that the “to” field has the noreply address because the users addresses exists in the bcc field… maybe… I will investigate this one…
How can I get in contact with developers..?
I joined the “Making WordPress” team in slack but how can I join the bbPress team in slack?
Best regards
Andreas
Thank you so much, should this code be in the bbpress setting or the wordpress settings? thks
click on the “documentation” link on the top of this page, the info you seek is there –
template info – https://codex.bbpress.org/amending-bbpress-templates/
conditionals – https://codex.bbpress.org/bbpress-conditional-tags/
etc
sam
I eventually found it, it’s called bbpress/content-archive-forum.php not exactly an intuitive name.
Wondering if there are a list of hooks, or even this bbpress support theme for download somewhere?
Hi Guys.
I hope you can help. I am using the latest version on wp and bbpress. My site is http://www.recipebrag.com
I have just set up cloudflare and since when posting a reply or making a post, it takes ages for it to appear. I don’t know if it is to do with cloudflare or not. Has anyone else had this issue?
I have searched but cannot find an answer.
TIA
Steve
As I understand it does not work mode time during which the participants can edit your listing. It does not include the Edit button.
I have different themes Wordpess and put the other versions of the bbPress. The situation does not change. Permission to edit does not work even when disabled all plugins!
Surely no one with this problem faced?
in the notice text area of a forum, there’s message:
“This forum contains xxx topics, and was last updated by”
and there’s an avatar before the user, how to remove that?
also, that’s the case for a topic, how to remove that?
“This topic contains xxx replies, has xxx voice, and was last updated by”
BTW,
I managed to remove some avatars in other areas through this:
.widget_display_topics .bbp-author-avatar { display: none ! important; }
.bbp-topic-started-by .bbp-author-avatar { display: none ! important; }
.bbp-topic-freshness-author .bbp-author-avatar { display: none ! important; }
<code></code>
reference:
bbPress Styling Crib
@eli_damon
alright when you get bounced to the normal reply form if you see a cancel link by the submit button thats when you know threaded replies is working.
just enter some content after your bounced from the reply link and hit submit the content should be under the post you hit the reply link.
the awkwardness im talking about is when the reply is on its 7th thread or more when you have a sidebar for bbPress, it makes the 7th on look squished.
Its best if you have full width for threaded replies.
other issue is when you are on about your 3rd thread or more of a reply on mobile devices , the replies content will look barely readable past that.
messing with this CSS and making the margin-left smaller for mobile device width would help out alot though. But making it look great on mobile would require some work.
#bbpress-forums ul.bbp-threaded-replies {
margin-left: 50px;
}
if you really want to have a 10> threads , get inspired by reddit.com and how they do it.
I was OK with ‘BBpress Like Button’, except for the lack of a ‘most liked’ widget,
this plugin is having issues now?? you should contact the developer.
I have installed the ‘GetShopped Support Forum Plugin’ from Github – does anyone have experience with this?
yes in the past , the plugin is quite buggy now
use this updated version that says it also has a voting feature now.
https://github.com/dtbaker/bbPress-Support-Forums