The only thing that works for me is the sticky. Everything else refuses to update.. I've redid the hack, but still nothing. I figured out it was a conflict with Doublepost Guard --
http://www.vbulletin.org/hacks/index...threadid=40145 . I'll post up a fix as soon as I find it or if someone can enlighten me with the answer, that would be appreciated.
I know it has been 2 months, Sanjiyan and I bet you probably already dropped this hack or if you didn't get it working and your still trying... Try
Code:
$emailchecked = ($bbuserinfo['emailnotification']==1) ? "checked" : "";
if ($bbuserinfo[signature]!="") {
$signaturechecked="CHECKED";
}
$textareacols = gettextareawidth();
eval("\$replybox = \"".gettemplate('showthread_replybox')."\";");