The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Using non-global phrase groups (problem)
Hi guys, I've been working on this for a few hours, but haven't come up with any result yet. The problem is displaying global phrases - no problem, but any custom phrase group - won't display.
I've looked in member.php which is also displaying my custom phrase group - but I can't see anything that is in there that isn't in my code. I've tried loads of different combinations and haven't got it to work. Consider this code placed at the top of a plugin which fires at login_verify_success: Code:
global $vbulletin, $vbphrase; $phrasegroups = array('cprofilefield', 'arcade'); print $vbphrase['field1_title']; print $vbphrase['field1_desc']; print $vbphrase['arcade_end']; print $vbphrase['accept']; Am I missing something obvious here? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|