PDA

View Full Version : Click here to view the latest topics


Speysider
11-17-2009, 10:24 AM
What HTML Coding do you use to make that appear? I'd like to use it on a forum. :)

Paul M
11-17-2009, 02:54 PM
It is simply the following added to the forum description field (for the category).

<a href="search.php?do=getdaily&forumid=12&childforums=1&saveprefs=false" target="_blank">Click here to view the latest topics</a>

Obviously set the forumid=12 to the correct id for your category.

Speysider
11-17-2009, 04:22 PM
Thank you very much :)