- Posts: 1663
- Thank you received: 201
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?
open the file listcat.php, find and comment (or delete)
then do the same with<th class = "th-3> ... </th>
<th class = "th-4 ... </th>
<td class = "td-3> ... </td>
<td class = "td-4> ... </td>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
www.damsels.org/index.php/forum/listcat
Please Log in or Create an account to join the conversation.
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.
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.
insert between th-1 and th-5
Please Log in or Create an account to join the conversation.