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 - The Tester

Pages: [1]
1
Discussion & Troubleshooting / Re: Renaming filename on upload
« on: January 10, 2007, 10:27:02 AM »
Isn't there really anybody that could help me? I really need this thing. :(

2
Discussion & Troubleshooting / Renaming filename on upload
« on: January 07, 2007, 04:41:05 PM »
Is it possible to auto-rename thumb name on upload? For example...I have file named test.jpg and after it's uploaded I'd like to have thumb named same as a number at end of details.php?image_id=NN, so it should be named data/thumbnails/1/NN.jpg not data/thumbnails/1/test.jpg.
I need this for some experiments with gallery, so I don't think someone did this already...If someone know how to do this please share this knowledge :P

3
Discussion & Troubleshooting / Re: Thumbs above image
« on: January 03, 2007, 02:49:39 AM »
Ok. Great! Thx. :D It's work. I have to add one line because your code do:
<<prev <<current>> next>> next>>>>
and it suppose to do:
<<<<prev <<prev <<current>> next>> next>>>>
So templates/your_template/details.html should have this line too:
Code: [Select]
<td align="left" class="row2">{if prev1_image_name}{lang_prev1_image}<b><a href="{prev1_image_url}"><img src="{prev1_thumb_file}" border="0" alt="{prev1_image_name} image"></a></b>
                {endif prev_image_name}</td>

But it works just like I want it. :)

4
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: January 02, 2007, 09:19:57 PM »
I'm also looking for this MOD. So it would be great if someone could give the instructions here for everyone. Maybe some people that are using it, could show what we need to modify?
From what I see at least mawenzi is using this MOD and he is active on forum...So?

5
Discussion & Troubleshooting / Re: Thumbs above image
« on: January 01, 2007, 02:35:56 AM »
Um...I told you that I saw this...and besides...How this can help me anyway? Maybe there is something wrote and I don't see it?

Edit: Sigh...and there was some post before mine...If someone is using such mode like I need then it would be great if that person could share it here. :P

6
Discussion & Troubleshooting / Re: Thumbs above image
« on: January 01, 2007, 02:06:13 AM »
Yea but only a little. There's one dead link and one solution that not resolve exactly my problem. From this solution I can turn on one thumb for previous and next:
{prev_image_url}{current_image}{next_image_url}
But I need something like this:
{prev_prev_image_url}{prev_image_url}{current_image}{next_image_url}{next_next_image_url}

I'm pretty sure that this can be done via current php code but I'm not php expert...I can edit php when someone point me where and how and that's it. :D

Edit: I just checked gallery that you have in your sig and there is this thing that I want...For example here: http://klick.kl.funpic.de/details.php?image_id=3221

7
Discussion & Troubleshooting / Thumbs above image
« on: December 31, 2006, 06:41:54 PM »
Hello
I've tried to find something like this thing that I'll try to describe here but I couldn't...Maybe because I don't know how to name it properly ;)

I wonder what should I change in files to get something like this:

When I click to see whole image I would like to have previous and next images above one that I'm currently watching. but not only one for previous and one for next but more. I don't know exactly how much...I must test it before i decide but it need to be at least 4 (2 for previous and 2 for next). I hope you've understand what i meant. :P

Pages: [1]