Code: Select all
// Redirect
$link = 'index.php?option=com_phocaguestbook&view=phocaguestbook&id='.$id.'&Itemid='.$itemid.'&limitstart='.$limitstart;
$link = JRoute::_($link);
$this->setRedirect( $link, $msg );
Code: Select all
index.php?option=com_phocaguestbook&view=phocaguestbook&id=1&Itemid=297&limitstart=0
None of the guestbook parameters defined on the menu item are applied - presumably because the itemid is not correctly assigned.