How to disable thread title on Last Post field?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • carlitosz
    Member
    • Nov 2003
    • 43

    How to disable thread title on Last Post field?

    How do I make it so only date,time and username appear on the "Last Post" field?
  • lange
    Senior Member
    • Apr 2003
    • 499
    • 5.6.4

    #2
    In ForumHome Last post template, remove <a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="Go to first unread post in thread '$lastpostinfo[lastthread]'"><b>$lastpostinfo[trimthread]</b></a>

    Comment

    • poolking
      Senior Member
      • Aug 2002
      • 2061

      #3
      Originally posted by lange
      In ForumHome Last post template, remove <a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="Go to first unread post in thread '$lastpostinfo[lastthread]'"><b>$lastpostinfo[trimthread]</b></a>
      I wouldn't hack any templates, you will have to redo the hacks once Gamma/RC1 comes out.

      Comment

      • carlitosz
        Member
        • Nov 2003
        • 43

        #4
        I don't mind redoing it. Where is the ForumHome template?

        Comment

        • Steve Machol
          Former Customer Support Manager
          • Jul 2000
          • 154488

          #5
          Admin CP -> Styles & Templates -> Style Manager -> Edit Templates ->Forum Hiome Templates -> FORUMHOME
          Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
          Change CKEditor Colors to Match Style (for 4.1.4 and above)

          Steve Machol Photography


          Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


          Comment

          • carlitosz
            Member
            • Nov 2003
            • 43

            #6
            It didnt work. =\

            Comment

            • carlitosz
              Member
              • Nov 2003
              • 43

              #7
              Anybody knows how to properly do it?

              Comment

              • Zachery
                Former vBulletin Support
                • Jul 2002
                • 59097

                #8
                yes hold on, and this isnt a big deal you just want the name and time? no title? np

                HTML Code:
                 <table cellpadding="0" cellspacing="0" border="0" width="100%"><tr align="$stylevar[right]">
                  <td align="$stylevar[left]">$lastpostinfo[icon]&nbsp;</td>
                  <td nowrap="nowrap"><span class="smallfont">
                   <a href="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]">$lastpostinfo[lastposter]</a><br />
                   $lastpostinfo[lastpostdate]
                   <if condition="$vboptions['yestoday'] != 2">
                	<span class="time">$lastpostinfo[lastposttime]</span>
                   </if>
                   </span></td>
                  <td nowrap="nowrap">&nbsp;<a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img src="$stylevar[imgdir_button]/lastpost.gif" alt="lastpost.gif" title="Go to last post" border="0" /></a></td>
                 </tr></table>

                Comment

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