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

Question Remove title/reply box?

More
17 years 1 month ago - 17 years 1 month ago #9826 by stickman1984
Hi guys

I am very, very inexperienced, so please forgive me if this is really obvious, but is there a way to remove the title/reply box on kunena? (for reference, this section also contains karma). I am using the default ex template.

I find this box redundant and it seems to vary in size in different posts, which I find annoying. I have tried to find this on firebug, but it does not seem to highlight the entire box when I inspect. Any ideas?

Please see attached picture. I want to remove the part highlighted by the red box.

Thanks!
Last edit: 17 years 1 month ago by stickman1984. Reason: picture did not upload on first go

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

More
17 years 1 month ago #9867 by Matias
Replied by Matias on topic Re:Remove title/reply box?
components/com_kunena/template/default_ex, around line 59 (may be different):
Code:
<span class = "<?php echo $msgtitle; ?>"><?php echo $msg_subject; ?> </span> <span class = "msgdate" title="<?php echo $msg_date; ?>"><?php echo $msg_time_since; ?></span>

The box is the whole td tag.

Can you look at it with firebug or let me to see your site? There must be conflicting rule in your template which causes this.

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

More
17 years 1 month ago #9870 by Lintzy
Replied by Lintzy on topic Re:Remove title/reply box?
Perhaps it is the same as this problem (+ solution)

www.kunena.com/forum?func=view&catid=36&...mit=10&start=20#9719

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

Time to create page: 0.243 seconds