I'm trying to integrate a full width forum to the site using bbforum but can't work out how to change the page to the full width template.
Any ideas?
The forum is http://www.highstreetmoney.co.uk/forum/
I'm trying to integrate a full width forum to the site using bbforum but can't work out how to change the page to the full width template.
Any ideas?
The forum is http://www.highstreetmoney.co.uk/forum/
Additionally, could you suggest any Wordpress forum plugins which compliment the Shoutbox theme?
Much appreciated!
Hey!
Possible the smartest way to do this is to copy the template "template-fullwidth.php" and rename it to forum.php
BBpress should then automatically use this page as forum template.
I think its also save to say that BBpress is by far the best integrated forum available for wordpress (since its created by the wordpress team itself) so I wouldn't recommend any other forum plugins :)
Thanks for your help!
Hi,
You can create a full width layout via CSS. Try to add this on your custom.css
.forum .sidebar.sidebar1 {
display: none;
}
.forum .template-page.content {
width: 940px !important;
}
Regards,
Ismael
This topic has been closed to new replies.