popup not working
Home › Forums › RaidPlanner Discussions › Bug reports › popup not working
- This topic has 15 replies, 4 voices, and was last updated 11 years, 2 months ago by
Taracque.
-
AuthorPosts
-
2011/09/27 at 14:52 #189
Anonymous
InactiveHey. I have tried to install your component on a joomla 1.7 test server: http://guildtest.cloudaccess.net/
And it is all working quite smothly 😀
But when I make a raid and want to see it in the calender view it wants to open a modal which doesn’t seem to work. Try it yourself: http://guildtest.cloudaccess.net/raid-calender.html
Please help me quickly <3
Pjort
2011/09/27 at 14:57 #190Taracque
MemberThe popup works for me on your site. Which browser are you using? (Name and version)
Do you have any JavaScript errors in browser?
-
This reply was modified 11 years, 8 months ago by
Taracque.
2011/09/28 at 13:25 #193Anonymous
InactiveHi,
i have the error too.
I’m using FF 6 and Joomla 1.7After intalling the RP the popup only opens 50% of the time.
When it opens it contains nothing.I already tried some “solutions” from your old page like
http://taracque.hu/raidplanner/raidplanner-old-page/comment-page-1/#comment-1072
but it still don’t work.At the moment i have a “solution” but i think it is a pretty dirty one.
In the file /components/com_raidplanner/assets/raidplanner.js
i commented the hole line
//if ((MooTools.version >=’1.3′) && (typeof(SqueezBox)!=’undefined’)) {
out (and the } at the end of course).if you want to test something, let me know
URL: http://www.nirraven.com/spielwiese/
user: gast
pw: gast002011/09/28 at 15:04 #196Taracque
MemberOk, I found the bug, there’s a typo in raid planner.js
Instead of
if ((RE_VERSION.test(MooTools.version)) && (typeof(SqueezBox)!=’undefined’)) {
there should be
if ((RE_VERSION.test(MooTools.version)) && (typeof(SqueezeBox)!=’undefined’)) {
(I missed a “e” in the name of Squeez*e*Box)
It’s fixed on GitHub now, thanks for the report.
2011/09/28 at 18:08 #198Anonymous
Inactivehm… interesting…
with the “fix”
var RE_VERSION = /^1.3/;
if ((RE_VERSION.test(MooTools.version)) && (typeof(SqueezeBox)!=’undefined’)) {
it doesn’t work. With the standard line
if ((MooTools.version >=’1.3′) && (typeof(SqueezeBox)!=’undefined’)) {
it works2011/09/28 at 18:40 #199Taracque
MemberShit, I copied the wrong line here, but fixed the right one in the source. The right one is:
if ((MooTools.version >=’1.3′) && (typeof(SqueezeBox)!=’undefined’)) {
2011/09/29 at 09:07 #201Anonymous
Inactiveok, then i’ve done everthing right ^^
2011/10/02 at 08:45 #210Anonymous
Inactivehmm wtf, why did my account posted this first message ?
it wasnt me lmao2011/10/29 at 20:44 #547Anonymous
Inactivei don’t know why, but on my live page i have the popup error again. i had to comment the command line out to keep it running.
2011/10/31 at 20:59 #553Taracque
MemberCan you please give the url of the live page?(I’ve found it)
Do you have javascript errors in browser? If yes, what are they?
If you can, please give me an account to your page, to check what can be wrong. Mail the account details to taracque at taracque dot hu.-
This reply was modified 11 years, 7 months ago by
Taracque.
2012/03/03 at 17:56 #787Arkephyr
MemberHi there,
I have quite the same problem as Hati.
When I click on an event, the popup loads again and again but nothing happens.
I have tried to follow some previous advice from the other users but it still doesn’t work.
I use Joomla 1.7.You can see it by yourself on http://www.thedarkenedclouds.com.
You can log in with the log ‘Test’ and the password ‘Test’.
The calendar is available in the item menu ‘Détail des Opérations’.I hope that you will be able to find a solution.
This component is just awesome !Thanks a lot,
Arkephyr
2012/03/03 at 18:59 #788Taracque
MemberThis is a javascript error, caused by mootools. You can try to update your joomla installation to the latest version (use built in updater), or as a temporal workaround you can disable popup windows in RaidPlanner.
Also, you can try to update the jquery.js file in your template (you have 1.5.2, current release is 1.7.1): download this http://code.jquery.com/jquery-1.7.1.min.js and put it into templates/starwars/ with name jquery.js.
Please post if any of the above have worked for you.2012/03/03 at 23:10 #790Arkephyr
MemberHi,
I’ve downloaded the jquery.js file 1.7.1 in my template as indicated but it still does not work.
How can I update my joomla installation ? I haven’t understood what is “using built in updater”.
For the moment, I’ve disabled the popup but it would be much better if it could work, obviously. :p
Thanks for your answer,
Arkephyr
2012/03/04 at 18:29 #791Taracque
MemberYou can update your joomla to the latest version using Extension manager.
On the administration interface go to Extensions / Extension Manager.
Click on Updates (next to Install), and click on Check updates button (upper right). You should get a list of components, languages and core that has a newer version released. (RaidPlanner also can be updated using this method)
This will update you Joomla to 2.5 which contains an updated version of the Javascript libraries. Hopefully that will fix your problem.2012/03/04 at 19:13 #792Arkephyr
MemberThanks for your explanation,
Joomla is now updated to 2.5.1 but unfortunately, the popup still does not want to open. 🙁
Any other idea ?
Arkephyr
-
This reply was modified 11 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.