Reply To: how does bbpress.org keep highlighting the current page?
Thank you so much, tharsheblows! And your answer is very helpful to me. I also suppose your method is the right choice than the former which has a flurry of IF statements. Could you post your code for...
View ArticleReply To: I have created a bbPress starter theme with a phpBB look and feel
I have followed the directions on how to get the files into my theme page but WP and I are not friends and I am completely lost. I purchased a theme called Gamecenter. That is where I uploaded the...
View ArticleReply To: how does bbpress.org keep highlighting the current page?
Sure – this is what I did on a test install. The current menu item class in mine is “current-menu-item” and I added a custom class “forum-class” to the forum menu item in my custom menu. I *always*...
View Articlecan't change background color
Hi, To start off, I followed the directions I found here, and I have a child theme set up. The text and background from my forum are both very white. I’d like to change the background to something...
View ArticleReply To: can't change background color
from a quick look, I think what you are after is #bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.odd, #bbpress-forums ul.even { background: url(‘images/footer-bg.png’) repeat left...
View ArticleReply To: Same design a bbpress support forum
Is there a shortcode to display same thing as the widget used on the support forum, listing all the available forums with post count for each? I am using the forum index widget but this one is only...
View ArticleReply To: Very simple question — changing font size
The code has definitely helped me with the trials of trying to understand bbpress. I was wondering if anyone knows how to edit the colour of threads that are locked? I guess for my theme, Customizr,...
View ArticleReply To: Very simple question — changing font size
the style for closed is http://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#13-preventing-closed-topics-from-going-grey
View ArticleReply To: Same design a bbpress support forum
I am trying to use bbp_list_forums in sidebar.php in a child theme, but that doesn’t work, do I need to make some includes to get to bbpress functions?
View ArticleReply To: Same design a bbpress support forum
I got bbp_list_forums to work, but this function does seem to only list subforums! What if I want to display top level forums?
View ArticleReply To: Very simple question — changing font size
Thanks for the reply Robin, Though the the code stated in that article doesnt work with my theme/forum: #bbpress-forums .status-closed, #bbpress-forums .status-closed a {color: #000 !important;} I put...
View ArticleReply To: Very simple question — changing font size
@oldkcole can you send a link to a closed/locked topic, so that I can take a look
View ArticleReply To: Same design a bbpress support forum
I finally managed to get to something displaying the top level forums. Guys it took me hours to do something so simple. Really should be part of the documentation somewhere. Pasting the code here in...
View ArticleReply To: Very simple question — changing font size
And thanks here as well… I’ve been wishing the Subscribe toggle was over further to the right, and the necessary code for that is included on the page you’ve linked to above…
View ArticleReply To: Very simple question — changing font size
Oh my goodness!! It seems when I switched to firefox, it was fixed from grey to black!! Thanks for the help Robin, Much appreciated.
View ArticleReply To: Same design a bbpress support forum
Thanks for sharing your code and and yes some more docs on this would be great. Anyone can add docs to the bbPress codex http://codex.bbpress.org/ You just need to login with the same username and...
View ArticleReply To: how does bbpress.org keep highlighting the current page?
Thank you so much! I’ll try it.
View ArticleReply To: I have created a bbPress starter theme with a phpBB look and feel
Still looking for help on figuring out the IDs to see if the experimental removal of sidebars will work for my forums page. Please help.
View ArticleReply To: I have created a bbPress starter theme with a phpBB look and feel
@foxden vixen make custom post/page template without sidebar, name it bbpress.php and place into your themes root thats what I did http://batman.scifi-guide.net/forums
View Article