ZenphotoCMS Forum
can I insert ad between two rows albums? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: can I insert ad between two rows albums? (/thread-7538.html)



can I insert ad between two rows albums? - cqboy2003 - 2010-08-28

for example,my index has 4 rows albums ,I want insert ad between two rows albums?




can I insert ad between two rows albums? - acrylian - 2010-08-28

Count the albums within the next_album loop and insert the ad after the 2nd album.




can I insert ad between two rows albums? - cqboy2003 - 2010-08-29

thank you,but what's the php code?




can I insert ad between two rows albums? - acrylian - 2010-08-29

Set a variable like $count=''; before the loop and then put ´$count++;` within the loop. Then check if $count is 2 and put out your ad. That's it.

This is really basic php basics. You should really consider learn a few things, there are a lot places on the web to do so.