Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question Kunena Last Topic Module

More
11 years 5 months ago #160741 by MarekSkwarek
I have Kuenena 3.0.6 on Joomla 2.5

In my Last Topic Module display "username" with link author's post. I want display "name" . How do it?
How put "name" to col last_post_guest_name in %_kunene_topic table?

M.

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

More
11 years 5 months ago #160761 by 810
Replied by 810 on topic Kunena Last Topic Module
try: modules/mod_kunenalasted/tmpl/default_row.php line 51 to
Code:
<li class="klatest-author"><?php echo JText::_ ( 'MOD_KUNENALATEST_LAST_POST_BY' ) .' '. $this->profile->getLink(); ?></li>

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

Time to create page: 0.228 seconds