×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Redirect to home after saving
Marcos
Nouveau membre
Posts: 5
il y a 8 ans 9 mois #1213
par Marcos
Redirect to home after saving a été créé par Marcos
Hi, could someone help me redirect to the main page after you saved the item on the front end?
At controllers.php I found this line:
// Redirect to the list screen.
$this->setMessage(JText::_('COM_PEDIDODEMUSICA_ITEM_SAVED_SUCCESSFULLY'));
$menu = JFactory::getApplication()->getMenu();
$item = $menu->getActive();
$url = (empty($item->link) ? 'index.php?option=com_pedidodemusica&view=pedidos' : $item->link);
$this->setRedirect(JRoute::_($url, false));
I need change to redirect to home. Thank You
At controllers.php I found this line:
// Redirect to the list screen.
$this->setMessage(JText::_('COM_PEDIDODEMUSICA_ITEM_SAVED_SUCCESSFULLY'));
$menu = JFactory::getApplication()->getMenu();
$item = $menu->getActive();
$url = (empty($item->link) ? 'index.php?option=com_pedidodemusica&view=pedidos' : $item->link);
$this->setRedirect(JRoute::_($url, false));
I need change to redirect to home. Thank You
Connexion ou Créer un compte pour participer à la conversation.
Francesco Reitano
Nouveau membre
Posts: 8
il y a 8 ans 9 mois #1214
par Francesco Reitano
Réponse de Francesco Reitano sur le sujet Redirect to home after saving
it's easy, change $url:
$url="index.php";
$url="index.php";
Les utilisateur(s) suivant ont remercié: Andres Maeso
Connexion ou Créer un compte pour participer à la conversation.
Marcos
Nouveau membre
Posts: 5
il y a 8 ans 8 mois #1220
par Marcos
Réponse de Marcos sur le sujet Redirect to home after saving
Works man.. thankyou! But at the last line i need change to:
$this->setRedirect($url);
$this->setRedirect($url);
Connexion ou Créer un compte pour participer à la conversation.
Dariusz
Nouveau membre
Posts: 7
il y a 8 ans 5 mois - il y a 8 ans 5 mois #1351
par Dariusz
Réponse de Dariusz sur le sujet Redirect to home after saving
I have the same question but concerning backend. Can anybody help me please? (concern task save)
EDIT
SOLVED:
overwrite controller:
public function save($key = null, $urlVar = null)
{
$return = parent::save($key, $urlVar);
$this->setRedirect( JRoute::_( 'index.php' ));
return $return;
}
EDIT
SOLVED:
overwrite controller:
public function save($key = null, $urlVar = null)
{
$return = parent::save($key, $urlVar);
$this->setRedirect( JRoute::_( 'index.php' ));
return $return;
}
Dernière édition: il y a 8 ans 5 mois par Dariusz. Raison: ADD SOLVED
Connexion ou Créer un compte pour participer à la conversation.
Philips Reyes
Nouveau membre
Posts: 1
il y a 1 an 11 mois #10012
par Philips Reyes
Réponse de Philips Reyes sur le sujet Redirect to home after saving
This is very simple task for redirect .
I use this seotoolsystem.com/htaccess-redirect-generatorfor redirect purpose this is very quicker approches.
I use this seotoolsystem.com/htaccess-redirect-generatorfor redirect purpose this is very quicker approches.
Connexion ou Créer un compte pour participer à la conversation.
Weaver
Nouveau membre
Posts: 1
il y a 1 an 10 mois #10028
par Weaver
Réponse de Weaver sur le sujet Redirect to home after saving
Hello Philips Reyes ,
Thank you so much for your reply , you answer really very helpful for me.
Thank you so much for your reply , you answer really very helpful for me.
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.062 secondes