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 How do I take out the Topics and Replies columns?

More
16 years 3 weeks ago #44642 by @quila
Hi,

open the file listcat.php, find and comment (or delete)

<th class = "th-3> ... </th>
<th class = "th-4 ... </th>

then do the same with

<td class = "td-3> ... </td>
<td class = "td-4> ... </td>

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

More
16 years 3 weeks ago #44645 by damsella
Thanks @quila, that is similar to what I did before, but hopefully your way is better as I think I took out another line as well, which messed things up.

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

More
16 years 3 weeks ago #44665 by damsella
Okay, that nearly works - I think I must have done something wrong though:

www.damsels.org/index.php/forum/listcat

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

More
16 years 3 weeks ago #44668 by @quila
Hi,

seems that you have also delete <th class="th-2"> ... </th>

restore this and look if works well.

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

More
16 years 3 weeks ago #44669 by damsella
Yes, I think you must be right!

Do you have that code? As instead of pasting it somewhere else (which I did with the other code) I seem to have deleted it.

Thanks!

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

More
16 years 3 weeks ago - 16 years 3 weeks ago #44670 by @quila
<th class = "th-2 <?php echo $boardclass; ?>sectiontableheader" align="left"><?php echo _GEN_FORUM; ?></th>

insert between th-1 and th-5
Last edit: 16 years 3 weeks ago by @quila.

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

Time to create page: 0.209 seconds