Hide Last Activity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ba$im
    Senior Member
    • Mar 2007
    • 219

    Hide Last Activity

    how i can Hide Last Activity?

    thanks
  • Boxy
    Senior Member
    • Oct 2002
    • 3139

    #2
    For you or all members?

    Comment

    • Ba$im
      Senior Member
      • Mar 2007
      • 219

      #3
      for all member

      and if was can just user group id 6 see that

      thanks a lot

      Comment

      • Removed-836727
        Banned by User Request
        • Apr 2006
        • 1274

        #4
        1. postbit and postbit_legacy:
        search:
        Code:
        $vbphrase[posts]: $post[posts]
        replace with:
        <if condition="$bbuserinfo[usergroupid] == 6">$vbphrase[posts]: $post[posts]</if>
        in memberinfo:

        search for:
        Code:
                                 $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
        replace with
        Code:
        <if condition="$bbuserinfo[usergroupid] == 6"> $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)</if>
        i think that should it be

        Comment

        • Ba$im
          Senior Member
          • Mar 2007
          • 219

          #5
          thanks but it still not hide

          Comment

          • Ba$im
            Senior Member
            • Mar 2007
            • 219

            #6
            oops u was talking about post
            and i was talking about last activity
            your way hide post not last activity

            Comment

            • Removed-836727
              Banned by User Request
              • Apr 2006
              • 1274

              #7
              sorry, it was a little missunderstud?

              then in memberinfo search for:
              <if condition="$show['lastactivity']">
              <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
              </if>
              and make the same what i said in post 4
              Code:
              <if condition="$bbuserinfo[usergroupid] == 6">
                 <if condition="$show['lastactivity']">
                     <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
                 </if>
              </if>
              and the same thing you have to make for the memberlist
              its the fastest i think
              there is somewhere a option for it$show['lastactivity'] *g* but i don't know where lol

              Comment

              • Ba$im
                Senior Member
                • Mar 2007
                • 219

                #8
                thanks again for help
                but in membeliste
                what code change?
                there are no code like above

                thanks a lot

                Comment

                • Jose Amaral Rego
                  Senior Member
                  • Feb 2005
                  • 11058
                  • 1.1.x

                  #9
                  # find template: MEMBERINFO
                  # add conditional statement to this code
                  # replace XYZ with usergroup(id) identification number

                  HTML Code:
                  				<if condition="$show['currentlocation']">
                  					<if condition="!is_member_of($vbulletin->userinfo, X, Y, Z)"><div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div></if>
                  				</if>
                  			</td>



                  These options only work if you choose the first one to disable, as you can click to see where the member is on forum. It seems to only apply for users doing action(s) pm and viewing member(s) profile. I do not see how it is useful if not applied to all areas.
                  Admin CP -> Usergroups -> Usergroup Manager -> Edit Usergroup -> Who's Online Permissions

                  Comment

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