The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
What the title says, basically, HTML is enabled for Admins to use in their signatures.
|
|
#2
|
||||
|
||||
|
]I have the same request : https://vborg.vbsupport.ru/showthrea...threadid=40356
it's CLOSE the same, u need HTML enabled for admins, I need IMG tag enabled for admins... ![]() Hope someone will help us |
|
#3
|
|||
|
|||
|
I'm sure someone will
|
|
#4
|
||||
|
||||
|
not tested, give it a try:
edit admin/functions.php, find: PHP Code:
PHP Code:
|
|
#5
|
|||
|
|||
|
It did the trick very well...it worked, lol thanks
|
|
#6
|
||||
|
||||
|
Sorry to bring up an old thread - but this is just what I want to do. I tried this code but couldn't get it to work. I want the code:
Code:
<SCRIPT language=Javascript>
<!--
// Anti-Spam email script thingy
emailname = "dwz";
emailserver = "consoleradar.com";
document.write("<a href='mailto:" + emailname + "@" + emailserver + "'>");
document.write("Contact Us");
document.write("</a>");
//-->
</script>
Anyway, when I entered this into my sig, it doesn't appear on my posts. if i look at the source, I see: Code:
<SCRIPT language=Javascript><br />
<!--<br />
// Anti-Spam email script thingy<br />
emailname = "dwz";<br />
emailserver = "consoleradar.com";<br />
document.write("<a href='mailto:" + emailname + "@" + emailserver + "'>");<br />
document.write("Contact Us");<br />
document.write("</a>");<br />
//--><br />
</script>
|
|
#7
|
||||
|
||||
|
nothing wrong with the hack, your javascript code is wrong.. Use this one: (Copy paste)
PHP Code:
|
|
#8
|
||||
|
||||
|
oops!
That worked... thanks! |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|