Jump to content

Leaderboard

  1. FlinTY

    FlinTY

    Contributor


    • Points

      1

    • Posts

      135


  2. Thomas

    Thomas

    Apprentice


    • Points

      1

    • Posts

      62


  3. Tony

    Tony

    Administrator


    • Points

      1

    • Posts

      5,256


Popular Content

Showing content with the highest reputation on 02/04/2015 in all areas

  1. Files are sometimes overlooked. We get a plethora of submissions daily, most of which tend to be duplicates. The file has been approved but in the future, please don't create topics regarding pending submissions. If there's a problem with your submission, rest assured, we'll contact you. If it sits in queue for a few days, the world won't come to a standstill -- don't worry.
    1 point
  2. System > System Settings > Community Guidelines > Privacy Policy.
    1 point
  3. This tutorial is how to prevent other users with admin powers to delete the main admin account (usually ID no.1) Open file: adminapplicationsmembersmodules_adminmembersmembers.phpFind: by pressing cntrl + f $ids = IPSLib::cleanIntArray( $ids ); Add above: if( in_array( 1, $ids ) ) { $this->registry->output->global_message = "Can't remove main admin account. Sorry."; $this->request['do'] = 'members_list'; $this->_memberList(); return; }the click save
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...