- Posts: 54
- Thank you received: 0
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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Loved How to remove topic icons column
16 years 6 months ago #30414
by Fran
How to remove topic icons column was created by Fran
Hi everyone,
Does anyone know how to remove the topics icon column? ie. I have chosen a heart for this thread, so the heart will appear at the on the topic icons column. I want to remove the whole column and to disable the option of choosing an icon for the topic.
Can anyone help with this issue? Thanks.
Every time we upgrade to a new version of Kunena, we have to put in all the changed code again. I guess there is no way around this.
Does anyone know how to remove the topics icon column? ie. I have chosen a heart for this thread, so the heart will appear at the on the topic icons column. I want to remove the whole column and to disable the option of choosing an icon for the topic.
Can anyone help with this issue? Thanks.
Every time we upgrade to a new version of Kunena, we have to put in all the changed code again. I guess there is no way around this.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30424
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:How to remove topic icons column
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30439
by Fran
Replied by Fran on topic Re:How to remove topic icons column
thank you, that helped to remove the topic icons from the control panel when someone wants to make a post.
However what I wanted to remove was the actual column that shows up the icons in the categories section. For example if you go to the "Common Questions" category on this forum you will see that this thread has a heart for an icon. I want that whole column (ie. the one that shows icons) to be removed. Any ideas how to do that?
However what I wanted to remove was the actual column that shows up the icons in the categories section. For example if you go to the "Common Questions" category on this forum you will see that this thread has a heart for an icon. I want that whole column (ie. the one that shows icons) to be removed. Any ideas how to do that?
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30685
by Fran
Replied by Fran on topic Re:How to remove topic icons column
anyone know how to remove the entire column of icons? I would appreciate any help with it. Thanks.
Please Log in or Create an account to join the conversation.
16 years 6 months ago - 16 years 6 months ago #30688
by @quila
Replied by @quila on topic Re:How to remove topic icons column
Hi Fran,
open the file flat.php
instead of this
insert this
and line 211
instead of this
insert this
Regards
open the file flat.php
line 132components / com_kunena / template / default_ex /
instead of this
Code:
<th class = "th-2 <?php echo $boardclass ?>sectiontableheader" width="1%"> </th>
Code:
<!--<th class = "th-2 <?php echo $boardclass ?>sectiontableheader" width="1%"> </th>-->
and line 211
instead of this
Code:
<td class = "td-2" align="center">
<?php echo CKunenaLink::GetSimpleLink($id);
echo $leaf->topic_emoticon == 0 ? '<img src="' . KUNENA_URLEMOTIONSPATH . 'default.gif" border="0" alt="" />' : "<img src=\"" . $topic_emoticons[$leaf->topic_emoticon] . "\" alt=\"emo\" border=\"0\" />"; ?>
</td>
Code:
<!--<td class = "td-2" align="center">
<?php echo CKunenaLink::GetSimpleLink($id);
echo $leaf->topic_emoticon == 0 ? '<img src="' . KUNENA_URLEMOTIONSPATH . 'default.gif" border="0" alt="" />' : "<img src=\"" . $topic_emoticons[$leaf->topic_emoticon] . "\" alt=\"emo\" border=\"0\" />"; ?>
</td>-->
Regards
Last edit: 16 years 6 months ago by @quila.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30765
by Fran
Replied by Fran on topic Re:How to remove topic icons column
Thanks @quila, that did it. I appreciate your help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.276 seconds