Log in

View Full Version : Specific language for specific forum


abdobasha2004
10-20-2009, 10:59 AM
Is it possible to make certain language (from styles and language) to a certain forum only?

Lynne
10-20-2009, 02:00 PM
Find the vboptions variable that sets the language and then write a plugin that looks at the forumid and then changes this vboptions language variable based on the forumid.

abdobasha2004
10-20-2009, 07:35 PM
Find the vboptions variable that sets the language and then write a plugin that looks at the forumid and then changes this vboptions language variable based on the forumid.
If you can tell me the plugin code and the hook name.. I will be very gratefull

--------------- Added 1256071437 at 1256071437 ---------------

I am currently using it via if conditions and else definitions 1
see >>> (http://100fm6.com/vb/forumdisplay.php?f=122)

Lynne
10-20-2009, 08:11 PM
Ifs and elses are what you would use in a plugin also. If what you are doing is working, why change it?