PDA

View Full Version : Some questions


maozaorox
02-24-2012, 08:14 PM
Hello, I have some questions about vBulleting.

I would like to know how to remove the buttoms in each post "Promote to Article " and "Blog this Post".

It's possible to set the user name to X color? I found a way to change the rank color, but I would like to change the name color and not the rank.

The last question for now is if there is any available style for vbulleting like the default but in red and not that blue one.

Thank you.

Lynne
02-25-2012, 05:27 PM
AdminCP > Settings > Options > vBulletin Blog: General Options > blog this post > no

admincp > vBulletin CMS > Permissions > Can Publish > set to No so that the Promote to Article doens't show.

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


I don't know about a style - you may look in the Style tab in the upper right corner.