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

Redirect to home after saving

8 yıl 9 ay önce #1213 Yazan: Marcos
Redirect to home after saving, Marcos tarafından oluşturuldu
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
Ek Dosyalar:

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

8 yıl 9 ay önce #1214 Yazan: Francesco Reitano
Francesco Reitano tarafından Redirect to home after saving konusunda yanıtlandı
it's easy, change $url:
$url="index.php";
Şu kullanıcı(lar) Teşekkür etti: Andres Maeso

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

8 yıl 8 ay önce #1220 Yazan: Marcos
Marcos tarafından Redirect to home after saving konusunda yanıtlandı
Works man.. thankyou! But at the last line i need change to:

$this->setRedirect($url);

:)

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

8 yıl 5 ay önce - 8 yıl 5 ay önce #1351 Yazan: Dariusz
Dariusz tarafından Redirect to home after saving konusunda yanıtlandı
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;
}
Son Düzenleme: 8 yıl 5 ay önce Düzenleyen:Dariusz Neden: ADD SOLVED

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

1 yıl 11 ay önce #10012 Yazan: Philips Reyes
Philips Reyes tarafından Redirect to home after saving konusunda yanıtlandı
This is very simple task for redirect .
I use this seotoolsystem.com/htaccess-redirect-generatorfor redirect purpose this is very quicker approches.

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

1 yıl 10 ay önce #10028 Yazan: Weaver
Weaver tarafından Redirect to home after saving konusunda yanıtlandı
Hello Philips Reyes ,
Thank you so much for your reply , you answer really very helpful for me.

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

Sayfa oluşturma süresi: 0.062 saniye
Geliştiren: Kunena Forum