Topic RSS
1:14 am
I was able to remove the widget function of the ride side of the forum, hoping that it would center the forum in the middle of the page, but I see that it does not.
http://abacusforge.com/labs/?page_id=47
Is there anyway for the forum to center in the middle of the page?
Thanks,
cpbs
Just took a look and there is still a sidebar. if your plan is to remove that on the forum page then yes – you will be able to widen the forum display.
Are you doing this with a custom page template (which is the best way)?
(http://wiki.simplepressforum.c…..-template/)
8:46 am
I was able to delete the widgets on the Forums pages that I was working with by using this code.
add_filter( 'sidebars_widgets', 'disable_all_widgets' );
function disable_all_widgets( $sidebars_widgets ) {
if ( is_page('Forum') )
$sidebars_widgets = array( false );
return $sidebars_widgets;
}
?>
11:38 am
SP Master
Nov 9, 2008
OfflineYou probably will still need to create a special template as you will need to change some CSS settings for it.
Check first if your theme has a full width template – many themes do. if not then you will need to build one. We do have a generalised tutorial on this: http://wiki.simplepressforum.c…..-template/
Most Users Ever Online: 444
Currently Online: chucktho, SPQC
56 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
-Radio-: 1251
Lee H: 606
Luffer: 535
Conrad_Farlow: 485
jim: 478
neon: 263
ovizii: 240
Tal: 240
Member Stats:
Guest Posters: 2616
Members: 7328
Moderators: 1
Admins: 2
Forum Stats:
Groups: 5
Forums: 16
Topics: 10839
Posts: 79118
Newest Members: ordie69, mutha66, jawaulk, mastergalen, ikkiamonrah, OlafKS, js, Anne Wayman, vinzMtl, VikingBrent
Moderators: Brandon C (158)
Administrators: Yellow Swordfish (22131), Mr Papa (23580)
Log In
Register
Home
Add Reply
Add Topic
Quote


Visit 
Privacy Policy



