The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I added a icon and bold name to my admins but how can I make it keep the link of the persons profile?
Code:
<a><b><img src="/images/admin.gif" alt="Employee"></a></b> |
#2
|
||||
|
||||
![]()
Dude. You didn't read the Sticky thread. Baaaad.
This forum isn't for asking questions, it is for 'Full Modifications'...as per its title. (use member.php?u=$post[userid] ... I think) |
#3
|
||||
|
||||
![]() Quote:
What do you want it to show besides a small image that is bold? |
#4
|
||||
|
||||
![]()
It would probably be easier to use a template conditional for this. For example you can use something like this in your postbit or postbit_legacy template, add it right under the avatar:
Code:
<if condition="is_member_of($post, 7)"> <img src="/images/admin.gif" alt="Employee" border="0" /></a> </if> |
#5
|
|||
|
|||
![]() Quote:
</a></b> in the second box is what I mean. |
#6
|
||||
|
||||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|