Display topic detail in "latest post by" on main forum index

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 04wayne
    Senior Member
    • Jul 2009
    • 424
    • 6.0.X

    Display topic detail in "latest post by" on main forum index

    Hi, I'm suffering with brain freeze this morning!

    How do I get the topic detail to show on the forums home in the "Last Post" column? Currently, it just shows "by...X user" - I want the thread detail as well for each forum?

    Thanks in advance.
  • 04wayne
    Senior Member
    • Jul 2009
    • 424
    • 6.0.X

    #2
    Anyone help?

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24286
      • 6.0.X

      #3
      These show by default with the correct permissions. Do users have permissions to view topics in the forums? If not then they wont show.
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • 04wayne
        Senior Member
        • Jul 2009
        • 424
        • 6.0.X

        #4
        Originally posted by Mark.B
        These show by default with the correct permissions. Do users have permissions to view topics in the forums? If not then they wont show.
        Yes, you're right - it must've been removed when the style was modified or something (I can verify this by viewing my site in the default style).

        Which template would I need to edit to put it back?

        Comment

        • 04wayne
          Senior Member
          • Jul 2009
          • 424
          • 6.0.X

          #5
          Anyone able to help?

          Comment

          • 04wayne
            Senior Member
            • Jul 2009
            • 424
            • 6.0.X

            #6
            Never mind, found it myself.

            Style Manager > Edit Templates > Forum Home Templates > forumhome_lastpostby

            For some reason, the below template information had been removed during a style modification:

            Code:
                <p class="lastposttitle">
                <vb:if condition="$show['icon']"><img src="{vb:raw icon.iconpath}" class="postimg" alt="{vb:raw icon.title}" border="0" /></vb:if>
                <vb:if condition="$lastpostinfo['prefix']">{vb:raw lastpostinfo.prefix}</vb:if>
                <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a>
                <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
                </p>
            Just needed to add it back in.

            Comment

            Related Topics

            Collapse

            Working...