1
It seems like regular guestbooks arent used alot on XOOPS sites? I assume that the forums has taken over nowdays? The guestbooks available leave much to desire im afraid..
------------------------------------
Well, I have issues with this module.. I want a simple guestbook module and snx guestbook was the most simple one available..
However, it has some bugs..
When you have more posts in the guestbook then you show on one page (10 by default) you get a " >> " at the bottom of the guestbook that is supposed to be a link that goes to the previous 10 entries in the guestbook..
The code for this looks like this:
if(($from-10)>=0) echo "\t
<<
\n";
if(($from+10)<$nbEntries) echo "\t
>>
\n";
It doesnt end up as a link as you might guess.. Is it possible to fix this?