Page 1 of 1

How to add redirect to another page, after adding a comment

Posted: 24 Nov 2016, 22:18
by 1-F7
Hi I am from Ukraine and I find it difficult to use the forum, but this is one place where I can get help. Please tell me how to add redirect to another page, after adding a comment in Phoca Guestbook.

Re: How to add redirect to another page, after adding a comment

Posted: 28 Nov 2016, 22:55
by Jan
Hi, which version of Phoca Guestbook do you use?

Jan

Re: How to add redirect to another page, after adding a comment

Posted: 03 Dec 2016, 23:15
by 1-F7
com_phocaguestbook/controllers/phocaguestbook.php

// Flush the data from the session
$session->clear('time', 'pgb'.$params->get('session_suffix'));
$app->setUserState('com_phocaguestbook.guestbook.data', null);
$app->enqueueMessage($msg, 'success');
$this->setRedirect(JRoute::_('http://site/redirect.html', false));
return true;

}

Re: How to add redirect to another page, after adding a comment

Posted: 05 Dec 2016, 02:00
by Jan
Ok, thank you for the info.

Jan