How to fetch phrases of a vBulletin location (e.g. forumdisplay.php) ?
Dear vBulletin experts,
I am currently working on a new mod for vBulletin 3.7.0 B5 and would like to load the script of forumdisplay.php after loading the initialization of index.php so that sertain phrases of forumdisplay.php aren't yet loaded.
I have looked in the scripts for some time now but wasn't able to find the way that the prases are accumulated.
I was hoping someone from this forum could provide me with a tip or maybe even the answere on how the $vbphrase array is populated.
Best Regards,
Adult SEO
--------------- Added [DATE]1204188227[/DATE] at [TIME]1204188227[/TIME] ---------------
p.s. ofcourse I did find:
$vbphrase = init_language();
However, if you load this for the second time it will unset all phrases.
|