- Posts: 40
- Thank you received: 1
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.
Question [Solved] Icons not in a row, help!
16 years 10 months ago - 16 years 10 months ago #20221
by barthle
Button Layout Distorted in 1.5.3 was created by barthle
Hello,
I just upgraded to 1.5.3
Everything looks OK so far except one little template issues. Buttons are expanding into the next message space for admins.
I tried to use Lintzy's hack below for displaying them in one row. It worked but had a side effect: avatars of the user's in the thread disappeared. I guess the following hack doesn't work in 1.5.3
www.kunena.com/forum?func=view&catid=6&i...view&catid=6&id=4327
How can I adapt this hack for displaying the buttons in one row for 1.5.3?
I just upgraded to 1.5.3
Everything looks OK so far except one little template issues. Buttons are expanding into the next message space for admins.
I tried to use Lintzy's hack below for displaying them in one row. It worked but had a side effect: avatars of the user's in the thread disappeared. I guess the following hack doesn't work in 1.5.3
www.kunena.com/forum?func=view&catid=6&i...view&catid=6&id=4327
How can I adapt this hack for displaying the buttons in one row for 1.5.3?
Last edit: 16 years 10 months ago by barthle.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #20231
by @quila
Replied by @quila on topic Re:Button Layout Distorted in 1.5.3
Hi barthle,
can you provide as a link to you forum then we can look?
Regards
can you provide as a link to you forum then we can look?
Regards
Please Log in or Create an account to join the conversation.
16 years 10 months ago - 16 years 10 months ago #20237
by barthle
Replied by barthle on topic Re:Button Layout Distorted in 1.5.3
Hi Quila,
I really don't know what I have changed but now it looks OK.
But the buttons are still in two rows. How can I show them in one row?
here is our site:
www.e-hayalet.net/index.php?option=com_kunena&Itemid=453
I really don't know what I have changed but now it looks OK.
But the buttons are still in two rows. How can I show them in one row?
here is our site:
www.e-hayalet.net/index.php?option=com_kunena&Itemid=453
Last edit: 16 years 10 months ago by barthle.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #20239
by @quila
Replied by @quila on topic Re:Button Layout Distorted in 1.5.3
Hi barthle,
only admin and moderators have buttons in two rows.
If you still want to show them in one row find the file
with this
Regards
only admin and moderators have buttons in two rows.
If you still want to show them in one row find the file
line 368 change this/components/com_kunena/template/default_ex/message.php
Code:
if ($is_Moderator) echo ' </div><div class="fb_message_buttons_row">';
Code:
if ($is_Moderator) /*echo ' </div><div class="fb_message_buttons_row">'*/;
Please Log in or Create an account to join the conversation.
16 years 10 months ago #20240
by barthle
Replied by barthle on topic Re:Button Layout Distorted in 1.5.3
Thank you very much Quila. That worked. Regads
Please Log in or Create an account to join the conversation.
16 years 10 months ago - 16 years 10 months ago #20252
by Spock
Replied by Spock on topic Button Layout Distorted in 1.5.3
just merging these two threads - both ask the same thing and have been solved
Last edit: 16 years 10 months ago by Spock.
Please Log in or Create an account to join the conversation.
Time to create page: 0.326 seconds