Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

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
  Hide from users and/or Guests MyBB.de Bot 14 3.042 10.08.2023, 17:52
Letzter Beitrag: tc4me
  OUGC Disable Quotes Media MyBB.de Bot 1 883 02.06.2023, 13:05
Letzter Beitrag: MyBB.de Bot
  Hide From Guests MyBB.de Bot 1 232 05.04.2023, 19:20
Letzter Beitrag: MyBB.de Bot
  OUGC Guests See Only First Post MyBB.de Bot 0 866 02.05.2020, 16:55
Letzter Beitrag: MyBB.de Bot
  Guests Registration Invite MyBB.de Bot 0 971 12.10.2018, 09:40
Letzter Beitrag: MyBB.de Bot