Hi guyz,
Please tell how can I make bbPress show 2 column template on forums main page and wide 1 column template on topics and replies pages?
My theme is Jarida. In settings I can choose between wide and 2-column template for bbPress. But this settings is applied everywhere. I need different templates for main forums page and topics, replies pages.
What should I do? What file to replace, edit?
Dear sir
How I can change title and description of BBPress home page ???
see this screenshot for my current status.
http://www.mediafire.com/view/bagt3b0faz7fdwf/title-desc.jpg
Hello Bbpress geek,
I’m Kit and NOT a Robot!
i really need your help! I registered a test user in my forum. however it will be redirected to my website homepage http://www.mysite.com how can i make them redirect to http://www.mysite.com/forums after they register?
Please help
thanks
Hi,
When a new user or admin tries to access the forum, it seems to work fine.
When an older user (role: participant) tries to access the forum, they get a 404 error (same URL).
Happens in base themes as well as my theme.
Wordpress 4.3.1
bbPress 2.5.8
Have tried the utilities to repair everything. Nothing seems to help.
Very frustrated and at a stand still. Any and all help is appreciated.
Paul
Hello,
When replying to forum replies (nested/threaded replies) everything works as it should in Internet Explorer, but in Chrome, instead of creating a nested reply, the user is taken to the general topic-reply form. The users think it will be a nested reply, and are of course frustrated when it ends up at the bottom of the list.
In IE, no console errors are generated. Here is the error generated in Chrome when the REPLY button is clicked:
Uncaught TypeError: Failed to execute ‘insertBefore’ on ‘Node’: 2 arguments required, but only 1 present.
addReply.moveForm @ reply.js:18
onclick @ (index):406
Wordpress version 4.3.1
X-Theme version: 4.1.0
bbPress version: 2.5.8
I have also tried other versions of the bbPress plugin with no success.
Thanks!
<imc src=”http://i.imgur.com/8GDJNNy.jpg”>
<imc src=”http://i.imgur.com/TIl1xpw.jpg”>
What I was mainly after was adding the little yellow text notice box that’s there on creating or replying topics. Like the one that states Your account has the ability to post unrestricted HTML content. within the yellow notice box.
If you want the same you can add this is using my example above. Just replace Example text here. text with your own custom notice. Hope this helps someone out!
<div class="bbp-template-notice">
<p><?php _e( 'Example text here.', 'bbpress' ); ?></p>
</div>
Regards,
Gareth
Right then after some trial and error:
You can add into the footer on the main bbpress forum page by editing the following file:
\wp-content\plugins\bbpress\templates\default\bbpress\content-archive-forum.php
Just add whatever you need where I have put <p>Example text here</p> on the following code
<?php endif; ?>
<p>Example text here</p>
<?php do_action( 'bbp_template_after_forums_index' ); ?>
</div>
Hope this helps others who need this advice!
Regards,
Gareth
@schwarzkopfclub Thanks you have been a legend and set me well on my way. Also gave me the terms to google and find a plugin that will help generally also:
What The File is the best tool to find out what template parts are used to display the page you’re currently viewing!:
https://wordpress.org/plugins/what-the-file/
Also on the codex:
Getting Started in Modifying the Main bbPress Template
Thanks again,
Gareth
Hello,
I have a problem with bbpress.
a couple of days ago a problem started with making accounts on my site.
When a new user is making an account he receives an e-mail with an activation link in that mail.
When he clicks that mail he is comming on a page with an box where he needs to add an activation code.
But in the mail there is no activation code. only a link like: http://website.nl/activate/79d6b96dbaaf352d993dafae852f9b26/
So looks like the account should be activated direct from that link but this is not working.
Also when i enter the code 79d6b96dbaaf352d993dafae852f9b26 again in the field where is aked for activation code this is not working.
So people can not make new accounts at this moment on my website.
Who can help me solve this?
Kind regards
Daniel
latest wordpress and bbpress version installed
sry for the double post
so this is what i found:
The problems seems to be that the links are generated wrong:
how it is right now on my site
http://www.website.com/forums/forum/newforum/
but it should be
http://www.website.com/forums/forum/category/newforum/
so for some odd reason, bbpress is missing the link between the category and the new created forum
I have a site in 3 languages, made with the Enfold theme and the WPML plugin.
English: hidden
French: default
Dutch
In the footer widget area of the theme, I added the bbPress “Recent Topics” widget, and it is only showing in the French site. In the Dutch site, the footer widget area is empty.
This also happens in sidebars.
Other (bbPress) widgets work perfectly in both languages.
What can I do to solve this? Where can I find the code to change it?
I’m using WordPress 4.4, bbpress 2.5.8 & WPML 3.3.3
That is exactly what I meant. Dots are where I put actual spaces in the text.
Not sure if it is due to a plugin. It does not work on this bbpress support forum either.
Did you copy any bbPress files into a child theme ?
Are you using any GD tools ?
(just putting some questions, trying to guess…)
You have somewhere entered in the wordpress or bbPress settings a ‘/index.php’ that should not be there according to me !
Pascal.
Hi,
What plugins are you using concerning user roles or for bbPress ? I know of at least 1 bbPress plugin that has issues with the new WP 4.4
Pascal.
yes,
auto connect “wp-admin.php” when bbpress is login failed.
i want redirect it.
Hi Guys
I presume that this was not fixed as I too have the same issue and am using Avada
Frustrating especially as Avada recommended BBpress
Updating to the most recent version of bbPress might solve this issue??
If you want to, backup your site then update bbPress to see if it fixes that.
I copied the bbpress templates from the plugins folder into my themes folder
Yeah that works too, I just didn’t want to suggest that at first because of how custom the templates could be in your theme. Glad you got it sorted out. 🙂
I cannot replicate this issue on the default single site installation of bbPress, or on multisite, using the bbPress forum index shortcode.
Glad you fixed it using a tool?? Do not know for sure what tool exactly you are talking about though.
Wait do you want full width or with a sidebar??
Making Forum Width 100% in point
Does the bbPress wp tweaks sidebar work on a single forum or single topic page? It may not work if you placed the forum index shortcode in a custom page.
Hi,
I remember that people found this one a very nice child theme that was going towards phpBB : http://www.epicwebs.co.uk/bbpress-tutorials/bbpress-starter-theme/
Have a look if it can help, otherwise just get back here.
Pascal.