Jump to content

Featured Replies

Posted
comment_144148

Здравствуйте уважаемые форумчани, помомогите сделать иконки для тем. Нужно чтобы у всех тем была 1 иконка, а если тема закрыта то иконка меняется на другую.

Я примерно понимаю что нужно как-то если Else, но познаний в этом не хватает. Требуется ваша помощь

В данный момент в GenerateTopicIcon вот что:

<if test="topicIsMoved:|:$imgArray['is_moved']">
	<span title="{$this->lang->words['pm_moved']}">{parse replacement="t_moved"}</span>
</if>
<if test="topicIsClosed:|:$imgArray['is_closed']">
	<span title="{$this->lang->words['pm_locked']}">{parse replacement="t_closed"}</span>
</if>
<if test="topicReadDot:|:$imgArray['show_dot'] && empty( $unreadUrl )">{parse replacement="t_read_dot"}</if>
<if test="gotolatestwrap:|: ! empty( $unreadUrl ) && ! $imgArray['is_moved']">
	<a href='{$unreadUrl}' title='{$this->lang->words['first_unread_post']}'>
	<if test="topicUnreadDot:|:$imgArray['show_dot']">
		{parse replacement="t_unread_dot"}
	<else />
		{parse replacement="t_unread"}
	</if>
	</a>
</if>

 

comment_144150
<if test="topicIsClosed:|:$imgArray['is_closed']">
	<span title="{$this->lang->words['pm_locked']}">{parse replacement="t_closed"}</span>
</if>

Нужное тебе условие. В его теле описывай всё, что хочешь.

comment_144151

в стандартном стиле есть иконки. посмотри по коду где они лежат, и меняй на свои. в чем проблема не пойму?)

ааа у тем.. а не у разделов... яс но. понятно. пошел я отсюда)

  • Author
comment_144162
6 часов назад, p45h3 сказал:

<if test="topicIsClosed:|:$imgArray['is_closed']">
	<span title="{$this->lang->words['pm_locked']}">{parse replacement="t_closed"}</span>
</if>

Нужное тебе условие. В его теле описывай всё, что хочешь.

Тему еще раз прочитай.

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.