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 - ctranter

Pages: [1] 2
1
Discussion & Troubleshooting / Re: Most recent images
« on: September 10, 2005, 04:56:20 PM »

2
Discussion & Troubleshooting / Re: Most recent images
« on: September 10, 2005, 10:55:10 AM »
Hi sorry I should have been clearer in my explaination.

Thanks for your help, I tried that though, but it didnt seem to work.

3
YAYAY!!!   :D :D found it and fixed it. Thanks so much BartAfterDark and others!


P.s. it was in thumbnial_but.html

Thakns again

4
I still cant seem to find  "<!--Comments: 0--!>" anywhere :(

5
Code: [Select]
<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td>{header}
      <table width="800" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td class="bordercolor">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td class="tablebgcolor">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="navbar" height="23">
                        <table width="100% "height="18" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td align="left" width="50%">{clickstream} </td>
                            <td width="50%" align="right" valign="bottom"> <span class="none"><img src="http://www.phtgrphy.co.uk/gallery/templates/4dark/images/browse.jpg" width="43" height="9"><a href="{url_search}" class="smalltext">{lang_advanced_search}</a> <a href="{url_new_images}" class="smalltext">{lang_new_images}</a></span>&nbsp; </td>
                          </tr>
                      </table></td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="8">
                    <tr>
                      <td width="100%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td class="row2" valign="top" cellpadding="8"><table width="100%"  border="0" cellspacing="3" cellpadding="0">
                                <tr>
                                  <td bgcolor="#FFFFFF">{if categories}
                                      <table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
                                        <tr>
                                          <td class="row2" cellpadding="0"><div align="center">{categories}</div></td>
                                        </tr>
                                      </table>
                                      {endif categories}<span class="head1">{if thumbnails}{thumbnails}{endif thumbnails} </span></td>
                                </tr>
                            </table></td>
                          </tr>
                      </table></td>
                    </tr>
                </table></td>
              </tr>
          </table></td>
        </tr>
        <tr>
          <td> </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td height="10"><div align="center">{footer}</div></td>
  </tr>
</table>

I dont think its there :(

P.S. Thanks for all your help, going to sleep now, try some more in the morning.

6
Discussion & Troubleshooting / Re: Most recent images
« on: September 10, 2005, 02:39:21 AM »
Not quite no. It stil doesnt show any images on my recent images page:

http://www.phtgrphy.co.uk/gallery/search.php?search_new_images=1

I want it to show the last few images posted, even if they are not within a week old (or whatever set in admin).

I always want to have images on that page.

7
Which file do i need to remove those bits from?

Thanks

8
ahah so i'm not crazy :D. Right now we have estalbished that, anyone know how to fix it.

9
Ok must be something wrong over here! thanks!

11
Discussion & Troubleshooting / Re: Most recent images
« on: September 09, 2005, 11:49:28 PM »
Hi i tried searching.. but I couldn't find the one you were reffering to. If you could show me, please  :P

13
Hello. My site works fine in firefox, but when viewed in i.e. It messes up.



The shot on the right is from firefox - how i want it. Any idea how i can fix it so that it is the same in both browsers?

Here is my category bit code. If it helps.

Code: [Select]
<div align="left">
  <table border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td valign="top">
        {if random_cat_image_file}<a href="{cat_url}"><img src="{random_cat_image_file}" border="0"></a>{endif random_cat_image_file}
      </td>
    </tr>
    <tr>
      <td valign="top"><a href="{cat_url}" class="maincat">{cat_name}</a>&nbsp;({num_images}) {if cat_is_new}<sup class="new">{lang_new}</sup>{endif cat_is_new}</td>
    </tr>
  </table>
  {if cat_description}<span class="smalltext">{cat_description}</span><br />
  {endif cat_description}
  {if sub_cats}{sub_cats}{endif sub_cats}
</div>

Thanks for any help!

14
Discussion & Troubleshooting / Most recent images
« on: September 07, 2005, 09:19:20 PM »
At the moment the recent image pages shows only those images marked as 'new' i.e. only 3 days old or wahtever set in admin. But I  was wondering if it was possible to make it so that the last 7 images were displayed, even if they were more than 3 days old. So there are always the most recent displayed, instead of having non shown if they are not within the 'new' image timespan.

Hope you understand. Thanks!

15
I am looking for this too. To have comments in a pop-up.

Pages: [1] 2