Helpful Information
 
 
Category: vBulletin Modifications
Always allow HTML for Admins (SMods / Mods)

The most easy to use hack ever :P

Just follow the instructions and enjoy!

Entourage

I just installed it and it works pretty good. I did find 2 minor bugs:[list=1]
If you preview a post with HTML code it'll show the actual <B>whatever...</B> code instead of doing the effect of the tag.
It still shows "HTML code is OFF" in the "Forum Rules:" box for users who are now allowed to post HTML code.
[/list=1]Also, does this work with signatures?

There's a hack like this that was released a loooooong time ago, which works well. :)

Originally posted by Erwin
There's a hack like this that was released a loooooong time ago, which works well. :) Link pls. :)

hm..
can anyone fix it?

I saw the hack Erwin speaks of also awhile back, if you want it that badly search for it...

Interesting idea I might add.

http://www.vbulletin.org/forum/showthread.php?s=&threadid=32015&highlight=html

Originally posted by Ian
I just installed it and it works pretty good. I did find 2 minor bugs:[list=1]
If you preview a post with HTML code it'll show the actual <B>whatever...</B> code instead of doing the effect of the tag.
It still shows "HTML code is OFF" in the "Forum Rules:" box for users who are now allowed to post HTML code.
[/list=1]Also, does this work with signatures?

1st It's only parsed using showthread.php
2nd The HTML is turned off on most forums, this is the way to bypass it.

And no it does not work with signatures

is it posibel to do this same witch the image option?

Very simple hack, but it gets the job done. I might expand it to more than showthread, into private.php, and also post previews (and signatures ;))

Originally posted by lichtflits
is it posibel to do this same witch the image option?

Yes offcourse just a bit rewriting :)
(I even think it allreafy includes the img tag bypass :))

This hack conflicts with the / me hack (irc kind of display) from firefly. How can they work together?

NuclioN > let the replacements parse in the bbcodeparse2 not only in the normal :)

How does the code looks if you want to do that? I'm getting or the / me working or the html without / me etc.

function bbcodeparse2($bbcode,$dohtml,$dobbimagecode,$dosmilies,$dobbcode, $dome = 0)






if ($dome == 0) {
global $post;
$bbcode = preg_replace('#^/me (.*)$#im', "<font color=\"#9C009C\">* $post[username] \\1</font>", $bbcode);
}

I'm sorry Entourage, what to replace with this code? I found the line and replaced it and after it there was a parse error.

function bbcodeparse2($bbcode,$dohtml,$dobbimagecode,$dosmilies,$dobbcode, $dome = 0)
if ($dome == 0) {
global $post;
$bbcode = preg_replace('#^/me (.*)$#im', "<font color=\"#9C009C\">* $post[username] \1</font>", $bbcode);
}
{ // parses text for vB code, smilies and censoring










privacy (GDPR)