Jump to content


Photo
- - - - -

После редактирования материала редирект в teaser.


Best Answer CB9TOIIIA , 20 May 2018 - 18:53

    $categoryId = $this->app->jbrequest->getSystem('category'));
    $category = $this->app->table->category->get($categoryId);
    $categoryUrl = $this->app->route->category($category);
    JFactory::getApplication()->redirect($categoryUrl);

Go to the full post


4 replies to this topic

#1 lex2680

lex2680
  • JBZoo User (rus)
  • User rate: 0.8
  • posts: 11
  • topics: 2

Posted 20 May 2018 - 18:02

Добрый день!

 

Имеется каталог с документами. Для показа материалов используется тизер.

doc.png

Шаблон Full не используется!

В связи с этим появилась проблема. При сохранении отредактированного материала, с фронта сайта, происходит редирект в Full. Подскажите как сделать редирект на teaser?


  • 0

#2 CB9TOIIIA

CB9TOIIIA
  • Administrators
  • User rate: 230.6
  • posts: 3680
  • topics: 235

Posted 20 May 2018 - 18:26

в full.php сделать вначале редирект обратно на страницу категории?)


  • 0

#3 lex2680

lex2680
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0.8
  • posts: 11
  • topics: 2

Posted 20 May 2018 - 18:51

в full.php сделать вначале редирект обратно на страницу категории?)

 

извините я начинающий и php не владею((. Может вы подскажите код, который нужно вставить?


  • 0

#4 CB9TOIIIA

CB9TOIIIA
  • Administrators
  • User rate: 230.6
  • posts: 3680
  • topics: 235

Posted 20 May 2018 - 18:53   Best Answer

    $categoryId = $this->app->jbrequest->getSystem('category'));
    $category = $this->app->table->category->get($categoryId);
    $categoryUrl = $this->app->route->category($category);
    JFactory::getApplication()->redirect($categoryUrl);


  • 1

#5 lex2680

lex2680
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0.8
  • posts: 11
  • topics: 2

Posted 20 May 2018 - 19:14

Спасибо! Огромное! Все получилось. А главное при обновлении компонента ничего не слетит.


  • 1




Click to return to top of page in style!