Jump to content

Изменение дазайна модуля.

Featured Replies

На скрине отметил что не так. как заменить эту картинку именно в модуле а не в шаблоне.

Link to comment
https://ipbmafia.ru/topic/854-izmenenie-dazajna-modulya/
Share on other sites

Внешний вид --> Стиль --> Список форумов --> hooksos_topicosrecentes_parseTopic

В нём найти:


<ul class='mini_pagination'>
Это начинается контейнер навигации! Заменить весь контейнер ul на:

<ul class='mini_pagination'>
<foreach loop="pages:$r['topic_data']['pages'] as $page">
<if test="haslastpage:|:$page['last']">
<li><a href="{parse url="showtopic={$r['topic_data']['tid']}&amp;st={$page['st']}" seotitle="{$r['topic_data']['title_seo']}" template="showtopic" base="public"}" title='{$this->lang->words['topic_goto_page']} {$page['page']}'>{$page['page']} {$this->lang->words['_rarr']}</a></li>
<else />
<li><a href="{parse url="showtopic={$r['topic_data']['tid']}&amp;st={$page['st']}" seotitle="{$r['topic_data']['title_seo']}" template="showtopic" base="public"}" title='{$this->lang->words['topic_goto_page']} {$page['page']}'>{$page['page']}</a></li>
</if>
</foreach>
</ul>
[/code]

Link to comment
https://ipbmafia.ru/topic/854-izmenenie-dazajna-modulya/?&do=findComment&comment=4048
Share on other sites

А ты сравни со своим кодом, вместо вот этого:


{$this->lang->words['_rarr']}[/CODE]

у тебя что было?

Link to comment
https://ipbmafia.ru/topic/854-izmenenie-dazajna-modulya/?&do=findComment&comment=4109
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.