Quote:
Originally Posted by dancue
Can you tell me how exactly you did that? Step by step preferrably?
I haven't really worked with phrases.
|
Actually, it is not a real phrase. But the arcade has $vbphrase globalized so it will pick it up without having the edit the arcade.php file. I have noticed that one of the error messages will not see the avatar without doing this also, although I can't remember which one.
At the end of the plugin just add:
Quote:
$vbphrase[navbaravatar] = $navbaravatar;
|
making sure to use $vbphrase[navbaravatar] in place of $navbaravatar in the template. You don't have to make that phrase, as you are just using the name to accomplish this.