- Posts: 17
- Thank you received: 1
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Attachments appearing two times
sozzled wrote: I have not seen a live example of this problem yet
wow thats cool. beside the fact that you have answered to three problems noone asked you for why don´t you have clicked on any attachment in her forum to see it? and how does this help all others who have the same problem?
three people have now reported this inside this thread and there are at least two more unanswered threads about this topic inside this forum.
i understand that you do this for free and that kunena is freeware. i apreciate your help but a statement like "i doubt this mysterious problem exists somewhere outside your head cause i don´t have seen this..." is helping anyone. beside that i doubt that it is helpfull to anyone else than alaplume if her joomla is up to date or not. i hope you have checked that no plugin or any module she uses needs legacy support before you made that statement. thanks for looking into this...
www.pokermods.tk/index.php?option=com_ku...=4&id=3&Itemid=233#3
Please Log in or Create an account to join the conversation.
I have no doubt in my mind that this is a real problem for some people. I'm doing my best to help. Many people come to this forum and report their problems but, more often than not, it's what people do not tell us that is just as important - dare I say, more important - as what people do report to us. What I am trying to do is to find a real case where this situation can be reproduced, consistently. At this time I am only guided by static images or textual descriptions of the problem. As I've written before, I have not see a live example of this problem yet in a K 1.6.3 site and so I don't really have a lot to work with.
If you have a live example (the URL of a topic that demonstrates this case) I would be very interested to see it. I haven't seen a live example; that's what I'm saying.
It is not the moderator's job to answer questions. My role, as a forum moderator, is try to connect people with the best resources that will help them in their situation; I would ask you to keep that in mind before you launch into a broadside criticism about my helpfulness or lack of it. Thank you.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
there are several url´s in this thread linked to a thread of a forum which shows this problem. one post above yours for example there is a link... may be you try and click it one time? if you don´t have a look into it you will never see it.
however, everyone who comes across this problem, should be everyone with a yoo theme and yoo tools or a rocket theme can fix the problem himself but that´s only a hotfix. a clean solution would be be to add a config function to the backend which allows to decide wether to load the lightbox library or not. loading unecessary scripts will cause always porblems -> "Common causes of Mootools (Javascript library) issues and Kunena" .
open file /components/com_kunena/template/your_template/initialize.php
search for
replace with
that´s it. now the script isn´t loaded twice but it is still called so you can use your built in shadowbox of a rocket or yoo theme with kunena. if your theme has no initialize.php it will use the one from the default theme.
have fun and relax iron man...
Please Log in or Create an account to join the conversation.
Goes well~~~ thanks again~~
Please Log in or Create an account to join the conversation.
Forum configuration » Frontend » Look and Feel » Enable lightbox for images = No
xillibit wrote about it in msg #8 in this topic. On the one hand, vvolf69 says that was not a solution.
On the other hand ...vvolf69 wrote: ... that´s no solution. just saying. the problem is that kunena loads its lightbox script when another instance of the lightbox script is already running
vvolf69 wrote:
I am therefore puzzled by this contradiction. A configuration setting already exists. Does xillibit's solution work or not? That's what we need to know to close this topic.... a clean solution would be be to add a config function to the backend which allows to decide wether to load the lightbox library or not
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
problem: lightbox is shown twice inside kunena.
reason: lightboxscript is loaded twice. one time it is loaded by the joomla theme or a joomla content plugin and one time it is loaded by kunena. when you call the script it will respond twice.
solution: load the script only once
result: lightbox is shown only once
to answer your question:
xilibits solution doesn´t work because it is preventing kunena from calling the lightbox script. result is that you don´t have any lightbox inside kunena. it has no influence wether the script is loaded or not.
disabling the content plugin or the script of the theme which has already loaded the lightbox script is no solution either cause it would mean you don´t have a lightbox inside your content/articles anymore.
a clean solution would be an option in the backend to load or not load the lightbox script. good plugins or templates like the ones of yoo for example have this feature. however most people need a lightbox in their content AND in the forums. loading unecessary java scripts is causing a lot of problems and not the fine art of coding and in that case the script is always loaded by kunena no matter if it is used or not! even if you switch off the lightbox in the backend the script will be loaded cause the switch in the backend only has effect on wether the rel-parameter is used to call the lightbox or not.
Please Log in or Create an account to join the conversation.