Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/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

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
12 years 5 months ago #11 by aluher
thanks 810, works perfect now :)

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

More
12 years 5 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
12 years 5 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
12 years 4 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.561 seconds