Log in

View Full Version : Show moderator


muslimmomscafe
01-28-2009, 01:21 AM
Hello,

I have two questions:

1-How do I show a moderator's name by the Forum title??

2-How do I assign a different color to Moderators, Admin and Members (where you see the name in Stats)

Thanks

Lynne
01-28-2009, 02:34 AM
1- Not sure about that. I just put them in the forum description in the forums I want them listed under.

2- In what stats? If you want different colors for their name in the Currently Active Users Online and in the showthread and on the member page, then...

Usergroup Manager > Edit Administrators > Username HTML Markup
The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

[opening tag]username[closing tag]

Some HTML tags you might want to use here include:

<span style="font-weight: bold;">username</span> = username
<span style="font-style: italic;">username</span> = username
<span style="text-decoration: underline;">username</span> = username
<span style="color: red;">username</span> = username
<span style="font: 20px verdana;">username</span> = username

You can also do combinations by using more than one attribute in the style property:

<span style="font: 20px verdana; color: red;">username</span> = username

Marco van Herwaarden
01-28-2009, 09:14 AM
1. AdminCP -> vBulletin Options -> Forum Listings Display Options -> Show Moderator Column

muslimmomscafe
01-28-2009, 11:58 PM
Lynne

Thanks! That was pretty simple thanks to you clear directions. :)

Marco van Herwaarden

I was aware of the column feature, but did not like it. I dont want to make a whole column just for moderators names. In my old phpbb forum, they used to have a feature where the moderator's name would be listed below the forum titile and description. I was hoping we had something in vbulletin for that as well.

Thanks