I'm using a page as my homepage and would like to included on this page when new photos are uploaded. I beleive it can be done in the codeblock, but I'm not sure what the code would be to input. I've looked through the user guide and found code for comments, but not new photo items. Can anyone help?
Comments
Or you use the CombiNews mode for the news section, then new images are mixed between the normal news articles automatically as if they were articles (see the demo for an example)
Or do I need to put something else in it? I put that code in, changed <number of images> to <5>, but nothing happens.
Does is matter which codeblock it goes in? I put the comments code in codeblock2 and was going to put this one in codeblock1. If I'm not mistaken, codeblock1 appears on the right side of page, while codeblock2 shows up at bottom of page. Not sure where codeblock3 shows up.
If I can't get this to work, how would I do the other option you mentioned, add the call to one of the codeblocks myself?
You do, of course, need a real number (5) not `` that is meta notation saying put your number here.
What I'm really trying to do, for example, is put a code in codeblock1 that will display the following: "Username has added 3 photos to the album JimL" and then right below that, show the thumbnails of photos added. I don't know if I'm expecting too much. Since I'm using a "page" as my home page, when a family member adds photos, I want it displayed so everyone will know new photos were added.
I'm trying to create a family site and I'm currently using the ZPGalleriffic theme, is there another theme that might work better? thanks for the patience.
2. The addition of the username will needs customizations as that is not supported.
`
<?php
if (function_exists('printUserLogin_out')) {
printUserLogin_out(" | ");
}
?>
`
To a codeblock, then call that codeblock in the specific page I want that on and it should work?
I ask as I tried it and it did not work, but looking at the source of the page I can see the code as if it was written in plain text.
GW