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

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [Mod] Captcha can mathematics
« on: September 28, 2012, 03:29:27 PM »
Super!   :thumbup:
Наконец-то избавился от роботов-спамеров!!!

2
BIG THANKS, V@no!!!  :thumbup:

3
Thanks V@no!

Works fine in 1.7.7!
And one more question. Is there any way to link to the first image in the folder? I think may be better when last image in folder is reached then link to the first image...

I have another site with old version 1.7.1. There don't working {ifno tag}  :( 

4
In my gallery every detail viewed picture at the same time is a link to the next image in the folder.
So it so easy to view all pictures to the end of the folder simply by clicking to the image.

I have change my details.html:

Code: [Select]
<div align="center">
   {image}
       {if admin_links}<br />
           {admin_links}<br />
       {endif admin_links}<br />
   {lightbox_button}&nbsp;&nbsp;{postcard_button}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{download_button}&nbsp;&nbsp;{download_zip_button}
</div>

to this:

Code: [Select]
<div align="center">

          {if next_image_name}
          <a href="{next_image_url}" alt="{image_name}" title="{image_name}">
          {endif next_image_name}

   {image}
       {if admin_links}<br />
           {admin_links}<br />
       {endif admin_links}<br />
   {lightbox_button}&nbsp;&nbsp;{postcard_button}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{download_button}&nbsp;&nbsp;{download_zip_button}
</div>

When last image in folder is reached - nothing is happen because next_image_name is false. But I want in this case change href to {cat_url}.
How can I use if...else...endif structure here?
Or how can I use logical negation?  Something like this...  {if !next_image_name}  ?
Could someone help me?

5
Mods & Plugins (Releases & Support) / Re: [Mod] Image Annotation (Watermark)
« on: September 28, 2009, 01:35:55 PM »
How I must enter the correct path to my . ttf font file in the settings?
I put tahoma. ttf to my root directory.  But watermark doesnt appear in the images after loading.

Pages: [1]