Hi @josnierop,
I know the basics and that has always been useful. Happy to see you’re fixed.
PS. Kom gerust op de Nederlandse chat voor verdere of algemene vragen, we zijn niet allemaal WordPress/bbPress nerds daar 🙂
I added some custom CSS to my theme which did the trick.
.bbpress #sidebar {
display:none;
}
body.bbpress div#content{
width:100%;
}
Might help you.
Thank you, Robin W, for saving me from banging my head against a brick wall!
So, another possibility: is there a way of adding CSS to Forums, Topics and Replies (eg opening in Visual Composer)? I have the CSS to hide the one-page theme menu on a page, but don’t know how to add this to the bbPress entries.
Cheers!
Is there a (simple :)) way I can move the Forums, Topics and Replies to sections within the one-page design
There’s probably not a complicated way either !
Sorry but bbpress works on creating links, so it’s on different pages at the core.
Tho still trying to figure out how to replace default classes.
Code in BBpress:
// Link class
$link_class = ' class="bbp-author-' . esc_attr( $r['type'] ) . '"';
// Add links if not anonymous and existing user
if ( empty( $anonymous ) && bbp_user_has_profile( bbp_get_reply_author_id( $reply_id ) ) ) {
// Assemble the links
foreach ( $author_links as $link => $link_text ) {
$link_class = ' class="bbp-author-' . $link . '"';
$author_link[] = sprintf( '<a href="%1$s"%2$s%3$s>%4$s</a>', esc_url( $author_url ), $link_title, $link_class, $link_text );
}
Hook:
function hw_get_reply_author_link($link_class) {
$link_class = preg_replace('/ class="bbp-author-"/','/ class="myclass" /',$link_class);
return $link_class;
}
add_filter('bbp_get_reply_author_link','hw_get_reply_author_link');
Cant make this work. Well output itself works as should, but it doesn’t replace bbp-author- to myclass. Can you tell me what’s wrong with it?
I tried this again on a different staging site with a fresh bbpress install and it’s the same result…when anyone replies to a topic it automatically redirects back to /wp-admin.
I’m trying this Peter’s Login Redirect plugin…but logging in and out is not the issue.
Could this be an issue with my SSL? With my host? Research on those issues is not turning up anything for me. Is there anything else that I can try?
before you finally remove bbpress then
dashboard>tools>forums>reset forums
Hi,
I recently saw that all of my forums and reply pages won’t open. The only thing that opens now is the first page of the forum. The others open only in blank page.
Moreover, when I discovered the issue, I deactivated and re-activated all of my plugins, I have reinstalled the bbPress plugin, I have deactivated all of the plugins except bbPress and I have reindexed the permalink but nothing fixed the issue.
I mention that I have created forums and that there are hundreds of replies in there. Also, I’m using the latest version of bbPress on the latest version of WordPress.
My forum is here: https://itutorial.ro/forum/ .
Any suggestions?
Thanks!
I have decided to use another software option for my forums.
I was wondering how I go about removing the bbpress data from wordpress once I export my forums out.
In BBPress if no role is found, it defaults to Member. I found that much in the code.
I solved it though. It wasn’t working as long as my code was in my theme’s functions.php. I had to actually add it to a custom plugin for it to work. Not sure why this was.
‘member’ isn’t a bbpress role, so where is this coming from?
Hi,
i have problem with login page in bbpress
when field (user or pass) is free and press enter you can show my login page in my website
How i can change this?
and how i can set error when some field is empty or wrong?
Hi all, hope you are willing and able to help a newbie!
I am building my first website on a one-page theme (Vellum). I’ve installed bbPress and it works fine except the auto-added Forums, Topics and Replies are like separate pages rather than being sections within the one-page theme design. This is an irritation because navigating to any additional pages breaks the one-page navigation smooth scrolling effect. Is there a (simple :)) way I can move the Forums, Topics and Replies to sections within the one-page design rather than have them as additional pages?
Thanks, in hopeful anticipation!
Sorry if I reopen this discussion. But I search for it and this topic is no more update.
I write this to update someone that need to disable tags on bbpress
In the new bbpress version 2.5.12 you can disable tags by this filter
add_filter( ‘bbp_allow_topic_tags’, ‘__return_false’ );
You can put this on functions.php file in your theme.
P.s: this filter disable both, input and html in every forum/topic (newest and older)
I hope somenone needs.
Bye
Correct @lp9086, we have 6 forums here on bbPress and no categories, or parent/child forums, just plain ‘ol forums 🙂
I’m trying to use AddQuicktag in bbpress “create new topics” editor, but doesn’t seem to work.
It does work perfectly in the WordPress “create new topics” editor.
Can someone tell me how to resolve this problem?
Versions of software.
WordPress 4.7.3
bbPress 2.5.12
AddQuicktag 2.5.1
Hi,
Already I am Using BBPress 2.6- Beta Version. But Still my problem was not resolved.
Hi all,
I’ve been searching high and low for a solution for this: Whether an admin or subscriber posts a reply to a topic, they are automatically redirected back into the dashboard.
When posting a reply, I’d like the user to stay in that topic (so they can see their reply) or at least redirect back to the forum page after they leave a reply.
Here’s my info:
WordPress version: 4.7.3
bbPress version: Version 2.5.12
Link: https://staging8.airwolf3d.com/3d-printing-forum/
Add’l Info: Theme is Twenty Sixteen and all plugins except bbPress deactivated. No changes to WP core.
Any reply is much appreciated. If you can even just point me to the correct resource, I would be grateful. I’ve researched this thoroughly and in good faith, but just can’t figure it out.
Thanks,
Jazmin
I would love to hear some advice on this as well. Is this just the way bbPress works?
Sorry, you have already done the import I see now. I thought you were blocked during the import.
2.6 is bringing better import mechanisms (but you don’t have an issue there), better performance and lots of other stuff (see https://bbpress.org/forums/topic/bbpress-2-6-beta/).
I would propose to run the 2.6 in a test environment and see if it solves your issues.
Pascal.
Hi,
If you have issues with the upgrade from 1.6 to 1.8, you would have to report that on the myBB support site: https://community.mybb.com/
If you have issues with the import of myBB into bbPress, could you then maybe try bbPress 2.6-beta2 ? It has improved import capabilities.
Pascal.
Hi @7mps,
Are you trying to switch to bbPress or to the latest version of eMyBB ?
Pascal.
Hi there… I’m facing the same problem, I just tried to update my bbpress installation to the recent version and forum pages do not show topics…
Could you solve your problems and what exactly was the problem and how could you solve it?
Thanks in advance…