'Private Messages' link from Kunena does not link to UddeIM

8 years 6 months ago #270751 by NGWS
nice solution but i'm unable to correct the problem in what ever the setting i can try.

the forum and the profile link still goes to "/component/kunena/" and in my case it hase to go to "/forum-2/"

i need some advanced help or somebody that will refue my settings.

Please Log in to join the conversation.

8 years 6 months ago #270790 by venecam
My link also is going to "/component/kunena/" and that link is taking me to the forum with no problems, I think your problem is that you changed the natural location of the forum or something like that and the Uddeim configuration has a fixed default link. If theres some way to change that configuration maybe that would solve your problem, in case of that is not possible I recccommend you to reinstall the forum in the defaul location.

Please Log in to join the conversation.

8 years 6 months ago - 8 years 6 months ago #270798 by slabbi
UddeIM uses
echo "<a href='".uddeIMsefRelToAbs("index.php?option=com_kunena")."'>";

function uddeIMsefRelToAbs($value) {
	// Replace all &amp; with & as the router doesn't understand &amp;
	$url = str_replace('&amp;', '&', $value);
	if(substr(strtolower($url),0,9) != "index.php") return $url;
	$uri    = JUri::getInstance();
	$prefix = $uri->toString(array('scheme', 'host', 'port'));
	return $prefix.JRoute::_($url);
}
to create the link. So "index.php?option=com_kunena" is translated into the absolute link usign the Joomla framework.

When this fails there is always a problem with the Joomla configuration or the installation itself is broken (e.g. an error in the Joomla database).

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in to join the conversation.

8 years 6 months ago #270813 by NGWS
:huh: found the error, it was a setting in the configuration

Direct Component Access Set Yes

this fixed the problem but the only thing needed to fix is that the profile pic is not displayed in UddeIM.

Please Log in to join the conversation.

8 years 6 months ago #270814 by NGWS
fixed the setting was still in the off position

Please Log in to join the conversation.

Moderators: beatnantslabbikrileon
Time to create page: 0.205 seconds

Facebook Twitter LinkedIn