The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Group font colors
Hello guys,
I have got a question about default font color. I have got two designs right now - light and dark. Myself, as admin I've got set default color (blue). But I want to have different color in both themes: - Blue in light theme - Red in dark theme In Plugins, I did postbit_display_complete Code:
if (is_member_of($post,6)) {$post['message'] = '<div style="color:#0042ff;">'.$post['message'].'</div>';} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|