Hide To Guests

Hides content placed between specified tags from custom usergroups.
Version: 0.3.1
Autor: marines
Deutsche Übersetzung: noch nicht übersetzt
Hochgeladen: 13.08.2010
Letzte Aktualisierung: 31.03.2011
Support: https://www.mybb.de/forum/thread-22617.html (23 Beiträge)
Kompatibilität: MyBB 1.6.x
Bisherige Downloads: 59
Vorschau
Vorschau
Vorschau
This plugin gives additional MyCode-like tag which hides its content from specified usergroups.
You can set:
  • - usergroups content should be hidden from
  • - replacement text which appears instead of content you want to hide
  • - tag name you want to use (for instance [fancy_hide]...[/fancy_hide])
  • - CSS class name which is assigned to span containing replacement text
  • - whether to remove hidden content from reply form of user who cannot see the content (to avoid unneccessary trash in quotes)

Basically that's all. Works also with 1.4 series.

If you want to achieve such effect like on the screenshots below you have to (providing that you didn't change plugin's defaults) add this CSS code into your global.css style (in Advanced Mode):

.hide {
   display: block;
   margin: 5px;
   padding: 10px;
   border: 2px solid #A80014;
   border-left: none;
   border-right: none;
   background: #FFC2C9;
}

and set replacement text to something like this:

This content is hidden from you. If you want to see it you have to <a href="member.php?action=register">register</a> on this board.


Quelle: Hide To Guests bei MyBB.com

Ähnliche Erweiterungen

Hide Links to Guests von DragonFever für MyBB 1.2.x
When activated hides links in the messages to guests..

167 Downloads
Hide to guest Array von twisted-modz für MyBB 1.8.x
Project originally made by Mariusz Kujawski. Updated to 1.8 by Twisted-Modz aka Kameron Schwab

415 Downloads
Hide Links to Guests for 1.4 1.0 von DragonFever für MyBB 1.4.x
Allows you to show a message to guests instead of links.

221 Downloads
Hide content from guests
Hide content from guests 1.0 von Harshit für MyBB 1.6.x
Hide your thread content from guests

20 Downloads
[PGM] Hide From Guests
[PGM] Hide From Guests 1.3 von lukaspgm für MyBB 1.8.x
Hide the content of posts and threads for guests only.

13 Downloads