Quote:
Originally Posted by KimmiKat
I'm having a simular problem, but in a different way. After installing the blue skin and adding the product, I'd tried to change the greeting thing on the other styles on the mboard to do the same as the Steel template, but limited success. On the non-steel skins, it works on most pages except the Arcade and Search features.
|
To add the $nzb_greeting and $nzb_greeting2 variables to these (and other error) pages, you need to add these variables to the globalised variables in various php files. (As far as I know anyway.)
Look in the php code for a line that has something like
PHP Code:
global $vbulletin, $stylevar
and add
PHP Code:
, $nzb_greeting, $nzb_greeting2
after it.