MyBB.de Forum
Disable Guests - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Disable Guests (/thread-23961.html)



Disable Guests - MyBB.de Bot - 20.10.2011

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.



RE: Disable Guests - MyBB.de Bot - 31.03.2012

Eine neue Version wurde veröffentlicht: OUGC Disable Guests 1.0.1


RE: Disable Guests - tm2 - 13.04.2012

Sobald ich die neue Version hochlade, bekomme ich überall eine weiße Seite.


RE: Disable Guests - Jockl - 13.04.2012

Du musst in der Zeile 214 der Plugin-Datei noch eine schließende Klammer ")" einfügen.


RE: Disable Guests - tm2 - 14.04.2012

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 ?


RE: Disable Guests - Jockl - 14.04.2012

Am Ende der Zeile. Du kannst es auch selbst noch einmal kontrollieren....


RE: Disable Guests - tm2 - 14.04.2012

>settings['disable_guests_pollsr'] == 1) && (THIS_SCRIPT == 'polls.php'))) also am ende davon noch eine klammmer?


RE: Disable Guests - Jockl - 14.04.2012

ja


RE: Disable Guests - MyBB.de Bot - 24.04.2013

Eine neue Version wurde veröffentlicht: OUGC Disable Guests 1.1