We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 27347
    • 65 Posts
    This is the code in childgallerytpl.html. The thumbs, links and childgallery titles display just fine. Only thing is that the total_pics_count doesn’t output anything. It would be nice to display how many images each of my childgalleries have. Anybody got an idea why this isn’t working?


    <li>
    	<a href="[+maxigallery.childurl+]">
    		<img src="[+phx:input=`[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]`:phpthumb=`&h=150&w=150&zc=1&q=95`+]" class="thumbnail" title="Bekijk het album" alt="Bekijk het album" />
    	</a>
    	<p style="width:150px; margin:0 auto;">[+maxigallery.pageinfo.pagetitle:htmlent+]<br />[+maxigallery.total_pics_count+]</p>
    </li>
    
      • 7923
      • 4,213 Posts
      Should be fixed in v0.6 test version.


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 27347
        • 65 Posts
        Quote from: doze at Feb 12, 2010, 05:16 PM

        Should be fixed in v0.6 test version.

        I’m running v0.6 test version but i can’t get it to work.

        Thing is, [+maxigallery.total_pics_count+] is working when it is called from inside picturetpl.html

        see: http://www.wielercomiteburgum.nl/fotos



          • 7923
          • 4,213 Posts
          Isn’t the placeholder called maxigallery.picscount


            "He can have a lollipop any time he wants to. That's what it means to be a programmer."
            • 27347
            • 65 Posts
            Quote from: doze at Feb 26, 2010, 06:03 AM

            Isn’t the placeholder called maxigallery.picscount

            OMG!! You’re absolutely right. thx
            Feeling very stupid right now.