Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
fribse2011 wrote: Hmm, I still have a problem in understanding why CB HAS to have it's own jquery, and not just rely on a plugin that loads it early on the page.
Furthermore I don't understand that I can remove the loading of the jquery from the frontend-CB, and that doesn't affect the frontend-CB functions, but doing so affects the backend, and it's in the frontend I get problems with the plupload script ( www.plupload.com/ ) that ignite uses.
And if I use a jquery load like jQuery++ Integrator by tushev.org, it solves it in the frontend for plupload (as it's loaded very early on the page), but despite me enabling it in backend also, it doesn't solve the save button not working in backend (it just changes the URL to ...#save when I press a save button).
I'm not a Joomla expert, I'm just a customer who forked out a lot of money on this extension, by far the most expensive for our very small volunteer driven diving club, and I only bought to get problems solved, so I'm getting a bit frustrated as I'm feeling like a ping pong ball.
Please Log in or Create an account to join the conversation.
nant wrote:
fribse2011 wrote: Hmm, I still have a problem in understanding why CB HAS to have it's own jquery, and not just rely on a plugin that loads it early on the page.
CB has been using jquery for a long time.
In theory there should not be a problem, but we have never tested this so we cannot really say whats wrong.
If CB frontend and backend work ok on a pure (not hacked) CB installation then something you hacked has broken it.
Yes, if I don't remove jquery from the js directory under comprofiler, backend works.Furthermore I don't understand that I can remove the loading of the jquery from the frontend-CB, and that doesn't affect the frontend-CB functions, but doing so affects the backend, and it's in the frontend I get problems with the plupload script ( www.plupload.com/ ) that ignite uses.
This might indicate that some extra problem exists and perhaps not directly related to your hack? Does CB backend work ok without your hack?
Ok, now that is good info, I'll do that.And if I use a jquery load like jQuery++ Integrator by tushev.org, it solves it in the frontend for plupload (as it's loaded very early on the page), but despite me enabling it in backend also, it doesn't solve the save button not working in backend (it just changes the URL to ...#save when I press a save button).
Means javascript is broken in backend - inspect with firefox error console.
I'm not a Joomla expert, I'm just a customer who forked out a lot of money on this extension, by far the most expensive for our very small volunteer driven diving club, and I only bought to get problems solved, so I'm getting a bit frustrated as I'm feeling like a ping pong ball.
Please understand it is virtually impossible to support hacking and modifications of code.
We are trying to help as much as possible.
Please Log in or Create an account to join the conversation.
We don't support hacks of any kind.I really don't want to hack, I'd rather not actually. But if it's the only way, then that is what is to be done.
CB already runs in a noConflict state. We can't fix other extensions failing to do so as well. CB 2.0 will better improve the noConflict state, but that still doesn't fix other extensions failing to do the same. CB isn't a small extensions. It's very large and has hundreds of plugins and many of them utilize CBs jQuery library. CBs library only loads when it's actually called so it doesn't load all the time unless something is all the time calling it.Well, I would suggest an enhancement to the CB then, further down on the roadmap, move the jquery OUT of CB, and either make your own plugin for actication of that, or rely on third-party providers.
That's great news and glad to see your issue is solved, but I still recommend they implement a noConflict state for loading their jQuery to prevent any other future conflicts. Below is how they would do it for a deep noConflict.Ignite Gallery, that uses plupload script, has saved me this morning, they changed the plupload script, so it is now loaded later on the page, and thus it will use the CB jquery for now, so I've removed the jquery integrator, and moved the CB jquery back into the correct dir, and I'm happy.
My users can now upload to a common gallery from the frontend, and that's the main deal.
Please Log in or Create an account to join the conversation.