We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18389
    • 169 Posts
    I like the chalkboard arrows on that link!

    do you know how to incorporate other java galleries into maxigallery?
    smoothgallery already is... I am not a programmer so I don’t think I can handle it at all, but it doesn’t look to hard for someone who is a little savvy.

    I love maxigallery because a user can do it all on the front end.
      www.markojokic.com
      • 10076
      • 1,024 Posts
      Hi,

      I think MaxiGallery will no longer evolve to much anymore. Check the stickys in the MG forum.
      The smoothgallery was integrated by Doze, I just managed to integrate that "seperate the info" div.

      I have to dissapoint you, I am no coder myself.
        • 18389
        • 169 Posts
        I had read something at one point a while ago that Doze was going to work on a version for Revo or maybe that was just a dream....

        I may attempt something crazy on my own and try to integrate another gallery type into maxi.... this is gonna be one of those nights.

        Let you know if I have any success. Going to basically copy and paste stuff around and see what happens, heheh.
          www.markojokic.com
          • 10076
          • 1,024 Posts
          Doze has allready created something for Revo, no?
          Look, integrating a Jquery or other javascript menu in Modx is not a problem. The problem is getting it so that you don t need to hardcode stuff. But have it generated by the snippets that exist. Let me know if you have an idea, so we can try together, I am a master in copy pasting, wink

          fr.
            • 22840
            • 1,572 Posts
            @duke57

            As far as I can remember the modx version you are using used Mootools JavaScript library, so if the slide show you are using uses jquery you may have to run it in no conflict mode.
              • 18389
              • 169 Posts
              I don’t know if it was Doze that did Gallery for Revo. I have been sticking to Evo because of the early stages of Gallery and lack of front end editing like Quick Manager.

              Exactly though, get it so I don’t have to hard code anything. The maxigallery snippet is awesome for that.
              I have an idea for how to do it... and I have NO idea at the same time.

              Lines 646 - 649 of maxigallery.class.inc.php

              //smoothgallery scripts
              		$smoothgallery_css_link = '<link rel="stylesheet" href="' . $modx->config['base_url'] . MAXIGALLERY_PATH . 'smoothgallery/css/jd.gallery.css" type="text/css" media="screen" />';
              		$smoothgallery_script_link1 = $modx->config['base_url'] . MAXIGALLERY_PATH . 'smoothgallery/js/mootools.js'; 
              		$smoothgallery_script_link2 = $modx->config['base_url'] . MAXIGALLERY_PATH . 'smoothgallery/js/jd.gallery.js';


              copy and paste this and then modify it to the appropriate "other" java gallery ... ?

              Looking through more files, I see that this kind of thing would have to be done in quite a few places.

              um.... anyone out there huh some hints?
                www.markojokic.com
                • 18389
                • 169 Posts
                paulp,

                that would be something I might have to deal with later... I am far from that still though.

                forgot to add the info:

                Evolution 1.04
                Maxigallery is only available for Evo
                  www.markojokic.com
                  • 10076
                  • 1,024 Posts
                  Quote from: markoj at Oct 18, 2010, 03:55 PM

                  I don’t know if it was Doze that did Gallery for Revo. I have been sticking to Evo because of the early stages of Gallery and lack of front end editing like Quick Manager.

                  Exactly though, get it so I don’t have to hard code anything. The maxigallery snippet is awesome for that.
                  I have an idea for how to do it... and I have NO idea at the same time.

                  Lines 646 - 649 of maxigallery.class.inc.php

                  //smoothgallery scripts
                  		$smoothgallery_css_link = '<link rel="stylesheet" href="' . $modx->config['base_url'] . MAXIGALLERY_PATH . 'smoothgallery/css/jd.gallery.css" type="text/css" media="screen" />';
                  		$smoothgallery_script_link1 = $modx->config['base_url'] . MAXIGALLERY_PATH . 'smoothgallery/js/mootools.js'; 
                  		$smoothgallery_script_link2 = $modx->config['base_url'] . MAXIGALLERY_PATH . 'smoothgallery/js/jd.gallery.js';


                  copy and paste this and then modify it to the appropriate "other" java gallery ... ?

                  Looking through more files, I see that this kind of thing would have to be done in quite a few places.

                  um.... anyone out there huh some hints?

                  I guess it wasn t doze, anyway lets create a new threat in the MG support bit. That gets us somewhere sooner I think no? We might get dozes attention. hehe. I ll create a new one right now, here!