Hi I'm just messing around with the Album.php trying to specify a specific album id which I've done with an else if statement but now I've done that I want to make the if statement target the album with the id set as well as all the children within the that id. and I'm stumped... I'm very new to php might I add
this is what I have so far.
[displays album image layout with modifications]
[displays album image layout default]
For some reason its deleted my post so here it is again.
I am trying to create different layouts of the thumbnail display for a specific album which I have done. but I want to also target that albums children folders as well?
I might add I am quite new to php so any help would be much appreciated.
`
[outputs full images]
[outputs thumbnail images]
`
Quote:For some reason its deleted my post so here it is again.
Which is explained right below the post form!!! Does no one read that?
The id is actually not the unique value to check for, that would be the name of an album. Please read the theming tutorial and the object model tutorial if you haven't already.
Also note that hte next release will feature a plugin to allow separate theme pages for this purpose as well. You can try that on the nightly builds if you like.