| For Joomla 1.5 only. I removed the download for Joomla 1.0
!new pluginformat! ->make sure to uninstall the old Mospassword first (there wont be an error since the files were renamed to fit 1.5 rules) ->das alte PlugIn zuerst deinstallieren (es gibt keine Warnung, da die Dateinamen an die Joomla 1.5-Regeln angepasst wurden)
Plugin Code: {password} AND {password PASSWORD}
**NEW** Language English + German as language files
Mit diesem Plugin kann man einen Content einfach mit einem Passwort schützen.
Im gewünschten Content einfach {passwort} eingeben. Das Passwort muss man dann über die Plugin-Einstellungen global festlegen
Dazu kann das Passwort als Parameter mit angegeben werden. Für mehrere Passwörter kann man den Plugin-Code mehrmals aufrufen. Das Standard-Passwort gilt weiterhin. Bsp:
Code:
{password test}{password 22} Dieser Text ist passwortgeschützt!
Dieser Content kann mit dem Standard-Passwort, mit 'test' und mit '22' aufgerufen werden
With this Plugin you can protect several contentitems with a password. To see the Content, the visitors dont have to register, they only need to know the password.
Just type {password} in the Content you want to protect. Then the global password from the Plugin-settings is used.
Also a password can be given in the contentas a parameter. For multiple passwords you can repeat the Plugin-Code. The global password is working, too. Ex:
Code:
{password test}{password 22} This text is protected with a password!
This Content can be revealed with the global password, with 'test' and with '22'.
** Fixed Bug: If no extra PW was given, the content sometimes was shown directly.
** Fixed Bug: UTF-8 BOM removed (thx sidfilmz) (yourmanstan, maybe this was your error, too)
** Feature: Added fulltext and introtext, hopefully, this will work ;) (thx Stefan)
** Fixed Bug with session
** Added alternative URI-creation method
** Added CSS-classes to HTML-code and restructured it.
** Fixed: *Warning*: Call-time pass-by-reference has been deprecated;
|