Info
- 8 posts
- 4 voices
- Started 1 year ago by gideons
- Latest reply from chrishajer
- This topic is not resolved
make my sidebar look like bbpress.org forum sidebar
-
- Posted 1 year ago #
I would like to make my sidebar look like bborg sidebar
So with a Forum List
Search Box
Hot Tags
RSS
Viewsand maybe even add a Latest Discussions
which shows the last five or ten active threadsin WP you just add widgets but bb does not seem to have that luxury
Thanks for your help
-
- Posted 1 year ago #
and the same for the forum view
side bar gives
Search Box
Info
Tags
RSSAgain Thanks
-
- Posted 1 year ago #
Hi Gideons,
I'm not really sure what you're after here.
Are you wanting someone to give you a theme, or write the code for you to put in your own theme?Kev
-
- Posted 1 year ago #
Either way
If the theme from BBpress/Forums
is available great that woudl give me 85% of what I needotherwise the code and an explanation where to stick it, I guess
although I am not a coderthanks
-
- Posted 1 year ago #
I guess I just figured out something important thanks to another question kevinjohngallagher answered. Kakumai does not have a sidebar!
I did not realize, stupid me!
Anyway, I guess I am then looking to add a sidebar with the functions above or find another nice and simple theme, like bborg?
Gideon
-
- Posted 1 year ago #
Update:
I have selected another theme terrafirmtwo by bbterminal.net
this one has a sidebar! (it actually ahs a sidebar.php file)but in the sidebar it only shows: Tags
While I want to show:
frontpage
Forum List
Search Box
Hot Tags
RSS
Viewsforum
Search Box
Info
Tags
RSSany help appreciated I can upload the sidebar.php file if needed
-
- Posted 1 year ago #
If you want it like this site.... An easy way to do it is...
the front page of the default theme is broken into two parts.If you open front-page.php serach for these div codes, everything on the left is between "id="hottags" role="main""
Everything on the right is between "div id="discussions"" JUst move what you want in them.All you have to do is adjust the width/margin of both css styles.
style.css (line 285) #front-page #hottags for the left side change the width
style.css (line 293) #front-page #discussions change margin left to be 20px more than what you pick for the left column width and the width to fit.(Why doesn't this site have a demo on bbpress! I hate changing my theme back to default to answer questions!)
-
- Posted 1 year ago #
rescued from Akismet
-
You must log in to post.