Allgemeiner Support zum phpBB 2 Board und phpBB 2 Modifikationen
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
MrDSL
Beiträge: 1 Registriert: Di 30.Nov, 2004 15:06
Kontaktdaten:
Beitrag
von MrDSL » Di 30.Nov, 2004 15:09
Just install this mod with PCP and works great but I did have one question.. In the install file to make the link appear in the viewprofile section
Code: Alles auswählen
#
#-----[ AFTER, ADD ]------------------------------------------
#
'U_VISITS' => '<a href="' . append_sid("profile_view_user.$phpEx?".POST_USERS_URL."=" . $view_userdata['user_id'] . "&".POST_POST_URL."=0").'"><img src="' . $images['icon_view'] . '" border="0" alt="'.$lang['Views'].'"></a>',
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profilecp/public_base_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<th valign="middle">{L_PUBLIC_TITLE}</th>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<th colspan="2" height="25" nowrap="nowrap">
<table width="100%" cellspacing="0" border="0">
<tr>
<th align="center">{L_PUBLIC_TITLE}</th>
<th align="center">{U_VISITS}</th>
</tr>
</table>
</th>
Is there a way to make that only appear if you are an admin?
thanks and nice mod
oxpus
Administrator
Beiträge: 28735 Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:
Beitrag
von oxpus » Di 30.Nov, 2004 19:57
Just replace
Code: Alles auswählen
'U_VISITS' => '<a href="' . append_sid("profile_view_user.$phpEx?".POST_USERS_URL."=" . $view_userdata['user_id'] . "&".POST_POST_URL."=0").'"><img src="' . $images['icon_view'] . '" border="0" alt="'.$lang['Views'].'"></a>',
with
Code: Alles auswählen
'U_VISITS' => ($userdata['user_level'] == ADMIN) ? '<a href="' . append_sid("profile_view_user.$phpEx?".POST_USERS_URL."=" . $view_userdata['user_id'] . "&".POST_POST_URL."=0").'"><img src="' . $images['icon_view'] . '" border="0" alt="'.$lang['Views'].'"></a>' : '',
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!