Page 1 of 1

[Solved] Problem with stretching forums

PostPosted: Sun Jul 22, 2007 9:25 am
Author: HBAndrew
Hey all, just working on porting my first theme, well first one that I may at least half finish anyway and came accross a problem. Used an existing similar theme as a base and all I have done so far is complete the portal and replace 8 images in the style .cfg file + alter sizes very slightly (tileing images are 1 pixel wide) to get the forum borders done, and already the forums are stretching out the right even on 1280 res. The header and footer are totally fine even on 800x600 so it's not them, it's just the forums and I have absolutly no idea how to fix it or even what file to look in I don't know html too well (need to find a file guide).

Anyway here is a couple pictures, top and bottom, thanks for any help.

[url=http][flash=,:2yw4a6l5]http://img529.imageshack.us/img529/9379/stretchor8.th.jpg[/flash:2yw4a6l5][/url]
[url=http][flash=,:2yw4a6l5]http://img96.imageshack.us/img96/4769/stretch2cz3.th.jpg[/flash:2yw4a6l5][/url]

Also, this copyright should be ok right? Already too high stretching my footer a little but if the ctracker image should be put in I will try, sure it's not got all the loong details but it's got all the links and easily understandable.

[url=http][flash=,:2yw4a6l5]http://img258.imageshack.us/img258/7465/copyrightzj2.th.jpg[/flash:2yw4a6l5][/url]

Re: Problem with stretching forums

PostPosted: Sun Jul 22, 2007 10:30 am
Author: Helter
there are many possibilities for your prob. first try viewtopic_body.tpl
find

Code: Select all
no_thread_stretch({BLOCK_WIDTH}+240);


replace with

Code: Select all
no_thread_stretch({BLOCK_WIDTH}+10%);

PostPosted: Sun Jul 22, 2007 6:26 pm
Author: HBAndrew
Fantastic thank you it's fine now on even 1024, was set to +300.

Re: [Solved] Problem with stretching forums

PostPosted: Sun Jul 22, 2007 9:58 pm
Author: Helter
glad it worked out <img>