It’s ok I found the answer here:
Thanks! In case anyone is wondering, I amended the bbpress.css file
Hi all,
I am looking to move the search from on top of the forum to the right of my menu items. No matter if I add more or delete them. I recently hid it by adding a quick line to my css, but deleated it.
Where I want it vvvv

I would also like to know what to add to my child theme custom css to edit the look of it.
I am new to WordPress so I am still pretty new.
I have a number of other topics open too, click my name to see them, would love the help.
BEST,
JB
So, my forum is at http://mmo4teen.com/forums/
and I wan it to look similar to a vbulletin forum, table like, especially the inside post and topic. Like avatar and info on the left with post on the right ( currently, it’s one on top of another ).
I tried a lot of css but it did’t work very well.
Anyone have some experience with this >
Hi there,
I have been wandering around for a few days on the internet, spending most of the time as a guest on this bbPress forum.
I am trying to find out a way to expand the very small column containing the bbPress forum in the middle of my website http://2islands.nl/forums/forum/forum-2islands/. To be honest I am a little frustrated to find out kinds of different ways with small pieces of code added here and there in .css and .php files that don’t work for me.
Viewing from what I find in this and other fora, I am not the only one having this problem.
I am not a html programmer, but I can copy and paste very well. 🙂
Can anyone help me get my bbPress on full with (keeping my left sidebar) in a neat way, for instance by editing a bbpress.php file of something like that.
Believe me; i tried at least twenty of the tricks found in this and other fora. Nothing works. Let’s get this over with once and for all :-).
THANKS for any help!
you would need to edit bbpress template files to add a unique css class to each bbpress role as well as add custom css, see this article for details –
https://bbpress.org/forums/topic/roles-under-username-bb-author-role/
sam
Hi guys, I’m pretty new(bie) on WordPress, hope some1 could help me.
I’ve created a little test site here: http://www.elite-force.it/test
Then, I’ve installed bbpress and I’ve created menu entries with those magical-fantastic short codes.
Everything seems going fine, of course it will need some CSS adjustment but I don’t panic on that… else way I panic because I can’t reach profile page…
My forum is: http://www.elite-force.it/test/forum/
And profile for my user should be: http://www.elite-force.it/test/forums/user/goose/
When I go to my profile page, something strange happen… It seems that bbpress use my homepage php to build the page.. of course result in a home-similar, with a “THESE POSTS ARE BY: ” on top and any other infos…
I read that bbpress look for page.php if there is no bbpress.php on theme root folder, but if I also create a copy of my page.php or post.php doesn’t fix the problem.
Is because that template uses dynamic pages? there is no solution? I mean, There is no way to override bbpress page settings and make a different view for the profile page?
Please… help those noob
Sorry, I am sure this has been answered but I cannot find an answer to it through google etc.
I want to give my forum roles a bit of a better look, like a little box around them that has a different fill color.
I cant really find a great example, but when I look at rc groups, in the bottom corner it says their status, like admin/moderator etc.
http://www.rcgroups.com/forums/showthread.php?t=2198097
anyways, I am pretty new to wordpress but I have a child theme and custom style.css
Thank You,
JB
So, this is my forum http://mmo4teen.com/forum/topic/still-another-testing/
and as you can see. The quote color is not very good. Does anyone know any css code I can use to make it look better, like normal grey in other forum ?
its for css conflict.
use this code in your theme style.css file to fixing that :
#main-content #bbpress-forums ul ul li, #main-content #bbpress-forums ul li {
margin: 0px;
list-style: none outside none;
}
Hi all, not sure why but my forum index is in bullet points. My theme maker said it was 100% compatible with bbpres…. Can someone help?
http://www.yengidewr.net/forum/
Hi Robkk,
Sorry if I am creating confusion. I am providing a screenshot to what I am really looking for. Please consider that. The screenshot is from phpbb forums that someone use. I am wondering if we can have that under bbpress with CSS or any plugin.
Something like where it says “Font Size, Font Family” and right above Font Family there is an option to change color for Background or Font itself.
View
http://www.mediafire.com/view/opz9070g7wb1xz5/Untitled.png#
Download
http://www.mediafire.com/download/opz9070g7wb1xz5/Untitled.png
Thank You
@tonydes i just forgot about this, do this first
pay attention to the started by image on the link to your forums in the above post.
add this for custom css ,
span.bbp-topic-started-by img {
width:20px;
height:20px;
}
does that change the size??
first one more question , do you have custom css rules that you added already that include modifying images?
I don’t have a bbpress custom theme
okay create a bbpress custom theme now, add all the templates into your child theme.
more info here https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-3/
lets work on this first http://revlanka.com/forums/forum/automotive-news/local-news/
since it has the issue on the notice , started by and freshness authors
now go to loop-single-topic.php and find
<span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?></span>
does it say 14 ?
if you dont want the started by author image remove make it where its like this
<span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link() ); ?></span>
tell me if that works
I’m pretty novice at this, but does this mean that I have to edit from the style sheet?
all of the images that have issues (started by, notice, freshness), are sized in the templates in php rather than css .
Is there some code generator and if not the plugin, I guess I can add it in “Style.css”
I just need when people posting in forums they have options to change color and size of font. I am unable to find something
you want a code generator , so that users have an option to change font color and font size, I do not know how to do this, so i cant help much here.
as for CSS I am not very familiar with that.
everything in the documentation says all about using css ,and how to, using firebug.
give me something specific to change the font size and color ,and ILL help you there.
dont reply on the other topic you made
pretty much just copying the same thing from this
Finding .css style file
give me a link to your site
so i can see if its a special code in your template making the avatars huge
if its a .avatar css rule making all the avatars on your site big
or if i could find something else.
I’m pretty sure my theme does not use a conventional style sheet so I may have to edit this in the root folder?
thats not a good idea , it will be lost next upgrade.
@Robkk Thanks for the response, but I moved the file to both locations, and edited the css but nothing worked. I used this code to resize the images:
#bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar {
width: 20px !important;
height: 20px !important;
}
I’m pretty sure my theme does not use a conventional style sheet so I may have to edit this in the root folder?
Thanks guys!
Robkk –
My wordpress setup is special situation. The Leaning Management System for the school I work for has it’s own version that it maintains with about 50 approved plugins (including bbpress)…I don’t have access to the FTP files unfortunately.
I was able to get most of the CSS working by copying and pasting the bbpress CSS into the custom CSS area in the WP dashboard. I shouldn’t have to do this, so I’m contacting the Learning Management System to report this possible bug.
Stephen –
You checked out the site after I had most of the CSS working. What Robkk saw was no styling at all…everything was listed with bullets like a regular < li > would be styled.
That said, your idea to create a child forum worked!
Thank you both for your help!
– Liz
Hi robkk,
Thanks for your fast reply. I am not too good with CSS format.
I just added “Adding CSS” plugin and was trying to see some code to work with it, but unable to do it.
Is there some code generator and if not the plugin, I guess I can add it in “Style.css”
I just need when people posting in forums they have options to change color and size of font. I am unable to find something like and as for CSS I am not very familiar with that.
Thanks
Nik
#bbpress-forums fieldset.bbp-form textarea {
margin: 0 0 8px;
border: 1px solid #222;
}
try this css code
Hi guys,
I apologize in advance, my skills are pretty minimal and I couldn’t find a solution to my problem. I just installed the forum on my site, but the pictures (avatars) for ‘last updated by’, started by’ are huge! Where do I find the.css file to edit them, and what code do I use?
Thanks in advance for the help!
idk havent tryed editing the submit button for certain forms yet
but for profile its
#bbpress-forums #bbp-your-profile fieldset.submit button {
float: right;
}
for reply form its
#bbpress-forums .bbp-reply-form fieldset.bbp-form button {
float: right;
margin-top: -120px;
}
you can try that , other than that try doing what stephen said
You should look up some CSS resources and use your browsers ‘inspector’ to look at how to make CSS changes to your theme, use your favourite search engine to find these.
It’s because you still have the sidebar column in the code.
You can try to chase it down or just hide it with CSS. @aussiestar14 you can fix your forum by doing this:
add a class to .content-wrap and set the width to 100% (I think if you do it directly on .content-wrap it will mess upp other pages?). Then create a class named .bbpress #sidebar-subsidiary and set display:none in it.
That way you hide the sidebar column and make the content stretch 100%
Hope that helps.
I don’t know why, but for some reason I decided to punish myself on my latest project (ekatana.se if anyone wan to look) and I went ahead and installed BBPress along with Buddypress. Now I have done this a few times before in the last 3-4 years and it has always been a very painful experience.
This time was not so bad and I actually got most things working pretty much instantly with just som minor CSS changes. BBPress however is not really a forum in my opinion yet and I had to go through a ton of posts and articles with half baked solutions and snippets just to get anywhere near what I think a forum should look like and behave.
Now I admit that I am biased, having worked for many, many years with IPB which is the best forum out there and I have been working with forum software since 1996…
However, BBPress have really taken a leap forward in the last few years and I look forward to see it go even further, in fact i hope to be able to lend som assistance in the UX and design department should it be needed. Since I am a systemtester as well, I hope to be able to break stuff on a regular basis as well 🙂
I really look forward to the forum grouping I see is already pretty much done and which is working just fine on my forum as far as I can tell. When time permit I will give more input into what features I see as necessary, both in the frontend and the backend and util then I just want to say that I am far from impressed, but I see hope for BBPress.
Keep up the good work!
I will say there is a bit of a gap now, between the forum, and the title of site/description, would you know how to make that smaller?
try this, but if you see some weird looking css throughout the rest of your site in that area remove it, Or try to find an alternative.
.content {
padding-top: 5px !important;
}
search forum and topic icons in bbpress search then go from there