PDA

View Full Version : Featured Links


shadey
10-31-2005, 03:11 PM
I can't get this to work.

How do I show featured links on my main page (index.php) under the categories listing? Do I need to create a template?

Jim_Westergren
10-31-2005, 03:40 PM
To show the last 5 featured links on the main page, do the following:

In index.php in the end before "echo $tpl->fetch('main.tpl', $id);" put this:

Content visible to registered users only.

In the main.tpl under the cats put this:

Content visible to registered users only.

Bill
10-31-2005, 03:52 PM
Content visible to registered users only.

Very nice Jim, i will give this a try later. ;)

shadey
10-31-2005, 03:58 PM
Thanks, works like a charm!

jas
07-20-2006, 01:00 PM
I modified the above code to show the three latest featured links in the main page only. It's in the same style as regular featured links. I think it works pretty well.

Put this code above "echo $tpl->fetch('main.tpl', $id);" in the index.php

Content visible to registered users only.
Put this code above "{* Links heading and sorting*}" in the main.tpl

Content visible to registered users only.