The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how do i chage "Notice" text to the center?
how do i change "Notice" to the align to center?
-------------------------------------------------------------------------------- got a question here how do I change the "Notice" to the center of the bar, mine is on the left side right now. how do I change like this http://www.m3forum.net/m3forum/index.php |
#2
|
||||
|
||||
You can edit the navbar template - it has the place holders for notices.
|
#3
|
|||
|
|||
i dont know how to edit it
<if condition="$show['notices']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead" align="center">$vbphrase[notices]</td> </tr> <tr> <td class="alt1" align="center">$notices</td> </tr> </table> <br /> </if> |
#4
|
||||
|
||||
<td class="thead" align="center">$vbphrase[notices]</td>
|
#5
|
|||
|
|||
i just add those in red. and it works
|
#6
|
||||
|
||||
Yes
|
#7
|
|||
|
|||
i dont need edit this? <td class="alt1" align="center">$notices</td>
|
#8
|
||||
|
||||
If you want to also centre the actual notice text - change it.
|
#9
|
|||
|
|||
yes i do. just did both. thanks a lot
|
#10
|
||||
|
||||
I was just giving an example of how to do it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|