Phrase system
Can somebody give a brief overview of how to create a custom phrase group and use it within custom templates?
I made a custom phrase group called "vbms" ("vBulletin Mail System" as the title) and an ID of 5000 and added it to the phrasetype table. I added a phrase via the admin CP frontend. I also added a phrasetype_vbms column to the language table and rebuilt all languages. Finally I used $phrasegroups = array("vbms"); before including global.php and used $vbphrase[other_vbms_links] within a custom template. The phrase text doesn't show up; neither does anything else.
Ideas?
|