How do I combine user and date info on last post?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blagrange
    Member
    • Sep 2012
    • 30

    [Forum] How do I combine user and date info on last post?

    How can I remove the line break between username and date & time? Not a coder so not sure what to change. I know it's in forumhome_lastpostby:
  • Hartmut
    Senior Member
    • Nov 2007
    • 2870
    • 4.2.x

    #2
    Open the template 'forumhome_lastpostby' and look for
    {vb:rawphrase by_x_memberaction, {vb:raw memberaction_dropdown}}
    Right after this you have to do the changes you want.
    No private support, only PM me when I ask for it. Support in the forums only.

    Comment

    • blagrange
      Member
      • Sep 2012
      • 30

      #3
      I tried removing the <p> in this but nothing changed.

      <p class="lastpostdate">{vb:raw lastpostinfo.lastpostdate}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw lastpostinfo.lastposttime}</span></vb:if></p>

      Comment

      • blagrange
        Member
        • Sep 2012
        • 30

        #4
        bumppppppp

        Comment

        Related Topics

        Collapse

        Working...