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

Pages: [1]
1
Do I need al these site statistics? Blasphemy! :)

I tried using the 2.1 method you showed there, and I got a funny thing:
The media directroy returned it's size, but the thumbnail directory did not (uh, and it didn't reload any faster).

But, I tried disabling does functions, and it really cut it to 1 second!

Thanks a lot! :)

2
You got more and you live with it?  8O

I though of an idea... I should somehow isolate the "USER_INTEGRATION" part in home.php to a seperate function, even a seperate .php page, and add a link that somehow calls to that function from the admin's control panel.
Am I in the right track or way off it? :)

Thanks.


BTW, I put this question in the modification request forum, but it has been moved here.

3
Hi.

I have a pretty massive gallery, so it takes about 5-6 seconds to access the control panel (I guess it's because the statistics there).
I wanted to know if there's a way to refresh the "Whos online?" part alone in the control panel and no the whole page.

Thanks in advance,
Shachar.

4
BTW, I noticed that this feature doesn't really work on searched pictures.
Eg. if search for something (or press the "new images" for say) and you detail an image, this mod will take you back to the start, not the page you were in. :)

Any thoughts on that?

5
Excellent!

Exactly what I was looking for.

6
Perfecto!

I have no idea why I couldn't find it when I searched.

Thanks a lot!

7
Mods & Plugins (Requests & Discussions) / Return to page after view
« on: May 20, 2006, 12:41:28 PM »
I had a MOD in mind lately but I don't have any idea how to make it work. :)

When you view a picture (deatils.php) and want to go back to the category in which the picture is located, you do so by pressing the category's name in the navigation bar, but when you return to the category itself, you enter the first page.
What I wanted to do is that you'll automaticly return to the page in the category which the picture is located in (eg. page 3).

Anyone got any idea how to do so? :)

Thanks in advance!
Shachar.

8
Plugins / Re: [Plugin] Check Files on server v1.1
« on: May 19, 2006, 06:57:50 AM »
Sweeeeeet!
Very nice done!

Keep up the good work!

10
Mods & Plugins (Releases & Support) / Re: [MOD] News-RSS-Feed V.1.0
« on: May 13, 2006, 07:30:00 PM »
First of all, nice job!
I applied the MOD at my gallery and it's working fine!

I was wondering if there's a way to show new images in the RSS feed.
I know it's supposed to be a lot of work and it will flood the RSS with every new image being displayed there, so instead, is there a possibility to show on the RSS feed all the galleries that are marked as "new"?

Meaning, that the RSS feed will show every time that a gallery has being updated.


Thanks in advance!
Shachar.

11
Hey.
V@no, another one well done ;)

I have no idea why, but the MOD decided not to work for some reason, so I tried to change the following code
Code: [Select]
   if ($file_added) {
     @set_time_limit(120);
     $file['file_name'] = time().".zip";
     $file['file_data'] = $zipfile->file();
     $file['file_size'] = strlen($file['file_data']);

to this one:
Code: [Select]
   if ($file_added) {
      @set_time_limit(120);
      $file['file_data'] = $zipfile->send(time().".zip");
      exit;

I suggest that if anyone encounters an error, to try this (be sure to backup download.php, just in case).

12
V@no, thanks alot for you JS!
It works out fine for me.

I was just wondering (my JS is a little rusty), can I display a message only with the scaled image?
I added the following code to the Jpg.html:
<p align="left">This image is scaled to fit your screen, hit image to rescale to normal size</p>
before the img src
but it appears with both the scaled and original image.

Thanks.
 

Pages: [1]