PDA

View Full Version : vbphrases in php?


jchamber2010
06-27-2009, 07:05 PM
Is there a way to use $vbphrase['phrasename'] in a php script? I've tried $vbulletin->phrase['phrasename'] but this does not work.

Thanks in advance.

EnIgMa1234
06-27-2009, 07:24 PM
Just use $vbphrase['phrasename'].

You'll need to include special phrasegroups in the $phrasegroups array at the top of your script.