Donations

Help support Pro_News and become a member of our Sponsors Group
The tip jar is at PayPal, but does not require a PayPal account
Unbekannt
$ 10.00
macavity
$ 115.00
RedGerry
£ 50.00
Unbekannt
$ 10.00
minor
$ 20.00
User Info
Wilkommen Unbekannt
Mitglieder:
Neuestes: Witewolf
Heute neu: 0
Gestern neu: 0
Gesamt: 151
Anwesende Nutzer:
Mitglieder: 0
Besucher: 42
Roboter: 2
Gesamt: 44
Wer ist wo?:
Besucher:Support Forums
Support Forums
Downloads
Téléchargement
Pro News Articles
Home
Pro News Articles
Pro News Articles
Support Forums
Support Forums
Support Forums
Support Forums
Pro News Articles
Descargas
Support Forums
Support Forums
Pro News Articles
Support Forums
Descargas
Support Forums
Support Forums
Pro News Articles
Pro News Articles
Support Forums
Pro News Articles
Support Forums
Pro News Articles
Downloads
Pro News Articles
Support Forums
Support Forums
Pro News Articles
Downloads
Nedlastninger
Descargas
Pro News Articles
Pro News Articles
Support Forums
التحمي
Pro News Articles
Pro News Articles
Support Forums
Roboter:Google > Pro News Articles
Baidu > Support Forums
Wer ist online:
Keine Mitglieder online!
Nach oben
Skip to menu
Skip to content
layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1
Extra Small Login Block
Extra Small Login Block
Verfasst am: Fri Feb 23, 2007 11:38 pm
The following hack for 9.1.1 will reduce the login block to just the login and registration parts for Anonymous users. Reduce the apparent complexity for newbies, and hide the users on-line info from non-members, bots, etc.
File blocks\block-User_Info.php. Find:
PHP:
if (is_admin()) {
$content .= '<a title="'._LOGOUTADMINACCT.'" href="'.adminlink('logout').'"><img src="images/blocks/login.gif" alt="" border="0" /></a> <a title="'._LOGOUTADMINACCT.'" href="'.adminlink('logout').'">'._ADMIN.' '._LOGOUT."</a><br />\n";
}
$day = L10NTime::tolocal((mktime(0,0,0,date('n'),date('j'),date('Y'))-date('Z')), $userinfo['user_dst'], $userinfo['user_timezone']);
Insert extra line as shown:
PHP:
if (is_admin()) {
$content .= '<a title="'._LOGOUTADMINACCT.'" href="'.adminlink('logout').'"><img src="images/blocks/login.gif" alt="" border="0" /></a> <a title="'._LOGOUTADMINACCT.'" href="'.adminlink('logout').'">'._ADMIN.' '._LOGOUT."</a><br />\n";
}
if (is_user() || is_admin()) {
$day = L10NTime::tolocal((mktime(0,0,0,date('n'),date('j'),date('Y'))-date('Z')), $userinfo['user_dst'], $userinfo['user_timezone']);
At end of file add:
PHP:
}
Note: An easier and cleaner way is to have a menu item, eg in header, to call Your Account. Then you can restrict the User-Info block to Registered Members only (because you have another way to logon).
layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback- Site Admin

- Beiträge: 1229
- Dabei seit: Mar 18, 2006
Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst deine Beiträge in diesem Forum nicht bearbeiten.
Du kannst deine Beiträge in diesem Forum nicht löschen.
Du kannst an Umfragen in diesem Forum nicht mitmachen.
Du kannst keine Dateien anhängen.
Du kannst Dateien herunterladen.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst deine Beiträge in diesem Forum nicht bearbeiten.
Du kannst deine Beiträge in diesem Forum nicht löschen.
Du kannst an Umfragen in diesem Forum nicht mitmachen.
Du kannst keine Dateien anhängen.
Du kannst Dateien herunterladen.
Alle Zeitangaben sind in GMT











