
http://anbu-files.blogspot.com - Redirect Halaman Registrasi Joomla - To redirect user to a message page after registration, do the following.
In "Joomla/components/com_user/controller.php" replace line 288 with this:$this->setRedirect('index.php?option=com_content&view=article&id=96', $message);NOTE: You will have to replace the "id=96" with the ID of your article which can be see in the article manager chart.In the "index.php" of your template add this after the line with "<jdoc:include type="component"/>":<?php if ($this->getBuffer('message')) : ?><div...
advertisment