Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Problem with Agoraphobia from templateBlender

More
14 years 2 months ago #11 by aluher
thanks 810, works perfect now :)

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

More
14 years 2 months ago #12 by Al Duccino
I'm trying to move the topic title in every message to the top


Anyone can help me with this please ?

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

More
14 years 2 months ago #13 by Al Duccino
This is probably not a proper fix, but this is what I did :

in /components/com_kunena/template/agoraphobia/view/message.php Line 88
Replace this :
Code:
<div class="kmsg-header kmsg-header-left"> <h2> <span class="kmsg-id-left"> <a name="<?php echo intval($this->id) ?>"></a> <span class="icon-link"><?php echo $this->numLink ?></span> </span> <span class="kmsgdate kmsgdate-left" title="<?php echo CKunenaTimeformat::showDate($this->msg->time, 'config_post_dateformat_hover') ?>"> <?php echo CKunenaTimeformat::showDate($this->msg->time, 'config_post_dateformat') ?> </span> </h2> </div>

by this :
Code:
<div class="kmsg-header kmsg-header-left"> <h2> <span class="kmsgtitle<?php echo $this->escape($this->msgsuffix) ?> kmsg-title-left" style="margin-bottom:-20px;margin-left:150px;"> <?php echo $this->subjectHtml ?> </span> <span class="kmsgdate kmsgdate-left" title="<?php echo CKunenaTimeformat::showDate($this->msg->time, 'config_post_dateformat_hover') ?>"> <?php echo CKunenaTimeformat::showDate($this->msg->time, 'config_post_dateformat') ?> </span> <span class="kmsg-id-left"> <a name="<?php echo intval($this->id) ?>"></a> <?php echo $this->numLink ?> </span> </h2> </div>


Then line 106
Remove
Code:
<h3 class="title-message"><?php echo $this->subjectHtml ?></h3>

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

  • C0n
  • C0n's Avatar
  • Offline
  • Premium Member
  • Only the strongest will survive
More
14 years 2 months ago #14 by C0n
It is a very lovely template.

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

Time to create page: 0.387 seconds