Reply To: Need some helpful pointers
are you trying to hook a function/apply a filter to the content area of a bbPress post types??
View ArticleI want to remove (yes, remove. NOT hide) the Breadcrumb from forum home
I want to fully remove it, I am integrating breadcrumbs myself in a completely different place. I have found no template I can add to my theme which will allow me to control the breadcrumb on the...
View ArticleReply To: Edit the bbPress login widget
yes there is its called form-user-login.php using the bbp-login shortcode works as one would expect, editing the user-login form works also, as one would expect. However: When the user is logged in,...
View ArticleReply To: Edit the bbPress login widget
@geekserve what looks awful?? the you are already logged in status?? or how the login widget displays the avatar and profile links if you are logged on. But to really customize how you want the...
View ArticleReply To: I have created a bbPress starter theme with a phpBB look and feel
Fatal error: Call to undefined method BBP_Default::epicwebs_bbp_list_forums() in /data01/virt50419/domeenid/www.mkuubis.net/htdocs/wp-content/themes/valenti/bbpress/loop-single-forum.php on line 38
View ArticleReply To: Hierarchical Forum and Category Layout
Is it really hard to add this categories thing to core code? So anyone can use them without any hassle? And yes it is so nice to point out some nice websites where people rewrite bbpress code to make...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
Any replies with silly css hacks will be ignored not sure that attacking potential helpers is the best way to get a response. Using hide in css is a perfectly acceptable way of achieving things even...
View ArticleInstallation
Hi, my website S Dream Works. i have installed in subdomain /community as folder. i have using linux server. but installation filed. i gave the necessary information. can any one suggest the issue...
View ArticleReply To: Hierarchical Forum and Category Layout
@ebunny3k copy the loop-forums.php file into your child theme in a folder called bbpress https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout also i need to move this file to a...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
Hey Rob, That came out a little rude, I didn’t mean it like that. I was just trying to say I wasn’t interested in hiding it with a CSS Rule, and wanted it removed completely. You say it is a perfectly...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
this should do it, place in child theme functions.php or a functionality plugin function bm_bbp_no_breadcrumb ($param) { if (bbp_is_forum_archive()) { return true; } } add_filter ('bbp_no_breadcrumb',...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
bit of a difference between and wanted it removed completely and I merely want to move it. but it doesn’t seem as if that’s possible. um, yes it is, you just hadn’t asked ! just use <?php...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
You are not understanding the problem. There is a hardcoded breadcrumb within what I seem to think is within this line of code: <?php do_action( 'bbp_template_before_forums_loop' ); ?> I am...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
You are not understanding the problem. spot on ! the code you gave is an action, so would not contain the breadcrumb unless some other code outside bbpress is actioning it. can you give us a link/url...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
Hi Rob, Can’t show a live link since it is not currently live. Here’s how it looks: Essentially, can you see the breadcrumb inside its own content box? that’s what I have added manually. That is where...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
I presume you want rid of the one to the left of search ? that should be in bbpress/templates/default/bbopress/content-archive-forum.php line 24 in 2.5.5
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
Hey Rob, Thanks for that. Why does the Codex not have these details available to the user? I see countless posts on here with people requesting how to do this, and those that help suggest a wide...
View ArticleReply To: I want to remove (yes, remove. NOT hide) the Breadcrumb from forum...
Why does the Codex not have these details available to the user? Unfortunately good coders tend to be rubbish documenters ! I’m just a user of the software I wrote a fair amount of the codex as I was...
View ArticleFont Size
I’m trying to make the font size bigger in my forums but everything I’ve tried is not working. I’ve searched the forums here and cannot figure out how to fix it. The link to my website is:...
View Article