Quote:
Originally Posted by Ronald0
Well as i have been searching in the inter web among vbulletin and web hosters, im wondering if it is possible to block proxies of any kind from vbulletin software itself or even a web host.
Please reply.
Also anyone know how to put a strike or a line through a users name if they get banned?
|
Hi Ronald0
Not sure about the proxy blocker, but to put a strikethrough a banned users name you need to go to your admin cp and into the usergroup manager, and in the Username HTML Markup, first box add something like this
Code:
<span style="color:RED" title="Banned"><b><del>
and in the second box
This will make your the banned user Turn Red, Bold and with a strikethrough like this
[S]UKbususinesslive[/S]
The <s> and <strike> elements were deprecated in HTML 4.01, and are not supported in XHTML 1.0 Strict DTD.
The <del> tag is supported in all major browsers.