I would like to have a toplist of the last posts of member guestbooks. Same format as the current new posts. This in ordet to let the visitors to see the last entered guestbooks entries.
When presenting the actual guestbook comments I do not find a variable to use in order to link to the corresponding guestbook were the message is posted to. The corresponding ID available variables does detects the poster guestbook only.
Is it a way to link to the guestbook were the comment is posted to ?
Comments on guestbook toplist
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Paul,
I would like to have a toplist of the last posts of member guestbooks.
Same format as the current new posts. This in ordet to let the visitors to see the last entered guestbooks entries.
Is it possible to have a guestbook toplist ?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
To show which ones have been updated I use
To show the actual guestbook comments, do a comments toplist with the filtering condition
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Thanks,
When presenting the actual guestbook comments I do not find a variable to use in order to link to the corresponding guestbook were the message is posted to. The corresponding ID available variables does detects the poster guestbook only.
Is it a way to link to the guestbook were the comment is posted to ?
I have tried the following without this effect :
<a href="usernotes.php?id={COMMENTMEMBERID}"> {COMMENTMESSAGE}</a>
<a href="usernotes.php?id={COMMENTID}"> {COMMENTMESSAGE}</a>
<a href="usernotes.php?id={COMMENTOWNERID}"> {COMMENTMESSAGE}</a>
<a href="usernotes.php?id={COMMENTLINKID}"> {COMMENTMESSAGE} </a>
<a href="usernotes.php?id={COMMENTID}"> {COMMENTMESSAGE}</a>
<a href="usernotes.php?id={COMMENTCATID}"> {COMMENTMESSAGE} </a>
<a href="comments.php?id={LINKID}"> {COMMENTMESSAGE}</a>
<a href="comments.php?id={COMMENTID}"> {COMMENTMESSAGE}</a>
<a href="comments.php?id={COMMENTLINKID}"> {COMMENTMESSAGE}</a>
<a href="comments.php?id={COMMENTCATID}"> {COMMENTMESSAGE}</a>
note: at editing this post it looks fine, but posted the characters appears.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
{COMMENTUSERNOTEON} is the id of the member guestbook.