PDA

View Full Version : Forum link control


midnightz
03-31-2003, 01:44 PM
Hello,

I have the a forum that gets linked to another part of the board but not inside the forum. I had no problem doing that with the Forum name and some html. I also made it work in description area, but after the text stops they can click and get the empty forum...

Is there a way to turn off the forum link for that cell so the text can be there and not be clicked or can I change the way that forum description cell links and just make it do what I want

I want it all to go to a gallery page and not enter the forum???

I'm asking since, I have tried repeatively and can't get exactly what I want :disappointed:

I think in quick words I want to disable forumdisplay for a few forums and redirect them somewhere else and have the it only go where I want it :)

Erwin
03-31-2003, 08:41 PM
There's a hack for this.

Also, you can use HTML in the Forum Titles. Put this in the title:

</a><a href="http://yourforums.com/link.php">Click here to view my link!</a>

That would work too.

midnightz
04-01-2003, 06:21 PM
We took a way some info in the forumhome and now it works great :) even kept the rollovers

Thanks

filburt1
04-01-2003, 06:26 PM
Include a trailing <a> so the real trailing </a> closes something.

midnightz
04-01-2003, 06:27 PM
:)