View Full Version : Quick help
hemelstrand
09-24-2009, 11:39 AM
how do i show banned users with a line threw there name, and how do i look inot other peoles pm's if im the admin of the website?
Stormraven
09-24-2009, 11:49 AM
If you modify the usergroup and put the following into the 'Username HTML Markup' box:
<span style="text-decoration: line-through;"> </span>
Kind Regards and have a nice day.
Stormraven.
matthewhotdude
09-24-2009, 12:30 PM
There are 2 boxes tho??
Stormraven
09-24-2009, 01:15 PM
Yes, Hemelstrand, in the first box you put this part:
<span style="text-decoration: line-through;">
and in the second part you put this: </span>
Kind Regards
Stormraven.
matthewhotdude
09-24-2009, 01:37 PM
Great thanks :)
hemelstrand
09-24-2009, 04:45 PM
ok and how do i look into others pm's if im a admin?
James Birkett
09-24-2009, 04:56 PM
ok and how do i look into others pm's if im a admin?
You don't unless you go into your database and view it.
"Private" messages - they're not for you to read, regardless of your position.
hemelstrand
09-24-2009, 06:32 PM
ok thanks they should make some sort of file so admins can monitor them without having to go into your database
James Birkett
09-24-2009, 06:40 PM
That would stop them being private though.
matthewhotdude
09-24-2009, 06:42 PM
ok thanks they should make some sort of file so admins can monitor them without having to go into your database
Well if you search the mod's you will find what you are looking for.
https://vborg.vbsupport.ru/showthread.php?t=209344&highlight=read+PM%27s
There you go, but personally I wouldnt wan't to read my members PM's
hemelstrand
09-24-2009, 09:33 PM
what about changing colors for certain user groups so when they appear on the currently active list like mods will be purple supermods will be green like that?
Lynne
09-24-2009, 11:17 PM
Read the help next to the Username HTML Markup box.
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.