Jump to content
WebFlake
  • 0

What modification is this? (of this forum)


monsterkill

Question

9 answers to this question

Recommended Posts

  • 0

Go into ACP > Look & Feel > Manage Skin Sets & Templates > {your skin} > Edit Replacement Variables and replace the following with 

<span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span>
  • f_cat_unread
  • f_pass_unread
  • f_unread
  • t_unread
  • t_unread_dot
  • f_newpost
  • Upvote 1
Link to comment
Share on other sites

  • 0

I believe that is just something that is done through the skin for when it checks for unread content. 

Here's the snippet of code that is used in the Shift Skin, which is used here on WebFlake.

<strong class='highlight_unread'><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'>{$forum_data['name']}</a></strong> <if test="$this->settings['customForumIcons']=='yes'"><if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span></if></if>
Edited by TJKeeran
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...