The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
please help i have no idea..
how do i change the white part of this page to the same part as the rest.. i have edited everything i can find.. and still that part will not be changed...
|
#2
|
||||
|
||||
Find something like this in your postbit_legacy template (the 175 is probably a good thing to look for) and make sure you have the class="alt2" there (or alt1, to make it like the cell next to it):
HTML Code:
<tr valign="top"> <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> |
#3
|
|||
|
|||
<tr valign="top">
<td class="userinfo_bg" width="175"> <div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> this is all i have there... |
#4
|
||||
|
||||
Then try:
HTML Code:
<td class="userinfo_bg alt2" width="175">
HTML Code:
<td class="userinfo_bg alt1" width="175">
|
#5
|
|||
|
|||
i figured it out.. it was in the postbit not the postbit legacy.. thanks for you direction it helped me find it!
|
#6
|
||||
|
||||
That's strange because your image is definitely of the postbit_legacy template unless someone did something wacky in your style.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|