Page 1 of 1
SmoothTech Issue

Posted:
Sun Mar 11, 2007 5:49 am
Author: HoRuZ
I use SmoothTech as main theme for my site, but I noticed when I view a topic that the forums squeeze the 'header' blocks.
I tried to fix it trough the portal config and searched trough php files, but I can't seem to find what causes this... Any ideas?
Thanks
Re: SmoothTech Issue

Posted:
Sun Mar 11, 2007 11:39 am
Author: Helter
got a link to your site?
Re: SmoothTech Issue

Posted:
Sun Mar 11, 2007 3:41 pm
Author: HoRuZ
Re: SmoothTech Issue

Posted:
Sun Mar 11, 2007 3:49 pm
Author: Helter
i dont see SmoothTech. you can make the portal_page_header blocks larger though, in acp/IM Portal/Portal Configuration
they are set by "Header width" and prob set to 160. Change to 200 and see if that helps

Posted:
Mon Mar 12, 2007 9:15 am
Author: HoRuZ
Still nothing,
when I view portal.php, viewforum.php and index.php all is fine, but as soon as I view viewtopic.php it squeezes the header blocks again.
Also in IE the forum looks vertically stretched.
Re: SmoothTech Issue

Posted:
Mon Mar 12, 2007 8:50 pm
Author: Helter
open SmoothTech/viewtopic_body.tpl
find
- Code: Select all
no_thread_stretch({BLOCK_WIDTH}+240);
replace with
- Code: Select all
no_thread_stretch({BLOCK_WIDTH}+10%);