When a msg is sent from Dolphin 5.0, the link to the profile is like this:
We are glad to inform you that the member WHATEVER (http://www.enslig.net/dating/profile000.html) sends you a message!
While the actual link to the profile is
http://www.enslig.net/dating/profile_edit.php?ID=000
This must be a bug, right?
Line 401 in compose.php says:
$message_text = str_replace( "<ProfileReference>", ($sender ? "<a href=\"{$site['url']}profile{$member['ID']}.html\">{$sender['NickName']} ({$site['url']}profile{$member['ID']}.html) </a>" : "<b>". _t("_Visitor") ."</b>" ), $message_text );
Replace with
$message_text = str_replace( "<ProfileReference>", ($sender ? "<a href=\"{$site['url']}profile.php?ID={$member['ID']}\">{$sender['NickName']} ({$site['url']}profile.php?ID={$member['ID']}) </a>" : "<b>". _t("_Visitor") ."</b>" ), $message_text );
Raymond


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks