PDA

View Full Version : sticky threads in forum description


wtrk
12-20-2010, 06:01 PM
is there anyway to get links to a forums sticky threads into its description?

Lynne
12-20-2010, 06:10 PM
You can manually add it into the description using valid html. But there is no option to toggle to do this.

BirdOPrey5
12-20-2010, 07:18 PM
Just to expand on what Lynne is saying, assuming your sticky threads are basically set and aren't going to be unstuck or new ones added you can go to Forum Manager in Admin CP -> Edit Forum.

In the description box you can include valid HTML code so your description might be:


This is my forum description. Blah blah blah blah blah blah blah blah blah blah blah... <br />
<strong>Sticky Threads:</strong> <a href="showthread.php?t=1001">Thread 1</a> -
<a href="showthread.php?t=1100">Thread 2</a> - <a href="showthread.php?t=1200">Thread 3</a>

You would set the t= to your thread id's and the titles (Thread 1, Thread 2, etc.._) to whatever you want the link to say.

I like this idea and may implement it on my own forum- typically each forum has 1 or 2 stickys that never change.