Quote:
Originally Posted by HSN
No one?!
|
You could surely do this as a conditional in functions.php or something like that... just create a switch based on $forumsinfo[forumid]... if that == 1 then set the language accordingly.
Hardcoding it would be very simple.
If you wanted an admin setting, etc... against each forum then that would take a little longer.
What would happen if the user left a forum and returned to the homepage?
What would happen to a thread moved from F1 to F2? Now in F2 language?
If a user viewing F1 viewed the calendar... what language is the calendar?
i.e. Is the scope of the language merely to forumdisplay.php and showthread.php... in that languages only apply when content from that forum is displayed... but never anywhere else (where the default applies).