Skip to content

OUGC-Network/OUGC-Hide-Administrator-Location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

OUGC Hide Administrator Location

Status GitHub Issues GitHub Pull Requests License

Hide administrator's location from the Who Is Online (WOL) list..

📜 Table of Contents

🚀 About

OUGC Hide Administrator Location is a MyBB plugin designed to enhance privacy and security. With this plugin, administrators can effortlessly hide their location from the Who Is Online (WOL) list, ensuring their presence remains discreet. Additionally, the plugin allows for selective user and group hiding, providing administrators with greater control over who appears in the WOL list. However, administrators retain the ability to see the location of any user at all times.

Go up to Table of Contents

📍 Getting Started

The following information will assist you into getting a copy of this plugin up and running on your forum.

Dependencies

A setup that meets the following requirements is necessary to use this plugin.

File structure

 .
 ├── inc
 │ ├── plugins
 │ │ ├── ougcHideAdminLoc
 │ │ │ │ ├── admin.php
 │ │ │ │ ├── core.php
 │ │ │ │ ├── forumHooks.php
 │ │ ├── ougc_hal.php
 │ ├── languages
 │ │ ├── espanol
 │ │ │ ├── admin
 │ │ │ │ ├── ougc_hal.lang.php
 │ │ ├── english
 │ │ │ ├── admin
 │ │ │ │ ├── ougc_hal.lang.php

Installing

Follow the next steps in order to install a copy of this plugin on your forum.

  1. Download the latest package from the MyBB Extend site or from the repository releases.
  2. Upload the contents of the Upload folder to your MyBB root directory.
  3. Browse to Configuration » Plugins and install this plugin by clicking Install & Activate.

Updating

Follow the next steps in order to update your copy of this plugin.

  1. Browse to Configuration » Plugins and deactivate this plugin by clicking Deactivate.
  2. Follow step 1 and 2 from the Install section.
  3. Browse to Configuration » Plugins and activate this plugin by clicking Activate.

Go up to Table of Contents

🛠 Settings

Below you can find a description of the plugin settings.

Global Settings

  • Hide Specific Users select
    • Insert the UID of the users that you want to hide from the Who Is Online (WOL) list.
  • Hide Specific Groups yesNo Default: yes
    • Select the groups that you want to hide from the Who Is Online (WOL) list.

Allow User or Group Bypassing

Additionally, you can stop allow specific users or groups to see any location as if they were administrators by modifying a constant in the plugin file ./inc/plugins/ougc_hal.php:

OUGC_HAL_SETTING_UIDS array; default is set to []

OUGC_HAL_SETTING_GIDS array; default is set to []

Note that by default super administrators and administrators can see any location so modification of these constants is not necessary under common setups.

Go up to Table of Contents

📖 Usage

This plugin has no additional configurations; after activating make sure to modify the global settings in order to get this plugin working.

Go up to Table of Contents

⛏ Built Using

Go up to Table of Contents

✍️ Authors

See also the list of contributors who participated in this project.

Go up to Table of Contents

🎉 Acknowledgements

Go up to Table of Contents

🎈 Support & Feedback

This is free development and any contribution is welcome. Get support or leave feedback at the official MyBB Community.

Thanks for downloading and using our plugins!

Go up to Table of Contents