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

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 6 months ago #109624 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
  • Premium Member
  • Only the strongest will survive
More
14 years 6 months ago #110165 by C0n
It is a very lovely template.

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

Time to create page: 0.203 seconds