New Post - colour

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nxs
    Senior Member
    • May 2004
    • 104
    • 3.0.1

    New Post - colour

    Hi everyone,

    Are there any options to change the New Post colour indicator, so when people look at forumdisplay (or the forum index) then forums with new posts are marked with a different colour.

    Looking at the page source it appears that these are just set to bold
    Code:
    <a href="showthread.php?t=169" id="thread_title_169" style="font-weight:bold">Classes</a>
    If not I guess i just edit the forumdisplay template ?

    thanks in advance
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    This is the template:

    Admin CP -> Styles & Templates -> Style Manager -> « » -> Threadbit Templates -> threadbit

    And this is the code (highlighted in red):

    Code:
    			<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
    			$thread[movedprefix]
    			$thread[typeprefix]
    			$thread[moderatedprefix]
    			$thread[prefix_rich]
    			<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"[color=red]<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>[/color]>$thread[threadtitle]</a>
    			<if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>
    You can change the markup for new posts here.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...