I'm using WSN Links for a newspaper database. I have one category set up and everything is posted into that category. Then I'm using the tag cloud as a means of easily locating articles related to a specific subject.
I was able to figure out what needed changing to allow more tags in the cloud and changed that to 1,000. Now I'd like them to sort alphabetically, if possible.
Here's how it currently looks: <CONFIG>tags,time,1000,descending,,,,0,0,0,0,0,0,name</CONFIG>
If it is possible to sort the tag cloud alphabetically, I would like to know the replacement code for the above.
To sort tags alphabetically, change time to name and descending to ascending.
The easy way to make toplists is with the toplist generator at Admin -> Templates -> Toplist Generator, where you can select the sort order (and other stuff) from a selector. It'll just ask you what you want and give you the code.
Comments on Tag Cloud Configuration
Beginner
Usergroup: Customer
Joined: Jan 02, 2010
Total Topics: 4
Total Comments: 9
I'm using WSN Links for a newspaper database. I have one category set up and everything is posted into that category. Then I'm using the tag cloud as a means of easily locating articles related to a specific subject.
I was able to figure out what needed changing to allow more tags in the cloud and changed that to 1,000. Now I'd like them to sort alphabetically, if possible.
Here's how it currently looks: <CONFIG>tags,time,1000,descending,,,,0,0,0,0,0,0,name</CONFIG>
If it is possible to sort the tag cloud alphabetically, I would like to know the replacement code for the above.
Thank you.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
To sort tags alphabetically, change time to name and descending to ascending.
The easy way to make toplists is with the toplist generator at Admin -> Templates -> Toplist Generator, where you can select the sort order (and other stuff) from a selector. It'll just ask you what you want and give you the code.
Beginner
Usergroup: Customer
Joined: Jan 02, 2010
Total Topics: 4
Total Comments: 9
Thanks that did the trick.