Oke habs noch mal anders probiert.
Folgenden Teil ändern:
[code:1]
if ($fbConfig['cb_profile']) {
$loginlink = sefRelToAbs('index.php');
$logoutlink = sefRelToAbs('index.php?option=logout');
$registerlink = sefRelToAbs('index.php?option=com_comprofiler&task=registers&Itemid=' . $Itemid );
$lostpasslink = sefRelToAbs('index.php?option=com_comprofiler&task=lostPassword&Itemid=' . $Itemid );
}else {
$loginlink = sefRelToAbs('index.php?option=com_login&Itemid=' . $Itemid );
$logoutlink = sefRelToAbs('index.php?option=logout');
$registerlink = sefRelToAbs('index.php?option=com_registration&task=register&Itemid=' . $Itemid );
$lostpasslink = sefRelToAbs('index.php?option=com_registration&task=lostPassword&Itemid=' . $Itemid );
}[/code:1]
Und folgendermaßen ändern:
[code:1]
if ($fbConfig['cb_profile']) {
$loginlink = sefRelToAbs('index.php');
$logoutlink = sefRelToAbs('index.php?option=logout');
$registerlink = sefRelToAbs('index.php?option=com_comprofiler&task=registers&Itemid=' . $Itemid );
$lostpasslink = sefRelToAbs('index.php?option=com_comprofiler&task=lostPassword&Itemid=' . $Itemid );
$jr_faq_setlink='
' . _GEN_HELP . '';
$jr_rules_setlink='
' . _GEN_RULES . '';
}else {
$loginlink = sefRelToAbs('index.php?option=com_login&Itemid=' . $Itemid );
$logoutlink = sefRelToAbs('index.php?option=logout');
$registerlink = sefRelToAbs('index.php?option=com_registration&task=register&Itemid=' . $Itemid );
$lostpasslink = sefRelToAbs('index.php?option=com_registration&task=lostPassword&Itemid=' . $Itemid );
$jr_faq_setlink='
' . _GEN_HELP . '';
$jr_rules_setlink='
' . _GEN_RULES . '';
}[/code:1]
Und natürlich
[code:1]| | |[/code:1]
nicht vergessen.
Datei liegt wieder im Anhang [file name=profileboxneu.zip size=2033]http://www.bestofjoomla.com/components/com_fireboard/uploaded/files/profileboxneu.zip[/file]