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

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.

Question Remove posted by & date in Recent Discussions

More
16 years 3 months ago #38957 by kapearl
For default X template, I'd like for under the post topic to just show the category & hits.

So it would look like this:

Sample Topic
category: sample topic Views: 59

Instead of

Sample Topic
Posted 2 Weeks, 3 Days ago by username Category: sample topic? Views: 59

I've tried chaning setting in the forum config.. Plugins > Recent Post Settings but those dont have any effect that I am noticing on the recent discussions page. Any suggestions?

Thanks!!

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

More
16 years 3 months ago - 16 years 3 months ago #38963 by sozzled
This is just a guess: edit the file ../components/com_kunena/template/default_ex/flat.php, delete lines 328-353:
Code:
<!-- By --> <span class="topic_posted_time"><?php echo _KUNENA_POSTED_AT ?> <?php echo time_since($leaf->time , time() + ($fbConfig->board_ofset * 3600)); ?> <?php echo _KUNENA_AGO ?> </span> <?php if ($leaf->name) { echo '<span class="topic_by">'; echo _GEN_BY.' '.CKunenaLink::GetProfileLink($fbConfig, $leaf->userid, $leaf->name); echo '</span>'; } ?> <!-- /By --> <?php if (strtolower($func) != 'showcat' ){ ?> <!-- Category --> <span class="topic_category"> <?php echo _KUNENA_CATEGORY.' '.CKunenaLink::GetCategoryLink('showcat', $leaf->catid, kunena_htmlspecialchars(stripslashes($leaf->catname))); ?> </span>
Last edit: 16 years 3 months ago by sozzled.

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

More
16 years 3 months ago #38969 by kapearl
Thank you so much! I think I looked in every file except that one. It worked :-)

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

Time to create page: 0.256 seconds