The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Groupicons
Is it possible to give groupicons?
So that all the admin will have an icon under their name etc.. And settible for al usergroups. |
#2
|
||||
|
||||
There's something like that at vbulletintemplates.com I think.
|
#3
|
||||
|
||||
Didn't see that yet but I'll take a look.
Thx |
#4
|
|||
|
|||
simple... no need of a hack at all.
in the Admincp >> Usergroup Manager >> Edit a Group >> Username HTML Markup in that HTML markup, there is two fields... one for start, one for end... in the start field, you simply have to add something like Code:
<img src="images/icon/this_group_icon.gif" /> ... |
#5
|
||||
|
||||
It's not exactly what I want because the members lose their title's on this way. But it's a nice solution. Thx.
|
#6
|
|||
|
|||
Do this instead.
Inside your postbit template add the following to where ever you want the icon to appear. You can see my postbit at vbhacks.us as an example. Change X with the usergroup ID. PHP Code:
|
#7
|
|||
|
|||
yeah, you can do like livewire is doing, and create a if condition for each group or icon you want to display, because the if is displayed only when the usergroup is ok...
|
#8
|
||||
|
||||
Quote:
2. questions: 1. Will it work with secondary usergroups too? 2. And is this viewable everywhere? So I mean in the topic under the members name, in his profile and when he send a PM? |
#9
|
|||
|
|||
when you add that to the postbit, it will show up in all areas that the postbit shows up. Annoucments, PM, post....
As for the profile you could do this in template MEMBERINFO: PHP Code:
Quote:
Hope this helps... |
#10
|
||||
|
||||
SUPER PERFECT FANTASTIC GREAT COOL MAN
THANKS! One little question about that usergroup. I don't understand it fully. Group A hasn't an icon, group B has, group C hasn't. A member is member of group A so no icon. When I set his secondary group to B will he have that icon too? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|