Reply To: Which wordpress template file gets used by BBPress plugin?
Iv’e copied all the defult files to my theme dir, but it’s still go to page.php. Have you solved this?
View ArticleReply To: Which wordpress template file gets used by BBPress plugin?
Here is the solution: http://bbpress.org/forums/topic/all-forums-pages-on-non-default-wordpress-template-php/#post-110175
View ArticleNew Topic Button – on forum pages (paypal reward :)
Hi! Just migrated to bbpress, and users are confused.. as they do not see standard on other forums ‘New Topic button.. I hope it is possible to add one using function code – so it would appear at the...
View ArticleReply To: I have created a bbPress starter theme with a phpBB look and feel
For future reference, if you want to remove the sidebar just from bbPress files you can use something like… .bbPress .sidebar { display:none; } // depending on your theme. Good luck!
View ArticleReply To: Removing the sidebar
Hmm, not sure its a “really dirty grimy hack”. Removing the sidebar means you no longer have access to it, should you require it on certain pages, or if like some themes you want to access it on...
View ArticleReply To: I have created a bbPress starter theme with a phpBB look and feel
“something like”, hehe… okay… I don’t know which file(s) to put it in… I’ll figure it out one day by trial and error… thanks again…
View ArticleReply To: I have created a bbPress starter theme with a phpBB look and feel
Well it depends on what your theme uses as it’s sidebar container. .bbPress is a class which is applied to the body tag so you can tell if it is on a bbPress page. .sidebar is a guess at what the...
View ArticleReply To: How to add the sidebar?
You will need to copy over the bbPress theme files from the plugin directory and into your theme, then you can add in the get_sidebar() function into the theme although it should be there already. Try...
View ArticleVideo webdite themes is open slow ?
We know wordpress is great system for web world. I already using wordpress website and I am thinking open a new video website with wordpress but not sure yet.. cause of wordpress plugins..wordpress...
View ArticleReply To: Video webdite themes is open slow ?
You might be better off asking this on the wordpress forums: http://wordpress.org/support/
View ArticleReply To: I have created a bbPress starter theme with a phpBB look and feel
Thank you very much for your theme, it’s very nice and a good start to work with bbPress. I have two issues, I try to solve, maybe someone could help me. So, in the Forums-Listing, if there is an...
View ArticleTheming with the WP plugin…
I’m using the bbPress plugin for WordPress, and I’m wondering how to go about changing the theme of the bbPress. Is it mostly dependent upon the WP theme I’m using, aside from CSS changes I make?
View ArticleForum title, remove trailing numbers
Hi! All forum titles contain the number of topics and replies like this: Support forum (12,20) …. What do I edit to remove those numbers? Thanks a lot
View ArticleReply To: Add Text Above Forum on Main Page
I’m sorry for my delay in replying! I had to put this project aside briefly but now I’m back at it. I really appreciate your response – but, unfortunately, I don’t have that file or an extras folder....
View ArticleTemplate désactivate
Hello or good evening Here by mistake in the first configuration bbpress, I disabled the template and I would like to re … I’m the deleted and reinstalled it gives me no how to configure How can I do?...
View ArticleReply To: How to add the sidebar?
Sorry… I am quite new to all of this…. which files from the plugin do you need to copy and where do you insert them into another theme – within another file, or in a directory. I have this same issue...
View ArticleReply To: disabling breadcrumbs
function bm_bbp_no_breadcrumb ($param) { return true; } add_filter (‘bbp_no_breadcrumb’, ‘bm_bbp_no_breadcrumb’); Could any tell me how do I need to use this code? Thank You!
View ArticleCustomize BBpress forum pages
I’m trying to do something and have hit a wall. I want to have multiple “hub” pages on my site each with a custom menu that I’m serving using my themes slider. It all works great on the hub pages but...
View Article