[Who Viewed My Profile] Anonymous Delete?
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!
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!
-
DaggaMaster
- Beiträge: 8
- Registriert: Mo 05.Feb, 2007 13:26
[Who Viewed My Profile] Anonymous Delete?
Hello,,
Is there a possibility to hide ( non logged in users ) Anonymous in the list of Last Viewed.
Because if i make profiles public, most of the time Anonymous will be on top.
I Just want something like to "HIDE" the anonymous user in the last viewed list
Sorry for my English.
Is there a possibility to hide ( non logged in users ) Anonymous in the list of Last Viewed.
Because if i make profiles public, most of the time Anonymous will be on top.
I Just want something like to "HIDE" the anonymous user in the last viewed list
Sorry for my English.
-
DaggaMaster
- Beiträge: 8
- Registriert: Mo 05.Feb, 2007 13:26
Thanks for your quick reaction, but i get an error with your profile_view_user.php
Code: Alles auswählen
Could not read userdata.
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_id <> -1 WHERE user_id = 2' at line 2
SELECT username FROM phpbb_users AND user_id <> -1 WHERE user_id = 2
Line : 39
File : profile_view_user.php- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Oh yes
Wrong position.
Use this file:
Use this file:
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
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!
-={ 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!
-
DaggaMaster
- Beiträge: 8
- Registriert: Mo 05.Feb, 2007 13:26
Yesss
Yes Thanks You
Do you also have the modified version for profile_view_popup.php ?
with the HIDE Anonymous
Thanks in Advance
Do you also have the modified version for profile_view_popup.php ?
with the HIDE Anonymous
Thanks in Advance
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
For doing this just replace the line
in includes/usercp_viewprofile.php with
Code: Alles auswählen
if ($user <> $viewer_id)Code: Alles auswählen
if ($user <> $viewer_id && $viewer_id >= USER)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!
-={ 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!
-
DaggaMaster
- Beiträge: 8
- Registriert: Mo 05.Feb, 2007 13:26
Thank YOU !!
Thanks everything is Fixed 
-
DaggaMaster
- Beiträge: 8
- Registriert: Mo 05.Feb, 2007 13:26
Sorry Again for the next question.
But if i make the profiles Public, then the time doesn't work, only for the logged in users it works.
Is there any solution for this?
But if i make the profiles Public, then the time doesn't work, only for the logged in users it works.
Is there any solution for this?
Zuletzt geändert von DaggaMaster am Mo 05.Feb, 2007 23:48, insgesamt 1-mal geändert.
-
DaggaMaster
- Beiträge: 8
- Registriert: Mo 05.Feb, 2007 13:26
Time
The time when the user has visited your profile.
The time is only displayed when a member is logged in
The time is only displayed when a member is logged in
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
The profile visit times will only be displayed in the separate list, not on the user profile itself...
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!
-={ 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!
-
DaggaMaster
- Beiträge: 8
- Registriert: Mo 05.Feb, 2007 13:26
Yes its your mod Who Viewed My Profile....
In the file Profile_View_User.php
The times of the last visited members is only visible when the "viewer" is logged in.
If the viewer isn't logged in you dont see a time..
I guess it has something to do with.
In the file Profile_View_User.php
The times of the last visited members is only visible when the "viewer" is logged in.
If the viewer isn't logged in you dont see a time..
I guess it has something to do with.
Code: Alles auswählen
'STAMP' => create_date($userdata['user_dateformat'], $row['view_stamp'], $userdata['user_timezone']))- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Normally the guests couldn't view this list 
Okay, replace this line with
and everything will be good...
Okay, replace this line with
Code: Alles auswählen
'STAMP' => create_date($board_config['default_dateformat'], $row['view_stamp'], $board_config['board_timezone']))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!
-={ 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!
-
DaggaMaster
- Beiträge: 8
- Registriert: Mo 05.Feb, 2007 13:26