× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Redirect to home after saving

8 Anni 9 Mesi fa #1213 da Marcos
Redirect to home after saving è stato creato da 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
Allegati:

Si prega Accedi o Crea un account a partecipare alla conversazione.

8 Anni 9 Mesi fa #1214 da Francesco Reitano
Risposta da Francesco Reitano al topic Redirect to home after saving
it's easy, change $url:
$url="index.php";
Ringraziano per il messaggio: Andres Maeso

Si prega Accedi o Crea un account a partecipare alla conversazione.

8 Anni 9 Mesi fa #1220 da Marcos
Risposta da Marcos al topic Redirect to home after saving
Works man.. thankyou! But at the last line i need change to:

$this->setRedirect($url);

:)

Si prega Accedi o Crea un account a partecipare alla conversazione.

8 Anni 5 Mesi fa - 8 Anni 5 Mesi fa #1351 da Dariusz
Risposta da Dariusz al topic 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;
}
Ultima Modifica 8 Anni 5 Mesi fa da Dariusz. Motivo: ADD SOLVED

Si prega Accedi o Crea un account a partecipare alla conversazione.

Tempo creazione pagina: 0.099 secondi
Powered by Forum Kunena

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.