I have looked- searched the forum and the web…
Is there any Developer Documentation for bbPress ?
What I have in mind is like what exists for buddyboss:
Thanks
I have looked- searched the forum and the web…
Is there any Developer Documentation for bbPress ?
What I have in mind is like what exists for buddyboss:
Thanks
Quick question regarding styling the pages made by bbpress. Inside the forum I’m using the bbpress breadcrumbs and they work wonderfully. My theme uses breadcrumbs, and I use them for the rest of my site, (non-forum pages)… but they don’t work properly within the forum. I have the option of disabling my theme’s breadcrumbs on a page by page basis, but it only disables them on the page I inserted the breadcrumbs in. I’m assuming this is because the rest of the forum pages are generated by bbpress.
So basically, I want to disable my themes breadcrumbs on all forum pages and let bbpress handle breadcrumbs there. My theme’s developer shared this with me…
“I think the easiest way to do this would be to hide the breadcrumbs on the required pages. I believe all bbpress pages have a body with the class “bbpress” so this should be doable with some simple CSS (you can add this to your child theme’s style.css file):
body.bbpress .memberoni_breadcrumbs {
display: none;
}”
But this doesn’t work for me. I’ve tried to inspect the page using chrome to see what I’m doing wrong, but can’t seem to figure it out.
Any help would be appreciated!
Hello,
I’m using sydney 1.6 and bbpress, and the search result is allways a 404.
I tried to copy the content-search.php to childtheme/bbpress but it didn’t work.
there is an other content-search.php in the root folder of sydney theme, but when i rename it, it’s still not working.
Do you know how to solve this ?
Best regards,
Lucas
Hi!
I hope someone can help me with the following issue:
When you submit a registration, it takes you to the WP-admin login page. I want to keep the user in the front end at all times & direct them to a landing page to say thank you & check your inbox te complete registration. Also when a subscriber enters an incorrect password or account, it will redirect to admin login. How do i redirect the subscribers and keep them at the frontend at all times?
Thanks
I need to create a gallery where users can upload photos in the categories I created as an administrator.
is there a plugin?
Thanks
Can you suggest how to increase the number of roles and change the role settings exclusively in the bbPress forum (so that these roles do not apply to the site into which the forum is integrated)?
Where exactly do you go to configure this feature? Or which extension will help you do this?
We need the ability to appoint certain people as moderators of individual sub-forums.
Sorry for my English!
Hello, I’m having a display or align problem of my menu in profile user view check here: https://prnt.sc/10ofr8r
This only happens in forum profile users, all the rest look fine.
How can I get the menu get full aligned like the rest of my website?
http://aulalp.wpdev.xubium.net/
Thanks
In the main forum/topic view the css is updated with status-closed.
However the Forum and Topic widgets do not update the status.
I would like to change this.
Where does the existing code set status-closed for both Forums and Topics.
Hopefully you can see what I’m wanting to show here
The html <a> link for the list of forums is wrong – it include white space in the front.
If you don’t think it’s a bug, then where do I place a modified widgets.php in my theme to fix the issue?
this is from BBP_Forums_Widget
<a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>">
<?php bbp_forum_title( $widget_query->post->ID ); ?>
</a>
and this is from BBP_Topics_Widget which displays correctly with no leading white space.
<a class="bbp-forum-title" href="<?php bbp_topic_permalink( $topic_id ); ?>"><?php bbp_topic_title( $topic_id ); ?></a>
The bbPress codex explains that when bbPress is installed it creates three new menu items in the WordPress backend. These are Forums, Topics and Replies.
I do not have the Forums topic. Is there some way that I can add it in?