Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tancred

Pages: [1]
1
Hi
I currently use a PHP script to display on my front page when other areas of the site are updated.  This script just displays the date of the file on my index page so people can see when it was lasted updated.

Do anyone know of a way to display on other pages when the gallery was last updated?  That is when new images were uploaded?  I'm not that worried about comments etc.

Thanks
Tancred

2
Thanks a lot.
Everything is working now :)
I had just assumed top.html would be for the top page - not the page of "top" images hehehe  

Thanks again
Tancred

3
Hi
I have installed 4images and everything is working well.
I am working on making minor changes to the layout.  I have changed the header_logo.gif and would like to make this .gif a link back to my blog.

I made this change to the top.html file

Code: [Select]

          <td width="6"><img src="{template_url}/images/header_left.gif" width="
6" height="60" alt="" /></td>
          <td width="405"><a href="http://tancred.net"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></a></td>
          <td width="225" align="right">
            <form method="post" action="{url_search}">
              <table border="0" cellspacing="0" cellpadding="1">


Now while that looks correct it's not showing on my pages.  Have I changed it in the right place?  Or with my very poor PHP skills am I missing something?

Any help would be great.
Thanks
Tancred[/b]

Pages: [1]