- Posts: 81
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Solved Problems with Kunena 4.0.3
- HardstylerDK
-
Topic Author
- Offline
- Senior Member
-
Less
More
11 years 1 month ago #166679
by HardstylerDK
Problems with Kunena 4.0.3 was created by HardstylerDK
www.elektroniktest.dk/forum/projekter/25...gger-med-thermaltake
When clicking on the "Moderate" or "Handling" or almost any other button, they disappear.
Also, the "white" box under the thumbnails looks weird, and after hovering over this box and moving the cursor, the box disappears.
And the dropdown under the "Handling" button is way off to the left, as seen on the screenshot.
Another thing is that when pressing an image, to open it in a modal window, it takes quite a long time before it opens.
And at last, when clicking the "profile button", the one on the right in the menu, it doesn't open op the dropdown menu, before you move the cursor, and besides that, the status modal doesn't work either.
When clicking on the "Moderate" or "Handling" or almost any other button, they disappear.
Also, the "white" box under the thumbnails looks weird, and after hovering over this box and moving the cursor, the box disappears.
And the dropdown under the "Handling" button is way off to the left, as seen on the screenshot.
Another thing is that when pressing an image, to open it in a modal window, it takes quite a long time before it opens.
And at last, when clicking the "profile button", the one on the right in the menu, it doesn't open op the dropdown menu, before you move the cursor, and besides that, the status modal doesn't work either.
Please Log in or Create an account to join the conversation.
11 years 1 month ago #166702
by 810
Replied by 810 on topic Problems with Kunena 4.0.3
looks like a jquery conflict. With multiple versions running at once.
try to delete components / com_kunena / template / crypsis / template.php line 95:
JHtml::_('jquery.framework');
And try again.
try to delete components / com_kunena / template / crypsis / template.php line 95:
JHtml::_('jquery.framework');
And try again.
Please Log in or Create an account to join the conversation.
- HardstylerDK
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 81
- Thank you received: 0
11 years 1 month ago #166704
by HardstylerDK
Replied by HardstylerDK on topic Problems with Kunena 4.0.3
This is already commented out, in the template.php.
Please Log in or Create an account to join the conversation.
- HardstylerDK
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 81
- Thank you received: 0
11 years 1 month ago - 11 years 1 month ago #166713
by HardstylerDK
Replied by HardstylerDK on topic Problems with Kunena 4.0.3
Another problem i've just found, is that when trying to moderate a topic, i get this:
500 Internal Server Error
Fatal Error was detected!
The error was detected in the Kunena Component.
Fatal Error: syntax error, unexpected 'glyphicon' (T_STRING), expecting ',' or ';' in components/com_kunena/template/crypsisb3/layouts/topic/moderate/default.php on line 62
I've just checked the line and it looks like this:
Another thing is that, inside a forum category, which is allowed to be seen by the public/guests, there is a single topic, which can only be seen if you're logged in to the website, but all other topics under the same category is visible, whether or not you're logged in.
500 Internal Server Error
Fatal Error was detected!
The error was detected in the Kunena Component.
Fatal Error: syntax error, unexpected 'glyphicon' (T_STRING), expecting ',' or ';' in components/com_kunena/template/crypsisb3/layouts/topic/moderate/default.php on line 62
I've just checked the line and it looks like this:
Code:
<input type="radio" id="radio<?php echo $glyphicon glyphicon->id ?>" name="topic_emoticon" value="<?php echo $glyphicon glyphicon->id ?>" <?php echo !empty($glyphicon glyphicon->checked) ? ' checked="checked" ' : '' ?> />
Another thing is that, inside a forum category, which is allowed to be seen by the public/guests, there is a single topic, which can only be seen if you're logged in to the website, but all other topics under the same category is visible, whether or not you're logged in.
Last edit: 11 years 1 month ago by HardstylerDK.
Please Log in or Create an account to join the conversation.
11 years 1 month ago #166717
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Problems with Kunena 4.0.3
Try line 58 to 69 to replace with that :
Code:
<?php if ($this->config->topicicons) : ?>
<div><?php echo JText::_('COM_KUNENA_MODERATION_CHANGE_TOPIC_ICON'); ?>:</div>
<div class="kmoderate-topicicons">
<?php foreach ($this->topicIcons as $id => $icon): ?>
<input type="radio" id="radio<?php echo $icon->id ?>" name="topic_emoticon" value="<?php echo $icon->id ?>" <?php echo !empty($icon->checked) ? ' checked="checked" ' : '' ?> />
<label class="radio inline" for="radio<?php echo $icon->id ?>">
<img src="<?php echo $this->template->getTopicIconIndexPath($icon->id, true); ?>"
alt="" border="0"/>
</label>
<?php endforeach; ?>
</div>
<?php endif; ?>
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.
- HardstylerDK
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 81
- Thank you received: 0
11 years 1 month ago #166718
by HardstylerDK
Replied by HardstylerDK on topic Problems with Kunena 4.0.3
That worked.
Now i've just got these anoying problems with tabs and buttons disappearing whenever i click or hover over them.
Now i've just got these anoying problems with tabs and buttons disappearing whenever i click or hover over them.
Please Log in or Create an account to join the conversation.
Time to create page: 0.236 seconds