Less than 4 albums, no display, or not all albums shown…
-
Dwain,
Please look at the code starting on line 115 of albums.php which looks like this…
//print output if(rowItemscnt==4){
That section of code needs a rewrite. Because of this, FB fan pages with less than 4 albums will show nothing. Also, fan pages that do not have a number of albums that are a multiple of 4 will be missing albums. This is because you are only outputting the value of
curhtml
inside theif(rowItemscnt==4)
block of code.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Less than 4 albums, no display, or not all albums shown…’ is closed to new replies.