Show IP address next to profile?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wii
    Senior Member
    • Sep 2000
    • 1036
    • 3.8.x

    Show IP address next to profile?

    Is it possible (just for moderators and admin) to show the IP addres next to the profile in vBulletin 3.9?

    Thanks
  • man1c
    Senior Member
    • Apr 2005
    • 134
    • 3.8.x

    #2
    If you mean show the IP on the profile page (MEMBERINFO), then the following code will do it - paste it in wherever you want it to show.

    Code:
    <if condition="is_member_of($vbulletin->userinfo, 5, 6, 7)">
    $userinfo[ipaddress]
    </if>
    Note though that that is the registration IP not the last post IP which I don't think you can call from the profile page.

    Comment

    • wii
      Senior Member
      • Sep 2000
      • 1036
      • 3.8.x

      #3
      Thanks, I believe it need to show the IP used in the post to be useful?

      Comment

      • man1c
        Senior Member
        • Apr 2005
        • 134
        • 3.8.x

        #4
        I think you could only show that in the postbit.
        Code:
         <if condition="is_member_of($vbulletin->userinfo, 5, 6, 7)"> $post[ipaddress] </if>

        Comment

        • wii
          Senior Member
          • Sep 2000
          • 1036
          • 3.8.x

          #5
          Thanks, I will try this....

          Comment

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