Little bug in contactcp_show.php
-----
| Author | Message | |
|---|---|---|
|
Roepertje |
||
| Fri Mar 31, 2006 7:33 pm Post subject: Little bug in contactcp_show.php | ||
|
Around line 170 in mods/contact/contactcp_show.php
Code: $temp_profile_url = $phpbb_root_path . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=';
$temp_pm_url = $phpbb_root_path . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '='; should be Code: $temp_profile_url = $phpbb_root_path . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=';
$temp_pm_url = $phpbb_root_path . "primsg.$phpEx?mode=post&" . POST_USERS_URL . '='; Otherwise the link from pm_image and profile_image opens both profile.php Many thanks about the online/offline/hidden indicator and avator changes. I've also used your suggestions. |
||
|
Thoul |
||
| Sun Apr 09, 2006 1:15 pm Post subject: re: Little bug in contactcp_show.php | ||
|
Thanks.
|
||
|
MrBoots |
||
| Thu May 15, 2008 7:08 am Post subject: Re: Little bug in contactcp_show.html | ||
|
Oh thank goodness... I was almost about to request how to add pm functions to a "new page" caue I htought this part was half finshed. by the way, its privmsg. not primsg.
|
||
Page 1 of 1