Webmastersite.net
Register Log In

guestbook toplist

Comments on guestbook toplist

peumus
Forum Regular

Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile

Total Topics: 172
Total Comments: 462
peumus
Posted Sep 19, 2007 - 9:50 AM:

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 ?


Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Sep 19, 2007 - 12:03 PM:

To show which ones have been updated I use
<p>Most recently updated guestbooks:</p>
<!-- BEGIN TOPLIST 8 -->
<CONFIG>members,lastguestnote,10,descending,guestnotes>0</CONFIG>
<a href="{MEMBERPROFILEURL}">{MEMBERNAME}</a> - {MEMBERGUESTNOTES}<br>
<!-- END TOPLIST 8 -->
{TOPLIST8PAGINATION}


To show the actual guestbook comments, do a comments toplist with the filtering condition
usernoteon>0 AND modnote=0
peumus
Forum Regular

Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile

Total Topics: 172
Total Comments: 462
peumus
Posted Sep 19, 2007 - 3:18 PM:

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
  }"&# 62; 
characters appears.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Sep 19, 2007 - 8:06 PM:

{COMMENTUSERNOTEON} is the id of the member guestbook.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.