PDA

View Full Version : [fixed] Page 2, reply table is 100% ???


Sinecure
Fri 10th Aug '01, 8:46pm
Alright customizing my board couldnt have been easier, with the help of Jakeman of course. However I noticed a problem with vbulletin going to its own length on one of the tables. Its really hard to explain so there is going to be some pictures and a URL :)

Go here:
http://www.pixeljunction.com/board/newreply.php?action=newreply&threadid=1

When u get there go to the very bottom of the page. Where it says "This thread has more than 15 replies. Click here to review the whole thread." it seems to not go inside the default boarder.

Is there a way to fix this going through the templates?? or do u need to use replacment variables?? Any help would be truely appreciated.. Heres a screenshot. The table is using the background image we use for the main table but for some reason its table properties are 100% and not our default border width of i think 755 Pixels.

Heres the picture:
http://www.pixeljunction.com/stuff//bordermessed.gif

Hopefully someone can help :)

Sinecure
Sat 11th Aug '01, 6:11pm
No one can help me?

Mike Sullivan
Sat 11th Aug '01, 10:23pm
template = threadreview

Sounds like it's missing {tablewidth} and has a hardcoded 100% width.

<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="{pagebgcolor}"><tr>

should probably be:

<table cellpadding="0" cellspacing="0" border="0" width="{tablewidth}" bgcolor="{pagebgcolor}"><tr>

Sinecure
Sun 12th Aug '01, 1:23am
ed = bill gates?? hehe ur a genious!!

Kier
Thu 23rd Aug '01, 1:34pm
[fixed]