Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Disable Guests
#1
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.
Zitieren
#2
Eine neue Version wurde veröffentlicht: OUGC Disable Guests 1.0.1
Zitieren
#3
Sobald ich die neue Version hochlade, bekomme ich überall eine weiße Seite.
Zitieren
#4
Du musst in der Zeile 214 der Plugin-Datei noch eine schließende Klammer ")" einfügen.
viele Grüße
Jockl
übersetzte und eigene Plugins
Zitieren
#5
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 ?
Zitieren
#6
Am Ende der Zeile. Du kannst es auch selbst noch einmal kontrollieren....
viele Grüße
Jockl
übersetzte und eigene Plugins
Zitieren
#7
>settings['disable_guests_pollsr'] == 1) && (THIS_SCRIPT == 'polls.php'))) also am ende davon noch eine klammmer?
Zitieren
#8
ja
viele Grüße
Jockl
übersetzte und eigene Plugins
Zitieren
#9
Eine neue Version wurde veröffentlicht: OUGC Disable Guests 1.1
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  OUGC Disable Quotes Media MyBB.de Bot 1 906 02.06.2023, 14:05
Letzter Beitrag: MyBB.de Bot
  Disable Post Edit MyBB.de Bot 0 1.219 24.06.2017, 00:10
Letzter Beitrag: MyBB.de Bot
  Disable PHP Errors MyBB.de Bot 0 1.186 28.08.2015, 23:20
Letzter Beitrag: MyBB.de Bot
  Disable showteam.php MyBB.de Bot 0 1.098 14.03.2015, 00:05
Letzter Beitrag: MyBB.de Bot
  Disable Thread Reviews MyBB.de Bot 0 1.258 08.02.2015, 00:50
Letzter Beitrag: MyBB.de Bot