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

Redirect to home after saving

8 lata 7 miesiąc temu #1213 przez Marcos
Redirect to home after saving was created by 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
Załączniki:

Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.

8 lata 7 miesiąc temu #1214 przez Francesco Reitano
Replied by Francesco Reitano on topic Redirect to home after saving
it's easy, change $url:
$url="index.php";
Za tę wiadomość podziękował(a): Andres Maeso

Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.

8 lata 7 miesiąc temu #1220 przez Marcos
Replied by Marcos on topic Redirect to home after saving
Works man.. thankyou! But at the last line i need change to:

$this->setRedirect($url);

:)

Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.

8 lata 3 miesiąc temu - 8 lata 3 miesiąc temu #1351 przez Dariusz
Replied by Dariusz on 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;
}
Ostatnia8 lata 3 miesiąc temu edycja: Dariusz od. Powód: ADD SOLVED

Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.

1 rok 10 miesiąc temu #10012 przez Philips Reyes
Replied by Philips Reyes on topic 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.

Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.

1 rok 9 miesiąc temu #10028 przez Weaver
Replied by Weaver on topic Redirect to home after saving
Hello Philips Reyes ,
Thank you so much for your reply , you answer really very helpful for me.

Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.

Czas generowania strony: 0.102 s.
Zasilane przez 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.