Hallo!
Ich habe gestern ganzen Tag mich mit Code gequält und provisorisch eine Lösung gefunden.
Comprofiler.html.php
Zeile: 253 ändern auf:
PHP-Code:
<form action="<?php echo sefRelToAbs("index.php?option=com_comprofilertask=userProfile"); ?>" method="post" id="adminForm" name="adminForm" onsubmit="return submitbutton(this)">
comprofiler.php
zeile: 845
PHP-Code:
cbRedirectToProfile( $uid, _USER_DETAILS_SAVE );
auf
PHP-Code:
mosRedirect('index.php?option=com_comprofilertask=userProfile',_USER_DETAILS_SAVE);
Speichern geht und zu Profiel auch. Dann gibt es noch einen Fehler
Cb.menu.php
Zeile: 891 einkommentieren Menupunkt Brauchst du nicht und wenn schon dann $ue_userprofile_url zu index.php?option=com_comprofiler&task=userProfile'
PHP-Code:
// ----- VIEW MENU -----Von Mir auskommentiert
/*if ($my->id > 0) {
// View My Profile:
if ($my->id != $user->id) {
$mi = array(); $mi["_UE_MENU_VIEW"]["_UE_MENU_VIEWMYPROFILE"]=null;
$this->_addMenuItem( $mi, _UE_MENU_VIEWMYPROFILE,sefRelToAbs($ue_userprofile_url), "",
"","", _UE_MENU_VIEWMYPROFILE_DESC,"" );
}
}*/
Lesezeichen