MyBB.de Forum

Normale Version: Disable Guests
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: OUGC Disable Guests

Zitat:Description
Using this plugin you can (for example) block access to index.php, forumdisplay.php, showthread.php and guests will still be able to access the portal with the latest threads.

This can not be done using the MyBB default permission system.

Hope you found it useful.

Requirements

Installation


  1. Upload the content of the "upload" folder to your MyBB root folder.
  2. Go to ACP -> Configuration -> Plugins and activate the plugin.
  3. Edit this plugins settings.
  4. Enjoy!


Update
1.0 => 1.1


  1. Deactivate/Uninstall old plugin.
  2. Upload new files.
  3. Install new plugin.
  4. Done.


Support
Only subscribers at MyBB-Plugins can get support.
Eine neue Version wurde veröffentlicht: OUGC Disable Guests 1.0.1
Sobald ich die neue Version hochlade, bekomme ich überall eine weiße Seite.
Du musst in der Zeile 214 der Plugin-Datei noch eine schließende Klammer ")" einfügen.
PHP-Code:
if($mybb->user['usergroup'] == && ((($mybb->settings['disable_guests_portal'] == 1) && (THIS_SCRIPT == 'portal.php')) || (($mybb->settings['disable_guests_index'] == 1) && (THIS_SCRIPT == 'index.php')) || (($mybb->settings['disable_guests_forumdisplay'] == 1) && (THIS_SCRIPT == 'forumdisplay.php')) || (($mybb->settings['disable_guests_showthread'] == 1) && (THIS_SCRIPT == 'showthread.php')) || (($mybb->settings['disable_guests_archive'] == 1) && (THIS_SCRIPT == 'archive.php')) || (($mybb->settings['disable_guests_misc'] == 1) && (THIS_SCRIPT == 'misc.php')) || (($mybb->settings['disable_guests_printthread'] == 1) && (THIS_SCRIPT == 'printthread.php')) || (($mybb->settings['disable_guests_online'] == 1) && (THIS_SCRIPT == 'online.php')) || (($mybb->settings['disable_guests_showteam'] == 1) && (THIS_SCRIPT == 'showteam.php')) || (($mybb->settings['disable_guests_stats'] == 1) && (THIS_SCRIPT == 'stats.php')) || (($mybb->settings['disable_guests_announcements'] == 1) && (THIS_SCRIPT == 'announcements.php')) || (($mybb->settings['disable_guests_reputation'] == 1) && (THIS_SCRIPT == 'reputation.php')) || (($mybb->settings['disable_guests_pollsr'] == 1) && (THIS_SCRIPT == 'polls.php'))) 

wo genau ?
Am Ende der Zeile. Du kannst es auch selbst noch einmal kontrollieren....
>settings['disable_guests_pollsr'] == 1) && (THIS_SCRIPT == 'polls.php'))) also am ende davon noch eine klammmer?
ja
Eine neue Version wurde veröffentlicht: OUGC Disable Guests 1.1