Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Missing profile links with $this->profile->getLink()

More
9 years 6 months ago #1 by Cristiand
Hello,

Don't know if this is a Kunena bug or just configuration issue.

Something very strange is happening with
<?php echo $this->profile->getLink() ?> in the template.

The user profile links don't seem to actually have a link, the user library returns the name in blue, but the link is missing.

I've traced it down to:
Kunena User library
public function getLink
Code:
$link = $this->getURL (true, $task); if (!empty($link)){ $this->_link[$key] = "<a class=\"{$uclass}\" href=\"{$link}\" title=\"{$title}\" rel=\"{$rel}\">{$name}</a> aleluia"; }else{ $this->_link[$key] = "<span class=\"{$uclass}\">{$name}</span>"; }

It returns the span without link in every case.

Going into $this->getURL, we see it calls:
KunenaFactory::getProfile()->getProfileURL($this->userid, $task, $xhtml);

Well, getProfileURL looks like a plugin function, going into each profile plugin for each integration, it doesn't seem to get called. No integration is actually used on the site. The Kunena - Joomla integration plugin is turned on.

Any help is appreciated.
Here is a configuration report:

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 60 seconds | Max execution memory: 256M | Max file upload: 50M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : ot_arasta | author: OptimumTheme.com | version: 1.0.0 | creationdate: Unknown

Kunena default template details : Blue Eagle | author: Kunena Team | version: 3.0.6 | creationdate: 2014-07-28

Kunena version detailed: Kunena 3.0.6 | 2014-07-28 [ Tala ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #2 by rich
The plugin "Kunena - Kunena Integration" is disabled. Activate it and it should work.

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #3 by Cristiand
Thanks!
We made another plugin to handle integration but it wasn't doing it for the profile links.

Great extension! Keep up the good work.

Please Log in or Create an account to join the conversation.

Time to create page: 0.541 seconds