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

Redirect to home after saving

8 anos 7 meses atrás #1213 por Marcos
Redirect to home after saving foi criado por 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
Anexos:

Por favor Acessar ou Registrar para participar da conversa.

8 anos 7 meses atrás #1214 por Francesco Reitano
Respondido por Francesco Reitano no tópico Redirect to home after saving
it's easy, change $url:
$url="index.php";
Os seguintes usuário(s) disseram Obrigado: Andres Maeso

Por favor Acessar ou Registrar para participar da conversa.

8 anos 7 meses atrás #1220 por Marcos
Respondido por Marcos no tópico Redirect to home after saving
Works man.. thankyou! But at the last line i need change to:

$this->setRedirect($url);

:)

Por favor Acessar ou Registrar para participar da conversa.

8 anos 3 meses atrás - 8 anos 3 meses atrás #1351 por Dariusz
Respondido por Dariusz no tópico 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 edição: 8 anos 3 meses atrás por Dariusz. Razão: ADD SOLVED

Por favor Acessar ou Registrar para participar da conversa.

1 ano 10 meses atrás #10012 por Philips Reyes
Respondido por Philips Reyes no tópico 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.

Por favor Acessar ou Registrar para participar da conversa.

1 ano 9 meses atrás #10028 por Weaver
Respondido por Weaver no tópico Redirect to home after saving
Hello Philips Reyes ,
Thank you so much for your reply , you answer really very helpful for me.

Por favor Acessar ou Registrar para participar da conversa.

Tempo para a criação da página:0.159 segundos
Powered by Fórum 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.