Gossamer Forum
Home : Products : Gossamer Links : Discussions :

most recent 10 links

Quote Reply
most recent 10 links
Hi,

How can y do to have the most 10 recent link in the homepage?


Quote Reply
Re: most recent 10 links In reply to
I believe that codes were provided before in this forum for creating a GLOBAL tag that could be applied to the home.html template and other template files.

Basically, you will need to use the following query (for MySQL)....

Code:

SELECT *
FROM Links
ORDER BY LinkID DESC
LIMIT 10


========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: most recent 10 links In reply to
Thanks

I'm using links sql 2.0.4, and wherre can i place this code
Thnak you


Quote Reply
Re: most recent 10 links In reply to
Search this forum for Global Tags and you can apply codes that Alex has provided recently for creating a global tag, but using the query I provided.


========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: most recent 10 links In reply to
Or use http://gossamer-threads.com/...orum.cgi?post=157376

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: most recent 10 links In reply to
 
Hi,

Send private to me with your email address. I will send you the pluggin can display top 10 site or n site. Because I haven't got my own website.

Cheers,

Beck