Quote:
Originally Posted by bugzy
Also, how do I get the title tag to change? The URL in the browser shows the other domain, but still shows the title of the main domain/site.
|
One way you could do this is open the template ForumHome on the skin you are using for the second url and look for:
Code:
<title>{vb:raw vboptions.bbtitle}</title>
Then just replace {vb:raw vboptions.bbtitle} with anything you want.
Not sure if there is a better way but that is all I can think of right now.