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

Pages: [1] 2
1
Mods & Plugins (Requests & Discussions) / Re: javascript resize?
« on: March 17, 2007, 02:29:48 AM »
Here's ultimately what I ended up doing, so that a wallpaper on my site wouldn't take up 2 monitors worth of real estate:

in your template's directory, there's a folder /media/  open it, and edit the image media types to:


<a href="{media_src}"><img class="imagesize" src="{media_src}" border="1" alt="{image_name}"/></a><br />

then, in your style.css for your template, add this to the very end:

.imagesize
{
vertical-align: text-top;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #333;
max-width: 750px;
width: expression(this.width > 750 ? 750: true);
}



then you should end up with images that only take up 750 width, and have a link to the 'full' version.  Sadly, you're not saving any bandwidth, because all you're doing is loading the original larger image in a smaller area.  It works for me though. 

disclaimer: I found the code / method via google, so I can't really offer too much help with it.

2
Mods & Plugins (Requests & Discussions) / Re: javascript resize?
« on: February 13, 2007, 09:25:34 PM »
I've been looking for this exact thing for ages as well, anyone have any idea on the matter?

3
Mods & Plugins (Requests & Discussions) / Re: Display statistics on index?
« on: February 06, 2007, 09:57:35 PM »
search does not work all that well, also the link that you posted doesn't do what the OP is asking for...

4
mawenzi:

when searching the forums, this post is the only one that has that text in it.  Can you be more specific on where the mod is?

5
Installation, Update & Configuration / Re: Adding images to the RSS feed
« on: December 18, 2006, 02:32:34 AM »
would be awesome if you could do this, I'm going to crack open the code tonight and muck around with it, if I get a working solutions, I'll post back to ya.  Sadly, this is going to be like a mechanic trying to make a gourmet cake, lol.

6
I have a gallery of about 70,000 images that I've uploaded using the batch import plug-in (http://www.4homepages.de/forum/index.php?topic=2164.0

The only problem is that that particular plug-in didn't make any thumbnails, which I didn't think would be a problem, cause I knew about the autothumbnailer feature.  After I was done importing all 70k images (with over 8000 categories), I found that I would have to manually forward the thumbnailer page every 10 images.  I'm able to get it up to 100, but anything more then that, and I get page time outs.

So, my question is, has anything found a solution for automatically adding in this many thumbnails at once?  If possible, I'd like something like the "batch import" plug-in does, with the javascripted "next set" option.

(www.comiccovers.com)

7
using the "batch import" plug in that V@no mentioned:

make all the directories that you'll want created, in the structure that you want on your local machine.  Then upload those empty directories to the directory on your site that you have selected as the import location for the "batch import" plug-in.  The plug-in will then "import" all of those directories into your database. 

When you are done, make sure to delete the files/directories in the import location folder.

8
Installation, Update & Configuration / Re: Limited keyword list?
« on: October 08, 2006, 07:38:17 PM »
This sounds like something I would be incredibly interested in as well, anyone with coding knowledge want to give it a crack?

9
Anyone have any suggestions for an image gallery that will support category searches?  I'm flabbergasted that 4images doesn't support this very basic feature

10
it's been a couple days, and no replies.  Has no one seriously figured out how to search the category names?  Is there a lmitation that I'm not aware of?  This is something that is desperately needed in a picture gallery, and I'm shocked, SHOCKED, that a category search isn't included.

Let me remind you. I am SHOCKED   :lol:

11
Feedback & Suggestions / Re: Complaint/Suggestion
« on: July 15, 2006, 05:52:10 AM »
Holy crap, i thoguth DE meant Dutch or something like that, very funny!

12
This is definately a must have for any image gallery. As it is now, the entire thing is broken. 

I second this request!

How soon until this is put together?

13
I'm looking for this mod too, anyone ever come up with one that does this?  I dont' care about the file names, I just want to search the category names...



14
Oddly enough, when I searched for downloading a category, the mod didn't come up, but this thread did...thanks for the post woraini

15
FAQ, Tips / Re: Can I use FTP to batch upload images?
« on: July 13, 2006, 06:21:27 PM »
Ok, so I have a gallery sitting on my local machine that has 1500 different folders, with about 20,000 images.  How do I get those pictures on the server?  Doing it manually like this is going to take me a couple weeks of work.

Is there anyway for the import to recognize the directory names, use that as the category, and then rename the folder to the name/number it needs to be?

my site : http://www.secretfilesandorigins.com

Pages: [1] 2