Icy Phoenix

     
 

Mod rewrite error

Category: Profile
Version Icy Phoenix 1.3 (PHP 5.x - MySQL 5.x)
Description
KugeLSichA
Sat 27 Jun, 2009 09:49
The following line:
Quote:
$breadcrumbs_address = $lang['Nav_Separator'] . '<a href="' . $nav_server_url . append_sid(PROFILE_MG . '?mode=viewprofile&' . POST_USERS_URL . '=' . $profiledata['user_id']) . '"' . (!empty($link_name) ? '' : ' class="nav-current"') . '>' . $lang['Profile'] . '</a>' . (!empty($link_name) ? ($lang['Nav_Separator'] . '<a class="nav-current" href="#">' . $link_name . '</a>') : '');


Should be like this:
Quote:
$breadcrumbs_address = $lang['Nav_Separator'] . '<a href="' . append_sid(PROFILE_MG . '?mode=viewprofile&' . POST_USERS_URL . '=' . $profiledata['user_id']) . '"' . (!empty($link_name) ? '' : ' class="nav-current"') . '>' . $lang['Profile'] . '</a>' . (!empty($link_name) ? ($lang['Nav_Separator'] . '<a class="nav-current" href="#">' . $link_name . '</a>') : '');


otherwise you get an error, if you klick on the user profile breadcrumbs adress on the word profile
Reply
Mighty Gorgon
Sat 12 Dec, 2009 11:49
I need to check it... do you mean with URL Rewrite enabled I guess.
Details Assigned To: Mighty Gorgon
Priority: Very Low
Status: Fixed
Fixed: Yes
 




 

  cron