Description
This will create and display a RSS page with the 10 latest links in your directory. The page is simple, consisting of the 10 link items. Each item have a title(with an url link) and a description.
When this extension is enabled a link to the RSS page will appear in the navigation bar.
Modification tips
To change the number of links displayed in the list, replace
'LIMIT' => '0, 10'
with(x stands for a number of links you want to display)
'LIMIT' => '0, x'
If you want to display all links in your directory, then just remove:
,
Description
This extension will display a page with an x(20 default) number of links. The list is paginated, so if you have 100 links in your directory, you will have 5 pages with links. Each page will have 20 links on them. The link page consists of a table with two columns, one for the links and the other for the dates that the links have been created.
A link to the link page will appear in the navigation bar.
Modification tips
If you want to affect the number of links to be displayed by page(let's say you want to display 43 links per page), then change
Switched CMS. Some functions may be missing right now, but it will get better.