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

Pages: [1] 2
1
I seem to be having a continuing issue with checking in images. These are uploaded via FTP and then when attempting to check them in I get a blank page after hitting submit. I have noticed that these images are all larger that I am having the issue with. The smaller ones will check in. For example, I had a group of 12 images and the first 3 were large, when I tried checking them all in I got the blank page, however, when I unchecked the first 3 that were over 1Mb the rest checked in perfectly.

I've had this issue in several categories and only realized today that it must be the size that is wrong. I know the server script has a huge memory limit, so I'm wondering if it's 4images that is hanging things up.

Thanks.

2
How do I easily make a page displaying all images added on one day?

I'm wanting to make daily update logs in WordPress, or just links to what was updated, but I have, as yet, not found and easy way to do it. I've been coding pages by hand, which seems a waste of time when the gallery could do it so easily. I'm looking for a way to maybe have the gallery tell me all of the day's photos with an URL that could be used to get there, or to have it spit out code for me to put in a news topic about the update.

Here is an example of a page I have done by hand in a text editor:
http://www.discoverkate.com/2006/05/06/new-set-pictures/


3
I'd like to be able to edit all of my category properties in one fell swoop. Any possibility of this? Maybe even a screen where you can select all of the categories you wish affected ... I hope this makes sense. I have a lot of categories and am making changes due to voting mod change.

4
Chit Chat / Re: site got hacked.
« on: April 01, 2006, 04:04:16 AM »
So, if you upgrade to 1.7.2 you don't have to do the three bug fixes? Am I understanding this correctly?

5
Chit Chat / Re: site got hacked.
« on: March 30, 2006, 05:27:57 PM »
Which updates or security fix prevents someone from uploading a jpg that is a script?

6
Chit Chat / Re: site got hacked.
« on: March 30, 2006, 01:21:26 AM »
I am running 1.7.1

7
Chit Chat / Re: site got hacked.
« on: March 30, 2006, 12:40:08 AM »
I've been hacked twice now. Almost exactly one month apart. Both were scripts uploaded to the gallery with .jpg extensions that pulled the ftp password for the site. After which they went in and deleted essential files and put up their hack page. Is there defense against this aside from not allowing people to upload images?

8
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: January 07, 2006, 10:12:03 PM »
I feel like I've done something obviously wrong, I've double-checked everying, I'm thinking maybe it's the potd_image.html that I messed up, so here it is. I still don't have any text showing up unless I write it in to this file manually.

Code: [Select]
<strong>{lang_potd_title}</strong><br /><br />
<div align="center"><span class="thumb">{thumbnail}</span><br />
{lang_potd_type}</div>

9
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: November 08, 2005, 09:21:24 PM »
Well, I've checked and re-checked this code, it looks like the text ought to be there, but it's just not coming up. Anything to go on as to why text wouldn't be getting pulled up by the lang tag?

10
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: November 03, 2005, 09:03:16 PM »
I just installed this mod and it's working great, except none of the language is showing up. My title is missing and the text that says how the picture was chosen. I must have done something wrong, but I've redone the language file several times now.

http://www.discoverkate.com/gallery/

11
here an example : look at the bottom of thumbs for rate form.




I really like this graphic form for the rating, does it show the current rating or what you rated it? Where can I find that mod?

12
I can't change (load) a new theme in 4images. I was hoping this was a problem that had been fixed by an updated years ago, this is the first time I've tried since then. I place the folder in the folder with the other templates and do the chmod's necessary and then go into 4images and click on load. The theme seems to be active, but the default theme is the only one showing.

The only way I've solved this before is by actually changing my theme's folder name to default.

13
I'd love to have some way to limit voters ability to vote over and over for images. I implimented a minimum number of votes for images to be in the top and now they're just voting that many times, which makes it even harder for things to more accurately reflect the whole of the members vs. just the one person who voted the 5-10 times.

14
I feel like an idiot, well, sort of. I was hoping this mod would allow users to see all images added between certain dates, but it doesn't seem to work without a search phrase. Is there a way to make it work without anying in the search box?

Kind of like the edit images works in the admin panel, which simply searches by whichever field (or fields) is filled.

15
yes, u are right, replace:
Code: [Select]
AND m.word_id = w.word_id AND i.image_date > UNIX_TIMESTAMP('".$date_start."') AND i.image_date < UNIX_TIMESTAMP('".$date_end."')with:
Code: [Select]
AND m.word_id = w.word_id AND i.image_date >= UNIX_TIMESTAMP('".$date_start."') AND i.image_date <= UNIX_TIMESTAMP('".$date_end."')

I think this is where I got the code that seems to be wrong.

Pages: [1] 2