Jump to content


Photo
- - - - -

Изменение внешнего вида комментариев

комментарии

3 replies to this topic

#1 Auto1

Auto1
  • JBZoo User (rus)
  • User rate: 0
  • posts: 16
  • topics: 4

Posted 08 February 2018 - 10:21

необходимо в комментариях, где заголовок, дописать  вместо " Отзывов (9)"  в файле media/zoo/applications/jbuniversal/templates/catalog/renderer/comments/_default.php

строка  29

<h3 class="comments-meta">
            <span
                class="comments-count"><?php echo JText::_('COMMENTS_REWIEW') . ' (' . (count($vars['comments']) - 1) . ')'; ?></span>
        </h3>

мне б пропісать сюда вызов имени  айтема, чтобы было "Отзывов о СТО 5е Колесо (10)"

как это правильно сделать?


  • 0

#2 CB9TOIIIA

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

Posted 08 February 2018 - 10:59

<h3 class="comments-meta">
            <span
                class="comments-count"><?php echo $item->name . JText::_('COMMENTS_REWIEW') . ' (' . (count($vars['comments']) - 1) . ')'; ?></span>
        </h3>

  • 0

#3 Auto1

Auto1
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0
  • posts: 16
  • topics: 4

Posted 08 February 2018 - 12:08

не выводит, видимо не так что то


  • 0

#4 CB9TOIIIA

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

Posted 08 February 2018 - 14:42

ну тогда кодить


  • 0





Also tagged with one or more of these keywords: комментарии

Click to return to top of page in style!