Author Topic: Falsche Darstellung der E-Mail-Adresse  (Read 5258 times)

0 Members and 1 Guest are viewing this topic.

Offline dirk1968de

  • Pre-Newbie
  • Posts: 4
    • View Profile
Falsche Darstellung der E-Mail-Adresse
« on: March 23, 2003, 12:09:03 PM »
Hallo,

im Kontrollzentrum wird die E-Mail-Adresse falsch dargestellt:

dl at africanfish.info statt dl@africanfish.info

Da das Problem wohl schon sehr bekannt ist, habe ich die Suchfunktion schon benutzt, doch leider nichts gefunden.

Könnte mir hier jemand helfen, wie ich dieses Darstellungsproblem beseitigen kann?

Gruß Dirk

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Falsche Darstellung der E-Mail-Adresse
« Reply #1 on: March 23, 2003, 12:57:35 PM »
Open member.php
Find:
Code: [Select]
     $user_email_save = str_replace("@", " at ", $user_row['user_email']);
Replace with:
Code: [Select]
     $user_email_save = $user_row['user_email'];
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline dirk1968de

  • Pre-Newbie
  • Posts: 4
    • View Profile
Falsche Darstellung der E-Mail-Adresse
« Reply #2 on: March 23, 2003, 01:27:03 PM »
Hallo V@no,

danke für die schnell Antwort, ...habe es geändert und hat wunderbar geklappt. :wink:

Ich habe mir auch gleich deine Image Gallery angesehen. Was mir gleich aufgefallen ist: deine Anordnung der Bilddaten (Added by, Category, Date, Comments, File size) ist dir klasse gelungen. Sieht so schön aufgeräumt aus.

Weißt du oder auch jemand anders, wo ich das ändern kann?

Gruß Dirk

Sorry, ich kann leider kein englisch!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline dirk1968de

  • Pre-Newbie
  • Posts: 4
    • View Profile
Falsche Darstellung der E-Mail-Adresse
« Reply #4 on: March 23, 2003, 02:14:17 PM »
Hi,

danke für den Link. Nur hat es bei mir leider nicht funktioniert. Die beiden Seiten habe ich abgeändert und die Seite "imgsort_dropdown_form.html" habe ich auch erstellt und ins Verzeichnis geladen. Muss ich da noch etwas aktivieren?

Grüße aus Lübeck
Dirk