View Full Version : How to show last 3 featured links on index ?
Luffe
03-24-2006, 03:41 PM
Hi All :)
How do i show last 3 featured links on index ?
Any ideas ??
LuffE
bobby9101
03-24-2006, 03:49 PM
put
Content visible to registered users only. in index.php right above
Content visible to registered users only. this should be the second to last line in index.php
and then put
Content visible to registered users only. in mian.tpl wherever you want
Luffe
03-24-2006, 05:13 PM
Thanks alot Bobby , ill try that.
Luffe
03-24-2006, 07:03 PM
Its kinda working, but it only shows 1 featured link.
Do i need to repeat code 3 times in the main.tpl, or ?
See my dir: z-directory.com
Link is in my signature.
neurosis4u
03-24-2006, 08:06 PM
try this:
Change : ORDER BY ID DESC LIMIT 0,1");
to
ORDER BY ID DESC LIMIT 0,3");
so it works on my site with 3 latest inks... but i think its the same with featured
bobby9101
03-24-2006, 09:02 PM
yes the above post is correct, i forgot to chnage that when i posted :o
neurosis4u
03-24-2006, 10:32 PM
:D :D :D
uuhh bobby9101.. your words make me happy.. i think your words are my transport from a script-dummie to a script user 8) 8) :D
bobby9101
03-24-2006, 10:42 PM
welcome to script userhood :)
Luffe
03-25-2006, 05:55 AM
Woop :)
Thanks guys.
LuffE
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.