Log in

View Full Version : Need some help with Phrase adding with a plugin


Sinistra
02-07-2006, 08:17 PM
I am designing a plugin for the admin CP and I would like to know how I can make it automaticly add the phrase I want it to add in

Delphiprogrammi
02-07-2006, 09:17 PM
hi,

That would be easy ....

turn on debug mode in your /includes/config.php


$config['Misc']['debug'] = true;


then you use the phrases manager to add whatever you'd like (set product to your productname (or 'vbulletin')) then when you export the product your phrases will be automatically included.

DO NOT TURN ON DEBUG MODE ON YOUR LIVE SITE !!!!!!

can't say that enough