How do I hide my actions as Admin from Mods and Super Mods

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • falconking
    Senior Member
    • Sep 2006
    • 215
    • 3.6.x

    #16
    Same result

    Comment

    • Gray Matter
      Senior Member
      • Jun 2005
      • 208
      • 3.7.x

      #17
      Then I'm afraid I have run out of ideas.
      Twitter

      Comment

      • falconking
        Senior Member
        • Sep 2006
        • 215
        • 3.6.x

        #18
        After heartily thanking you, I juss wanna say:

        Let's wait for someone else to come and save ... I mean, help us, my luv

        Comment

        • falconking
          Senior Member
          • Sep 2006
          • 215
          • 3.6.x

          #19

          Still looking for a way to hide my actions as admin (pls see first post).
          Has anyone figured this one out?!

          Comment

          • Cloud_Strife
            New Member
            • Sep 2008
            • 10

            #20
            Originally posted by falconking

            Still looking for a way to hide my actions as admin (pls see first post).
            Has anyone figured this one out?!
            Take this and you are ok! Admins can see all activity to Moderation Log, but Mods can only see Mods Log!
            Code:
            <if condition="is_member_of($bbuserinfo, 6)"><tr>
                <td class="$bgclass" nowrap="nowrap">$log[dateline]</td>
                <td class="$bgclass" nowrap="nowrap">$log[username]</td>
                <td class="$bgclass">$log[action]</td>
                <td class="$bgclass"><if condition="$log['postid']"><a href="showthread.php?$session[sessionurl]p=$log[postid]">$log[title]</a><else />&nbsp;</if></td>
                <if condition="$show['ipaddress']"><td class="$bgclass"><if condition="$log['ipaddress']"><a href="postings.php?$session[sessionurl]do=getip&amp;ip=$log[ipaddress]">$log[ipaddress]</a><else />&nbsp;</if></td></if>
            </tr></if>
            
            <if condition="is_member_of($bbuserinfo, 7)"><if condition="is_member_of($log, 7)"><tr>
                <td class="$bgclass" nowrap="nowrap">$log[dateline]</td>
                <td class="$bgclass" nowrap="nowrap">$log[username]</td>
                <td class="$bgclass">$log[action]</td>
                <td class="$bgclass"><if condition="$log['postid']"><a href="showthread.php?$session[sessionurl]p=$log[postid]">$log[title]</a><else />&nbsp;</if></td>
                <if condition="$show['ipaddress']"><td class="$bgclass"><if condition="$log['ipaddress']"><a href="postings.php?$session[sessionurl]do=getip&amp;ip=$log[ipaddress]">$log[ipaddress]</a><else />&nbsp;</if></td></if>
            </tr></if></if>

            Comment

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