Photolog Template Images

Very sorry, I neglected to include the drop shadow images with the Photolog template. I’ve zipped them up and you can download these here:

photologimages.zip

Just put them in the /images/ directory, or wherever you may have specified the images to be in your CSS template. (it’s assuming /images/)

How does this post make you feel?
  • Excited
  • Fascinated
  • Amused
  • Bored
  • Sad
  • Angry
This entry was posted in Uncategorized by Yoshi. Bookmark the permalink.

2 thoughts on “Photolog Template Images

  1. hi, i enjoyed your script On This Day Plugin v3.0.1 very much. it was a most well written script.

    i like to seek your help with this script. at present i am using the script under a heading as in the following:

    <h3>On This Day In The Past…</h3>

    {your script}

    the problem is that if the script does not return any entry (because for that particular day i have no previous entry), the heading still shows but no content follows and it looks awkard.

    is there anyway you can help me to modify this so much the heading will only show if there is an entry returned from your script?

    much appreciate if you can help me out. thank you.

  2. Just a bit of undocumented functions, if you use the {if no_results}…{/if} tag within the on this day plugin, that will display instead of nothing.

    So you’d have

    <h3>On this day in the past…</h3>

    {exp:onthisday}

    {if no_results}

    None found!

    {/if}

    {/exp:onthisday}

    That will look a lot better than nothing.

    as for eliminating anything outside of the onthisday plugin, that’s tough to say.