Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question Edit latest post info in forum categories etc.

More
13 years 3 months ago #140871 by supayoshi
Hello I want to edit the latest post information that says,

Last Post: Welcome to United Fa ...
by unitedfactions
11 Feb 2013 18:27

How do I edit this? I tried a few files in the template, but I couldnt figure it out, the text didnt wanna change.

default_row.php
posts_row.php

etc. in templates.

Help?

I want it to look different.

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

More
13 years 3 months ago #140873 by supayoshi
EDIT: actually what I am trying to do is this:

I am trying to make the avatar, username and postdate show up in the module, like this:

oc.tc/forums

Therefor I found the code:

<?php $avatar = $this->profile->getAvatarImage ('kavatar', 'welcome'); if ($avatar) : ?>
<li class="kpost-avatar">
<span class="kavatar"><?php echo $this->profile->getLink( $avatar ); ?></span>
</li>
<?php endif; ?>

I put this in default_row.php, but it gives me an error.

How can I implent the avatar into the PHP code? Thanks!

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

Time to create page: 0.224 seconds