Kunena 6.2.6 released

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

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

Question Kunena Last Topic Module

More
9 years 4 months ago #1 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
9 years 4 months ago #2 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.342 seconds