Page 1 of 1

Guestbook prevnext

Posted: Mon Sep 18, 2006 5:59 pm
by leevings
HI!

Any idea, how can I put 2 prev/next- buttons? 1 above and 1 below

Re: Guestbook prevnext

Posted: Tue Sep 19, 2006 3:46 pm
by Dee
Add

Code: Select all

$this->ShowPrevNextLinks($start, $show_num_entries, $max);
at the end of action.default.php (line 132), just above

Code: Select all

if($show_button)
{
    showAddButton($this, $id);
}

Re: Guestbook prevnext

Posted: Tue Sep 19, 2006 8:53 pm
by leevings
Thank you very much!