The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
moderators ?
i have seen an interesting hack i see this hack on one site and i was wonderin if we can do it on vbulletin u see in this site when they set someone moderator for a forum he seen as moderator only in that forum and all the other site he seen as a member like newbe but in vbulletin when you set someone moderator he seen moderator all the time anyways how can we do this in vbulletin only make the moderator seen as the moderator only if he is the moderator of that forum???
any body to help?? |
#2
|
||||
|
||||
anyone
|
#3
|
||||
|
||||
I assume from this that you are putting them into the moderator group ? You don't need to do that, they can be a moderator of a forum and stay in the registered users group.
|
#4
|
|||
|
|||
I was thinking - is there a way to do this using conditionals using $forum['moderators']
Was thinking of maybe trying to do this by having an additional template that is called upon when a user is a moderator but not a moderator of the forum that they are in which then spans the username in a different colour (set in the template). Would this work? |
#5
|
||||
|
||||
Quote:
you didnt get it my wuestion is i want them to stay as register user in the forum but they will look as moderator which forum they moderator at mybe jayjay gave a clue any help will be appariated |
#6
|
||||
|
||||
Nope sorry, you've lost me. I don't understand what you want.
|
#7
|
|||
|
|||
It's not tested, but having them in the registered users group, then in the postbit putting
Code:
<if condition="can_moderate()"><div class="smallfont">Moderator</div></if> |
#8
|
||||
|
||||
if you make a member moderator to a category i want him to be seen moderator like the colored name and the moderator rank will show only in that category and all the other categories he be seen as a registered user or what ever his primary usergroup is??
also peterska where do i add this code Code:
<if condition="can_moderate()"><div class="smallfont">Moderator</div></if> |
#9
|
|||
|
|||
stick it in your postbit (or postbit legacy) above
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> |
#10
|
||||
|
||||
hey peterska it only put moderator top of the usertitle for every user how can i change whole thing username color rank and user title??? i looking forwar to see this thanx...
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|