The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Threads use the SHOWTHREAD template. Just before </head> you could add the following condition:
HTML Code:
<vb:if condition="$thread['postuserid'] == 1"> {vb:cssfile davethreadstyle.css} </vb:if> Alternatively, instead of injecting a CSS file, you could use the regular CSS style tag like this: HTML Code:
<vb:if condition="$thread['postuserid'] == 1"> <style type="text/css"> .element{ attribute: value; } </style> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|