The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Created an extra table and need help on how to fill gap
Can't explain it too well so I included a pic:
I've added the additional column (the far right one with the circle) but now I don't know how to fill the gap that I circled in red. Any help is appreciated. Thanks! |
#2
|
|||
|
|||
You need to update your colspan attributes.
|
#3
|
|||
|
|||
Do you know which template(s) I should be editing? I don't really have a clue as to what to look for.
|
#4
|
|||
|
|||
You'll need to look for the code between the colspan="<if condition="$vboptions['showmoderatorcolumn']"></if>" statements in the forumhome_forumbit templates. Most likely, you'll need to add one to each of the values. For instance...
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>"> ...would become... <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"> That should take care of the problem, judging solely by the picture you provided. |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Glad to be of assistance.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|