Page 1 of 1

SmoothTech Issue

PostPosted: Sun Mar 11, 2007 4: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

PostPosted: Sun Mar 11, 2007 10:39 am
Author: Helter
got a link to your site?

Re: SmoothTech Issue

PostPosted: Sun Mar 11, 2007 2:41 pm
Author: HoRuZ
Of course (forgot <img> )

http://www.ancient-armada.com

Re: SmoothTech Issue

PostPosted: Sun Mar 11, 2007 2: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

PostPosted: Mon Mar 12, 2007 8: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

PostPosted: Mon Mar 12, 2007 7: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%);