popup not working

On , in , by

Home Forums RaidPlanner Discussions Bug reports popup not working

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #189
    Anonymous
    Inactive

    Hey. 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

    #190
    Taracque
    Member

    The 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.
    #193
    Anonymous
    Inactive

    Hi,
    i have the error too.
    I’m using FF 6 and Joomla 1.7

    After 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: gast00

    #196
    Taracque
    Member

    Ok, 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.

    #198
    Anonymous
    Inactive

    hm… 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 works

    #199
    Taracque
    Member

    Shit, 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’)) {

    #201
    Anonymous
    Inactive

    ok, then i’ve done everthing right ^^

    #210
    Anonymous
    Inactive

    hmm wtf, why did my account posted this first message ?
    it wasnt me lmao

    #547
    Anonymous
    Inactive

    i 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.

    #553
    Taracque
    Member

    Can 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.
    #787
    Arkephyr
    Member

    Hi 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

    #788
    Taracque
    Member

    This 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.

    #790
    Arkephyr
    Member

    Hi,

    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

    #791
    Taracque
    Member

    You 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.

    #792
    Arkephyr
    Member

    Thanks 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

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.
 

Comments are closed.