I am after a category list script, basically like the from page of the script which lists all of the catgegories in alphabetical order with the number of links next to the category title. This is for the directory structure on all pages to the left of the main content. i hope this makes sense!
Also after a module that will display the latest links and say the top five most popular links to put onto the front page.
I use the following toplist to produce a navigation menu. I only want the top categories to show, hence the parent='0'.
<!-- BEGIN TOPLIST 2 --><CONFIG>categories,priority;name,50,ascending;ascending,parent='0',,,0,0,0,0,0,0,</CONFIG><a href="{CATURL}" class="menu" title="{CATNAME}">{CATNAME}</a> <!-- END TOPLIST 2 -->
You can see this menu in work at the following (ALL these sites run completely on wsnlinks v.4.1.0 but are not yet fully launched until it is out of BETA stage):
Re: the 5 most popular links, there is already a toplist for this on the basic template. If you don't want to show the option alter your main.tpl template. You can generate toplists for just about anything via your admin panel (Toplist Generator)
Comments on Category List
Member
Usergroup: Customer
Joined: Sep 08, 2007
Total Topics: 13
Total Comments: 24
Hi,
I am after a category list script, basically like the from page of the script which lists all of the catgegories in alphabetical order with the number of links next to the category title. This is for the directory structure on all pages to the left of the main content. i hope this makes sense!
Also after a module that will display the latest links and say the top five most popular links to put onto the front page.
Anyone know how to do this or has done this.
Thanks
Tim
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Hi Tim
I use the following toplist to produce a navigation menu. I only want the top categories to show, hence the parent='0'.
<!-- BEGIN TOPLIST 2 --><CONFIG>categories,priority;name,50,ascending;ascending,parent='0',,,0,0,0,0,0,0,</CONFIG><a href="{CATURL}" class="menu" title="{CATNAME}">{CATNAME}</a>
<!-- END TOPLIST 2 -->
You can see this menu in work at the following (ALL these sites run completely on wsnlinks v.4.1.0 but are not yet fully launched until it is out of BETA stage):
http://www.tokrawebdesign.co.uk/
http://www.thehikingscene.co.uk/
http://www.thebirdscene.co.uk/
http://www.theshootingscene.co.uk/
Re: the 5 most popular links, there is already a toplist for this on the basic template. If you don't want to show the option alter your main.tpl template. You can generate toplists for just about anything via your admin panel (Toplist Generator)
--------
Jill
Member
Usergroup: Customer
Joined: Sep 08, 2007
Total Topics: 13
Total Comments: 24
Thanks Jill,
I thought you must be able to do using the toplist thing.
Will investigate later!
Ta muchly!