Reviews Redirect
Permalink
Here is the code from the Reviews block:
Can I change this to redirect to another page? If so, how?
Steve
else { // add $E->addEntry($_POST['commentText'], $_POST['name'], $_POST['email'], $_POST['rating'], (!$this->requireApproval), $cID, $uID ); $this->set('response', t('Thanks! Your comment has been posted.') ); $this->saveAverageRating();
Can I change this to redirect to another page? If so, how?
Steve
$this->redirect(''); i believe
Thanks, Mike.
That gets me half way there
$this->redirect('http://www.myweddinglibrary.com/index.php?cID=118');
gets me:
http://localhost:8888/concrete5.4.0.3/index.php/http://www.myweddin...
Any ideas?
Steve
That gets me half way there
$this->redirect('http://www.myweddinglibrary.com/index.php?cID=118');
gets me:
http://localhost:8888/concrete5.4.0.3/index.php/http://www.myweddin...
Any ideas?
Steve
I think you should be using the canonical paths... e.g.
/myblock/subpath/
/myblock/subpath/