We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18389
    • 169 Posts
    Yeah. I am getting the same exact thing as you on my other install.
    It’s giving the basic maxigallery thumbscontainer and all that.
    Maybe I mixed something up on the one that works.

    Looking into it now.
      www.markojokic.com
      • 10076
      • 1,024 Posts
      Could you copy the css, javascript files and the MG files from the install that does work and post them?
        • 18389
        • 169 Posts
        I found what it was.
        It’s still pulling the gallerypicturetpl file from the templates folder... don’t know why.

        I modified that adding some lines that take care of the embedtype:
          www.markojokic.com
          • 10076
          • 1,024 Posts
          hang on what s in that zip file?
            • 18389
            • 169 Posts
            That txt file should replace a maxigallery file that goes in the maxigallery/templates folder.

            It should be renamed gallerypicturetpl.html

            If you want the code itself :

            [+maxigallery.embedtype:is=`smoothgallery`:then=` 
            	<div class="imageElement">
            	<h3>[+maxigallery.picture.title:htmlent+]</h3>
            	<p>[+maxigallery.picture.descr:htmlent+]</p>
            	<a href="[+maxigallery.picture_link_url+]" title="[+maxigallery.strings.click_to_zoom+]" class="open"></a>
            	<img src="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" class="full" />
            	<img src="[(base_url)][+maxigallery.path_to_gal+]tn_[+maxigallery.picture.filename+]" class="thumbnail" />
            	</div>
            `+]
            
            [+maxigallery.embedtype:isnot=`smoothgallery`:then=`
             
            [+maxigallery.embedtype:is=`codaslider`:then=` 
            		
                    <div class="panel">
            		<div class="panel-wrapper">
                    <h2 class="title">[+maxigallery.picture.filename+]</h2>
                    <p>
            		<img src="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]"  />
            	 	</p>
                 	</div></div>
            `+]
            
            
            
            [+maxigallery.embedtype:isnot=`codaslider`:then=`
            
            <li>
            [+maxigallery.embedtype:is=`slidebox`:then=` 
            
            	<a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="lightbox_[+maxigallery.path_to_gal+]gallery">
            
            `+]
            
            [+maxigallery.embedtype:is=`lightboxv2`:then=` 
            
            	<a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="lightbox[maxigallery]" title="[+maxigallery.picture.title:htmlent+] - [+maxigallery.picture.descr:htmlent+]">
            
            `+]
            
            [+maxigallery.embedtype:is=`slimbox`:then=` 
            
            	<a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="lightbox[maxigallery]" title="[+maxigallery.picture.title:htmlent+] - [+maxigallery.picture.descr:htmlent+]">
            
            `+]
            
            [+maxigallery.embedtype:is=`popup`:then=` 
            
            	<a href="javascript:void(0);" onClick="javascript:openWindow('[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]','[+maxigallery.picture.title:htmlent+]',[+maxigallery.picture_height_normal+],[+maxigallery.picture_width_normal+],'gallery');">
            
            `+]
            
            [+maxigallery.embedtype:is=`external`:then=` 
            
            	<a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="external">
            
            `+]
            
            [+maxigallery.embedtype:is=``:then=`
            	
            	<a href="[+maxigallery.picture_link_url+]">
            
            `+]
            	
            	 	<img src="[(base_url)][+maxigallery.path_to_gal+]tn_[+maxigallery.picture.filename+]" class="thumbnail" title="[+maxigallery.picture.title:htmlent+] [+maxigallery.strings.click_to_zoom+]" alt="[+maxigallery.picture.title:htmlent+] [+maxigallery.strings.click_to_zoom+]" />
            	
            	</a>
            	[+maxigallery.picture.title:isnot=``:then=`
            		<p style="width: [+maxigallery.picture_width_thumb+]px;">
            		[+maxigallery.picture.title:htmlent+]
            		</p>
            	`+]
            </li>
            
            `+]`+]


              www.markojokic.com
              • 10076
              • 1,024 Posts
              are you doing friendly url on one of the sites?
                • 18389
                • 169 Posts
                No.
                I have never been able to do that due to my hosting. There’s probably a way but I never got into it.
                  www.markojokic.com
                  • 10076
                  • 1,024 Posts
                  Okay got it running too.
                  Bummer of a host, I changed host because of that stupid mod rewrite module.
                  But the current host is running a bad version of Mysql, so now I got menu sorting problems.
                  Allways something....

                  Now some finetunig, it s running with mofified maxigallery.class.inc.php and modified maxigallery.php
                    • 18389
                    • 169 Posts
                    Are they the ones we modified to have all of the parameters?
                      www.markojokic.com
                      • 10076
                      • 1,024 Posts
                      Yep those, still some issues, the coda slider id is now hardcoded, would be nice if that would take the id of the gallery container. For the thumbnails, I don t know yet. Would be nice if someone like doze could peak, buit maybe we ll have to wait untill it s all pollished.