Jump to content


Photo
- - - - -

Порядок отображения teaser'ов в категории

category teaser

Best Answer Cheren-dow , 28 October 2013 - 10:09

Изменить порядок можно в этом файле

сайт\media\zoo\applications\jbuniversal\templates\catalog\category.php

И поставьте

// subcategories render
    if (isset($category)) {
        $categories = $this->category->getChildren();
        if ($this->params->get('template.subcategory_show', 1) && count($categories)) {
            echo $this->app->jblayout->render('subcategories', $categories);
        }
    }

Перед

// pagination render
    if ($this->params->get('template.item_pagination', 1)) {
        echo $this->app->jblayout->render('pagination', $this->pagination, array('link' => $this->pagination_link));
    }
Go to the full post


  • This topic is locked This topic is locked
3 replies to this topic

#1 mentat_ij

mentat_ij
  • JBZoo User (rus)
  • User rate: 0
  • posts: 33
  • topics: 11

Posted 28 October 2013 - 09:19

В каталоге присутствуют материалы и подкатегории.

Порядок отображения такой: подкатегории, а потом материалы.

Ссылка: http://site2.zina-de...tallocherepitsa

 

Как изменить порядок ? не нашел ничего такого в настройках.

Если надо лезть править шаблон, то подскажите какой !


  • 0

#2 Cheren-dow

Cheren-dow
  • JBZoo User (rus)
  • User rate: 95.7
  • posts: 5060
  • topics: 31

Posted 28 October 2013 - 09:40

Здравствуйте. Какой порядок вы хотите изменить?


Edited by Cheren-dow, 28 October 2013 - 09:41.

  • 0
Изображение
 

#3 mentat_ij

mentat_ij
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0
  • posts: 33
  • topics: 11

Posted 28 October 2013 - 09:43

Здравствуйте. Какой порядок вы хотите изменить?

 

что бы вначале шли материалы содержащиеся в категории а потом подкатегории.


  • 0

#4 Cheren-dow

Cheren-dow
  • JBZoo User (rus)
  • User rate: 95.7
  • posts: 5060
  • topics: 31

Posted 28 October 2013 - 10:09   Best Answer

Изменить порядок можно в этом файле

сайт\media\zoo\applications\jbuniversal\templates\catalog\category.php

И поставьте

// subcategories render
    if (isset($category)) {
        $categories = $this->category->getChildren();
        if ($this->params->get('template.subcategory_show', 1) && count($categories)) {
            echo $this->app->jblayout->render('subcategories', $categories);
        }
    }

Перед

// pagination render
    if ($this->params->get('template.item_pagination', 1)) {
        echo $this->app->jblayout->render('pagination', $this->pagination, array('link' => $this->pagination_link));
    }

Edited by Cheren-dow, 28 October 2013 - 10:10.

  • 2
Изображение
 





Also tagged with one or more of these keywords: category teaser

Click to return to top of page in style!