Back to vBulletin Tips & Tricks

Show Phrase Variable Names
by Andreas 11 Jun 2009

Sometimes it might be handy to see phrase variable names instead of text on frontend pages - this little plug-in does that for you (with some exceptions like error/redirect messages and dynamically loaded phrasegroups).

style_fetch
PHP Code:
if ($vbulletin->debug)
{
    foreach (
$vbphrase AS $key => $phrase)
    {
        
$vbphrase["$key"] = "*$key*";
    }


vblts.ru supports vBulletin®, 2022-2024