Kunena 7.0.2 Released

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

Question Can I show uddeIM inbox in Kunena Menu tab?

More
13 years 2 weeks ago #141280 by TKtemp
Well, yes, it is possible only with hack of kunena file.

Interested?

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

More
13 years 2 weeks ago #141281 by ernst67

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

More
13 years 2 weeks ago - 13 years 2 weeks ago #141282 by TKtemp
Well,

1. Open the file default.php from
components / com_kunena / template / blue_eagle / html / misc /

replace this code
Code:
<?php echo $this->body ?>
with this code
Code:
<?php echo $this->body ?> <?php $this->displayModulePosition( 'kunena_uddeim_module' ); ?>

2. Create Kunena Menu Item -> Custom Content
Menu Title = Messages; In Main Settings "Content" leave blank, Format = Text and Save

3. Publish any module you want in position "kunena_uddeim_module"

That's it
Last edit: 13 years 2 weeks ago by TKtemp.

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

More
13 years 2 weeks ago #141304 by ernst67
Thanks, it works! :-)

But after klicking the inbox, it goed to the component-view. The module apparently is only a set of links, not a view in itself....

Thanks anyway for you help!

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

Time to create page: 0.231 seconds