Last Login disappeared!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ALFARiS
    Member
    • Apr 2005
    • 36
    • 4.0.x

    [Forum] Last Login disappeared!

    Greetings...

    Can any one tell me how to reproduce the last login information for members on the forum?
    Since I updated to vB4 I'm unable to see it any more!
    Last edited by ALFARiS; Thu 14 Jan '10, 4:12pm.
    Hallelujah!
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Add where you want in the header template:
    Code:
    <p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p>

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • ALFARiS
      Member
      • Apr 2005
      • 36
      • 4.0.x

      #3
      Thanks Lynn
      I actually found a similar line in the header but preceded by something like <vb:comment>. I've just removed that comment thing and it worked.
      Hallelujah!

      Comment

      • adembaba
        Member
        • Jan 2010
        • 35
        • 4.0.0

        #4
        Originally posted by Lynne
        Add where you want in the header template:
        Code:
         
        {vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}
        It worked well in English language, but if I choose other languages, i can see the whole sentence accept for the time itself....I only see the time when i select it with my mouse.

        see for yourself at the top right http://www.bizimmekan.be/forum.php?langid=2

        Comment

        • Lynne
          Former vBulletin Support
          • Oct 2004
          • 26255

          #5
          You need to see what you have set for the time in your language section - languages & phrases > language manager > edit settings for your language > check your time formatting

          Please don't PM or VM me for support - I only help out in the threads.
          vBulletin Manual & vBulletin 4.0 Code Documentation (API)
          Want help modifying your vbulletin forum? Head on over to vbulletin.org
          If I post CSS and you don't know where it goes, throw it into the additional.css template.

          W3Schools &lt;- awesome site for html/css help

          Comment

          • TwinsForMe
            Senior Member
            • Oct 2004
            • 130
            • 4.0.0

            #6
            Originally posted by Lynne
            Add where you want in the header template:
            Code:
            <p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p>
            Originally posted by ALFARiS
            Thanks Lynn
            I actually found a similar line in the header but preceded by something like <vb:comment>. I've just removed that comment thing and it worked.
            Excellent. thanks to both.

            Comment

            Related Topics

            Collapse

            Working...