I was looking at the phrase for this in the AdminCP and I think this would be allowed to be user anywhere?
Here is what I have but the phrase doesn't show up.
Code:
if ($vbulletin->options['new_enable_albums'])
{
if(THIS_SCRIPT == 'forumdisplay')
{
$GLOBALS['phrasegroups'][] = 'user';
}
$template_hook['postbit_user_popup'] .= '<li><a href="album.php?'.$session[sessionurl].'u='.$post[userid].'" rel="nofollow">'. $vbphrase[show_all_albums] .'</a></li>';
}
The box shows but with no phrase.