PDA

View Full Version : showthread code location help


dark_landz
05-25-2006, 07:56 PM
When i view a thread, the tables are apparently to width ... see screenshot
I need to change the looks and so on...

I've been staring for 30 mins now at the template code and i'm lost...

Is anyone so kind of pointing me into the right direction .... (and i need cofee argh)



Problem screenshot (http://www.ssdd.be/question3.jpg)

Adrian Schneider
05-26-2006, 02:57 AM
I'm pretty sure it comes from the $spacer_open variable... This opens up a div the size of $stylevar['outertablewidth'] (which in your case, due to the sidebar, stretches the page).

I think you can remove them all (open/close) from that page, it shouldn't affect the layout very much...

dark_landz
05-26-2006, 06:42 AM
ok, but what's the template called if i want to edit the red zones in the screenshot

Rich
05-26-2006, 10:06 AM
That would be the postbit or postbit_legacy depending on what you are using.

dark_landz
05-26-2006, 12:15 PM
That would be the postbit or postbit_legacy depending on what you are using.

ok thanks, what do you meen with depending on what i'm using ?

Adrian Schneider
05-26-2006, 08:38 PM
Wouldn't it just be SHOWTHREAD? Try removing all occurances of $spacer_open and $spacer_close. Backup your template first of course...

dark_landz
05-26-2006, 09:14 PM
tnx that problem is solved, but it created a new on, posted here : Problem (https://vborg.vbsupport.ru/showthread.php?t=116742)