Quote:
Originally Posted by blah100
How would I go about making pages only viewable to certain countries? Is it a IF conditional statement?
|
You would normally do this at the server side with GeoIP and/or browser User Agent/Language detection. Eventually you would split then the forum into language or country dependent subdomains which however refer to the same installation, for efficiency. And then you would address one or more categories which are normally hidden, respectively for the language dependent pages. It sounds difficult, but is pretty easy to achieve