The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Colored Names
Hello there, i tryed to find it out by myself but i found nothing.
What do i want ? I gave my usergroups (admin,donor etc) Rank Colors and backgrounds. Now i want to place the rank colors etc in the Search module (latest posts) http://prntscr.com/48ewlr I defined the group colors like this: .glow-admin{ color: #FF0000; font-weight: bold; text-shadow: 0px 0px 6px #FF0000; background: transparent url("http://i59.tinypic.com/15dntbn.jpg") no-repeat; } Whould be cool if someone can help me :P! |
#2
|
|||
|
|||
Anyone :s ?
|
#3
|
||||
|
||||
Try this mod, https://vborg.vbsupport.ru/showthread.php?t=290368
|
#4
|
|||
|
|||
i am using vb5 not 4
|
#5
|
||||
|
||||
Oops, I always forget to look at that. But as far as vB5, I have not seen any username markup mods yet.
|
#6
|
|||
|
|||
Well yea, sadly i can't downgrade my forum :s
|
#7
|
||||
|
||||
Where do I find that, Latest Posts?
|
#8
|
|||
|
|||
It is the Search Module from the Module Selection
|
#9
|
||||
|
||||
Ok in your style, edit the template, display_contenttype_searchwidget_item_header
Find this bit of code: Code:
<vb:if condition="!empty($conversation['userid'])"> <a href="{vb:url 'profile', {vb:raw conversation}}">{vb:raw conversation.authorname}</a> <vb:else /> {vb:phrase guest} </vb:if> Code:
<vb:if condition="!empty($conversation['userid'])"> <a href="{vb:url 'profile', {vb:raw conversation}}">{vb:raw conversation.musername}</a> <vb:else /> {vb:phrase guest} </vb:if> |
#10
|
|||
|
|||
Thanks <3<3!!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|