Quantcast
Channel: bbPress.org » All Posts
Browsing all 3685 articles
Browse latest View live

Reply To: This user has not created any topics

Ryan, firstly please stop bumping old topics, create a new topics please. I would first try running the bbPress repair tools to see if that fixes it (Tools -> Forums)

View Article


Reply To: This user has not created any topics

My apologies. I figured it would helpful for other users looking for solutions to the same problems.

View Article


Reply To: This user has not created any topics

It is not helpful, there have been vast changes to bbPress codebase since those posts and will only further confuse things.

View Article

Reply To: Theme problem

after updation same 404 errors … do i need to change anything in fucnction.php???

View Article

Reply To: Theme problem

any update?

View Article


Image may be NSFW.
Clik here to view.

Reply To: Forums index in the same layout as other bb software

@kaliceos Brilliant! Exactly what I was looking for today while tweaking stuff in my project. Thanks a bunch for saving me hours of searching & templating.

View Article

Changing Font Color & Size

Where would I need to go to increase the font size and default color? Compared to the rest of my blog, the forum font is small. thanks for any help with this issue. Nick

View Article

Reply To: Changing Font Color & Size

use css to make your changes http://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-2/ everything is pretty much in there

View Article


Reply To: Forums index in the same layout as other bb software

Thank you so much, this so should be in the core build.

View Article


Adding border bottom to widgets

I want to add “border-bottom: 1px solid #F1F1F1″ to bbpress widgets recent topics and recent replies. How do i do that?

View Article

Reply To: Adding border bottom to widgets

read this on finding the widget class and id and customize it http://wpfab.com/how-to-customize-a-specific-wordpress-widget/ if you want to use a custom class and id for the widgets then get this...

View Article

Reply To: Adding border bottom to widgets

I tried adding #sidebar #bbp_topics_widget-4 .widget ul li { border-bottom: 1px solid #F1F1F1; } or #sidebar #bbp_topics_widget-4 { border-bottom: 1px solid #F1F1F1; } or #bbp_topics_widget-4 .widget...

View Article

Reply To: Adding border bottom to widgets

give me a site link and ill check it out

View Article


Reply To: Adding border bottom to widgets

http://desimedicos.com/forums/ I am trying to add a 1px border at bottom of each of the 5 posts in 2 of my sidebar widgets.

View Article

Reply To: Adding border bottom to widgets

#bbp_topics_widget-4 li { border-bottom: 1px solid #F1F1F1; } i think this is what your looking for?

View Article


Reply To: Adding border bottom to widgets

I just added that code to custom css file. Doesn’t work.

View Article

Reply To: Adding border bottom to widgets

Even tried adding #sidebar before it. Didn’t work either.

View Article


Reply To: Adding border bottom to widgets

#bbp_topics_widget-4 ul li { border-bottom: 1px solid #F1F1F1; } they work on my end do #bbp_topics_widget-4 ul li { border-bottom: 1px solid #F1F1F1!important; } or clear your cache

View Article

Reply To: Adding border bottom to widgets

on my end whenever i used #sidebar and .widget it didnt work so #bbp_topics_widget-4 ul li { border-bottom: 1px solid #F1F1F1; } #bbp_topics_widget-4 ul li { border-bottom: 1px solid...

View Article

Reply To: Adding border bottom to widgets

#sidebar #bbp_topics_widget-4 li { border-bottom: 1px solid #F1F1F1; } This worked. Thanks a lot for support.

View Article
Browsing all 3685 articles
Browse latest View live