[REQ] Forum Title Language

mastram

New Member
Description
If you are using multiple languages on your forum, this hack will allow you to translate your forum titles into the different languages. You members will see the title in the language they have set in their UserCP, or the default title if no translation is given.

Install
1 minute job.
1 Product
Upload the contents of the 'upload' folder in the zip to your forumhome, and import the productfile.

Usage
You will find a new menu option in the Forums & Moderators menu group in your AdminCP after installation. No need for instructions to use this.

Screenshots
Screenshots added.
 

writer

New Member
i using this for a long time, but now I have problem: when i saving settings, I see:
vBulletin Message
Invalid Language

Any idea?


Edit:
I have vb 3.8.1, i change my hosting.


In mh_fl_manager.php file I found:
Code:
	if (!$vbulletin->[b]GPC[/b]['languageid'])
	{
		print_stop_message('mh_fl_invalid_language');
	}

GPC - what is it?
 
Top