If you actually meant a dropdown category then it's already there in the template. So I'll guess you mean something else and maybe you want to see the toplist generator in your admin panel.
<!-- BEGIN TOPLIST 5 --> <CONFIG>categories,id,20,ascending,,,,0,0,0,0</CONFIG>
<!-- END TOPLIST 5 -->
I pasted it in wrapper navigatonal bar on leftside. Nothing appears.
One more thing: what does this means: "Please note that you must re-number this toplist to a number which will be unique for whatever page you are using it on:"
Nothing appears because you told it to show nothing. If you want something to appear, you should type something in the toplist generator where it asks you to type the content of what you want shown. There are no psychic powers involved.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on category list dropdown
Member
Usergroup: Customer
Joined: Jul 27, 2005
Total Topics: 5
Total Comments: 11
How to make drop down category list in main.tpl to make list of links?
Example:
Category1
category2
category3
thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you actually meant a dropdown category then it's already there in the template. So I'll guess you mean something else and maybe you want to see the toplist generator in your admin panel.
Member
Usergroup: Customer
Joined: Jul 27, 2005
Total Topics: 5
Total Comments: 11
What I meant is like a list (not dropdown list). One by one on the web page directly. Like regular links in navigational bar.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Then you probably want to make a toplist of categories with the condition parent=0.
Member
Usergroup: Customer
Joined: Jul 27, 2005
Total Topics: 5
Total Comments: 11
Then you probably want to make a toplist of categories with the condition parent=0.
??????
Paul, you are talking to a nontechie here. So explanation please.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
As mentioned before, click 'toplist generator' in your 'admin panel'.
Member
Usergroup: Customer
Joined: Jul 27, 2005
Total Topics: 5
Total Comments: 11
OK. I generated this:
<!-- BEGIN TOPLIST 5 -->
<CONFIG>categories,id,20,ascending,,,,0,0,0,0</CONFIG>
<!-- END TOPLIST 5 -->
I pasted it in wrapper navigatonal bar on leftside. Nothing appears.
One more thing: what does this means: "Please note that you must re-number this toplist to a number which will be unique for whatever page you are using it on:"
thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Nothing appears because you told it to show nothing. If you want something to appear, you should type something in the toplist generator where it asks you to type the content of what you want shown. There are no psychic powers involved.