1
Hi,
I am using xtremuserguestbook module, in which I cant navigate through users' guestbook. i.e. If a user has more than 1 page of guestboook, the link to the (2) page is messed up, and I am tryna figure it out.
The correct link should be: ...xtremuserguestbook/index.php?gbid=
Number&limite=
NumberThe wront link atm is: ...xtremuserguestbook/index.php?gbid=
NumberThe part
&limite=Number is missing. I was checking the Index.php file under xtremuserguestbook/, and I found the following code of information'
// Show navigation bar
echo ''.$pagenav->renderNav(3, 3).'
';
NewCloseTable();
Where pagenav is:
$pagenav=new XoopsPageNav($nbmessage, $unbmsgbypage, $limite, "limite", "");
Now my question is:I know renderNav(x) is used to show how many 1.2.3.4...ect you wana show. But what is renderNav(x,x) ?
My guess is that code for 'pagenav' is messed up, and its missing the guid parameter. Can someone guide me to solve this problem, or tell me what does 'pagenav' function do?
Also, is there any tutorial for many of XOOPS functions?
I'll appreciate any help.