Quote:
Originally Posted by Lynne
Use a hook at the top of the pages you want to do this on:
PHP Code:
if ($vbulletin->userinfo['languageid'] == yy) $vbulletin->forumcache["xx"] = 0;
where xx is the forumid and yy is the languageid.
|
Thank you very much, Lynee.
That was a great solution. I will try it out and see how things go.
Cheers
--------------- Added [DATE]1365626743[/DATE] at [TIME]1365626743[/TIME] ---------------
Thanks again. I just tried and it works perfect 100%
Great job, Lynee. 
Cheers
--------------- Added [DATE]1365635799[/DATE] at [TIME]1365635799[/TIME] ---------------
By the way, when you say use a hook on top of the pages I want, Did you mean to create a plugin at
global_start so it goes whenever a page load starts??
any idea?