Question about some variable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Yasser Hamed
    Member
    • Aug 2008
    • 54

    [vB4] Question about some variable

    I want to use the variable [Age and the latest activity] in template postbit_legacy, I used the [{vb: raw post.age}, {vb: raw post.lastactivitydate}]
    Yasser Hamdy
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24326
    • 5.7.X

    #2
    What exactly are you trying to do and where?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • Yasser Hamed
      Member
      • Aug 2008
      • 54

      #3
      i try post this code in postbit_legacy , to show age user , brithday and lastactives


      Code:
      <vb:if condition="$post['age']">
          <tr>    
              <td class="alt1 infouser">{vb:rawphrase age}:</td>
              <td class="alt2 infouser">{vb:raw post.age}</td>
      </tr></vb:if>
          <vb:if condition="$prepared['lastactivitydate']">
          <tr>
              <td class="alt1 infouser">{vb:rawphrase last_activity} :</td>
              <td class="alt2 infouser">{vb:raw prepared.lastactivitydate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw prepared.lastactivitytime}</span></vb:if></td>
          </tr>
      
      </vb:if>
      i used prepared and post , but don't show Value to variable
      Yasser Hamdy

      Comment

      • Yasser Hamed
        Member
        • Aug 2008
        • 54

        #4
        i need show lastactivity and age for user in postbit_legacy
        Yasser Hamdy

        Comment

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