My links can have 2 types of comments. Is there any way to use something like comments.php?id=1&commenttype=type2 to show only type2. I want to put on 'Link Details' page, separate links to 'type 1 comments' and 'type 2 comments'
... Or for links /index.php?action=displaycat&catid=1&linktype=type2 to show only type 2 links
Comments on Comment Types...
Beginner
Usergroup: Customer
Joined: Jul 11, 2005
Total Topics: 4
Total Comments: 5
My links can have 2 types of comments. Is there any way to use something like comments.php?id=1&commenttype=type2 to show only type2. I want to put on 'Link Details' page, separate links to 'type 1 comments' and 'type 2 comments'
...
Or for links /index.php?action=displaycat&catid=1&linktype=type2 to show only type 2 links
thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You could make toplists of comments with the condition linkid={LINKID} AND type='type2'
Alternately you could use filters.