Quote:
Originally Posted by kollam003
ALSO, how do you call the script manually in a template?
|
koll, in plugin manager, go into "parse_templates" and add code after "case 0:" (Look at the other "case" to see how it should be formatted, I copied case 3 and made it:
Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- TARGET HERE -->', '<!-- TARGET HERE -->'.$vbulletin->templatecache['nlp_lxt'], $vbulletin->templatecache['FORUMHOME']);
Then you just have to put:
Code:
<!-- TARGET HERE -->
Wherever you want the marquee to go.
I changed "FORUMHOME" to the template I wanted to enter it into (header)