Posted 2 марта, 20186 yr 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> Link to comment https://ipbmafia.ru/topic/19431-ikonka-dlya-tem/ Share on other sites Больше вариантов
3 марта, 20186 yr comment_144150 <if test="topicIsClosed:|:$imgArray['is_closed']"> <span title="{$this->lang->words['pm_locked']}">{parse replacement="t_closed"}</span> </if> Нужное тебе условие. В его теле описывай всё, что хочешь. Link to comment https://ipbmafia.ru/topic/19431-ikonka-dlya-tem/?&do=findComment&comment=144150 Share on other sites Больше вариантов
3 марта, 20186 yr comment_144151 в стандартном стиле есть иконки. посмотри по коду где они лежат, и меняй на свои. в чем проблема не пойму?) ааа у тем.. а не у разделов... яс но. понятно. пошел я отсюда) Link to comment https://ipbmafia.ru/topic/19431-ikonka-dlya-tem/?&do=findComment&comment=144151 Share on other sites Больше вариантов
3 марта, 20186 yr Author comment_144162 6 часов назад, p45h3 сказал: <if test="topicIsClosed:|:$imgArray['is_closed']"> <span title="{$this->lang->words['pm_locked']}">{parse replacement="t_closed"}</span> </if> Нужное тебе условие. В его теле описывай всё, что хочешь. Тему еще раз прочитай. Link to comment https://ipbmafia.ru/topic/19431-ikonka-dlya-tem/?&do=findComment&comment=144162 Share on other sites Больше вариантов
4 марта, 20186 yr Author comment_144196 Решил сам без вашей помощи. Закрыто Link to comment https://ipbmafia.ru/topic/19431-ikonka-dlya-tem/?&do=findComment&comment=144196 Share on other sites Больше вариантов
4 марта, 20186 yr comment_144197 1 час назад, AIexey сказал: Решил сам без вашей помощи. Закрыто Если не сложно поделитесь. Link to comment https://ipbmafia.ru/topic/19431-ikonka-dlya-tem/?&do=findComment&comment=144197 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.