I've tried to create a top list of bookmarks (albums) so a user can see where they've previously bookmarked a link (or in my case a property) from the details page.
The html shown would be:
linked bookmark link id - linked category they created if any
<!-- BEGIN TOPLIST --> <CONFIG>links[,]id[,]50[,]ascending[,]catid='{THISMEMBERALBUMID}' or parentids LIKE '%|{THISMEMBERALBUMID}|%'[,][,]0[,]0[,]0[,]1[,][,]0[,]1[,][,]0[,][,][,]</CONFIG> <a href="{LINKDETAILSURL}">{LINKTITLE}</a> - <a href="{LINKCATURL}">{LINKCATNAME}</a><br /> <!-- END TOPLIST -->
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Toplist of all bookmarks
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
I've tried to create a top list of bookmarks (albums) so a user can see where they've previously bookmarked a link (or in my case a property) from the details page.
The html shown would be:
linked bookmark link id - linked category they created if any
Is this possible?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Not sure but this might work:
<!-- BEGIN TOPLIST -->
<CONFIG>links[,]id[,]50[,]ascending[,]catid='{THISMEMBERALBUMID}' or parentids LIKE '%|{THISMEMBERALBUMID}|%'[,][,]0[,]0[,]0[,]1[,][,]0[,]1[,][,]0[,][,][,]</CONFIG>
<a href="{LINKDETAILSURL}">{LINKTITLE}</a> - <a href="{LINKCATURL}">{LINKCATNAME}</a><br />
<!-- END TOPLIST -->