Quote:
Originally Posted by BrentWilson
It looks like to me that the link is hard coded into forumdisplay.php (I dont see anywhere in the template fourmdisplay where it creates the link for the links only forum. I dont want my reg forums to open up in a new window just want the links one to
|
I actually just tried what I was thinking and it won't work. What I was thinking was to put code where it asks for the link url in the forum manager.
To be able to get links to open in a new window, you have to find where it builds the actual html link using the information from the forum itself. Then you could change that piece of code and make it
HTML Code:
<a href="http://www.huntsvillecarscene.com" target=new>
instead of
HTML Code:
<a href="http://www.huntsvillecarscene.com">