LastLogin
From Contao Community Documentation
Display of last login and the list of online / offline members over Insert-Tags.
From TYPOlight 2.8 is already displayed by the login module itself the last login time.
This module now supports the internal method and also includes an insert-tag for this.
More Insert-Tags have been added over the course of development, as shown in the follow list.
Incomplete Article: This article is not finished yet and needs expansion.
Please expand it and remove this notice when it is finished. |
Extension-Overview | |
---|---|
Name of the developer | Glen Langer (BugBuster) |
Developer Website | http://www.contao.glen-langer.de |
Version of the extension | 1.6.0 rc1 |
Compatibility with Contao Version | ab 2.9 |
Compatibility with TYPOlight Version | 2.8.0 - 2.8.4 (see installations notes) |
Link to Extension Repository | http://www.contao.org/extension-list/view/lastlogin.en.html |
Donate the developer | http://www.amazon.de/wishlist/26HHEJOU03G76 |
Link to Tracker | http://dev.typolight-forge.org/projects/lastlogin/issues |
Depending of ff. Extension | memberlist (mandatory), avatar (optional) |
Comment | Version for Contao 2.9 online |
Contents
Forum
Questions about the LastLogin module will be answered in forum: Forum
Errors and requests can be reported in the Issue Tracker.
Installation
The installation of the module occurs about the extension Repository in back end of Contao.
A manual installation is possible. Download the ZIP file from Extension Repository, unzip and transfer it.
A directory should have been created "/system/modules/lastlogin".
Then call /contao/install.php - Perform Update Database.
( /typolight/install.php in older TYPOlight installations )
Note for older "TYPOlight" versions
TYPOlight 2.8
TYPOlight 2.8.x users can use the current version.
TYPOlight 2.7
Users of TYPOlight 2.7.x, please use LastLogin module version 1.4.1 (Direct Link)
Installation as an update
An update is identical to the installation.
Overview
The last login module has no back end or front end modules, it provides only insert tags.
All Insert-Tags from the module to be resistant from TL 2.8 cache by adding the prefix "cache_". When the cache is turned on in the site structure, the values of the insert tags will not be saved with the cache, but will be replaced again with each delivery from the cache.
Example: "last_login" becomes "cache_last_login.
The following Insert-Tags are currently available: Translation in process...
- Letzter Login
- last_login / cache_last_login
- Online Mitglieder
- last_login_members_online / cache_last_login_members_online
- Online Mitglieder verlinkt
- last_login_members_online_link / cache_last_login_members_online_link
- Anzahl registrierter Mitglieder
- last_login_number_registered_members / cache_last_login_number_registered_members
- Anzahl Online Mitglieder
- last_login_number_online_members / cache_last_login_number_online_members
- Offline Mitglieder
- last_login_members_offline / cache_last_login_members_offline
Alle Insert-Tags werden durch Parameter gesteuert, was genau und wie etwas angezeigt werden soll. (firstname,lastname,avatar,...)