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

Pages: 1 [2] 3 4 5
16
V@no,

If you make the first part work, autoresize and auto thumbnails after check new images. I will do the not touching my computer part  :D
That shouldn't be so hard to do.

Kind regards,
Piet

17
Discussion & Troubleshooting / Auto resizing and drop-down menu
« on: April 01, 2003, 09:26:46 AM »
point 1.
Use auto resize in the admin panel. It will check all images on there size.

Kind regards,
Piet

18
In the adminpanel I can create a new category.
This will create a directory in the web-dir of my site.

Now I wonder whether it is possible to let the program make an additional directory (with the same number) on a different (fixed) location.

So if the program makes a category 45 in
D:\sites\onsite\web\gallery\data\media

I would like the program to make a same dir in
D:\orginals\

Could somebody help me with this?
I know it has something to do with admin/categories.php but my knowledge of php is not good enough to understand the function create_cat_folder

Kind regards,
Piet

19
Thanxs V@no.

It was just what I was looking !!
Jan said earlier that it couldn't be done. But time changes everything :-)

Would be great if you could also solve my other "problem".

See: http://www.4homepages.de/forum/viewtopic.php?t=4561&highlight=

Kind regards,
Piet

p.s. we use the system onsite for events as POS-system and make about 1000-1500 pictures per photographer per day. So every step that can be automated is welcome.

20
To make it work you have to make a new {categories}.

I think it is in functions.php. Just copy the whole function and rename it to {categorie2}. Then use this in the templates and the php-files.

I don't exactly reminder how I did it but here is my result (test-site)
http://test.totaaldigitaal.nl/gallery/categories.php?cat_id=33

This way in the left colum, it shows the categories one level higher than where you are located.

I will be offline for a few days so I can't answer your questions right away. Maybe I can give you some more details after the weekend.

Piet

21
I know the functions are there.
But I want 4images to do this automatically.
We don't upload photo's, everything is copy to the right directories onsite.
The less steps we have in our workflow the better.

All tips are welcome.
And is it programwise possible to do or are there limitiations that make it a impossible mission?

22
Hello,

After coping pictures to the directories on my server, I do have to do 3 steps to make everything available.

1. Check new images
2. Resize images
3. Auto thumbnail

Now is my question.
Can I integrate these 3 steps or at least step 2 & 3 ?
So that the system automatically checks for new images in a category I select, then resize the new images and makes a thumbnail of them.

This would elimate a lot of manual work for us.

Kind regards,
Piet

23
Sorry, but I am talking about the admin panel.
There is a function to check new images, so they are available in the database.
After that you can make thumbnail and resize the pitures.

Piet

24
Nobody?

25
Hello ,

I would like to modify the function "Check new images".
At the moment you have to select a category in which you want to check.

Isn't it possible to let the script go through all categories?

Kind regards,

Piet

28
Thanks you very much.

It worked together with some extra modification in function.php.

If somebody now browses to a subcategory he/she can see the "above" categories in the left colum.

Thanks again.

Piet

29
At the moment I am trying to restyle categories.php a little bit.

Part of it is the following code:
Code: [Select]
$categories2 = get_categories($cat_id);
$site_template->register_vars("categories2", $categories2);
unset($categories2);


I am searching for a way to fill the $cat_id in this code with the value of the cat_parent_id of the category

Example:
cat_id 1 = category A: Soccer Game  
cat_id 2 = subcategorie 1: Team 1 (cat_parent_id 1)  
cat_id 3 = subcategorie 2: Team 2 (cat_parent_id 1)
cat_id 4 = subcategorie 3: Team 3 (cat_parent_id 1)

So if people are in the cat_id 2, I would like to fill $cat_id with value "1".

Does somebody know how to do this?

kind regards,
Piet

30
Discussion & Troubleshooting / Viele Bilder hochladen
« on: February 02, 2003, 11:09:26 PM »
Yes, it is possible.

First create the structure you want in your site.
Check the numbers of the directories made in the gallery program.
Make the same directories on your harddisk.
Copy the pictures into the directories.
FTP these directories to your site.
Check new images in admin-panel
Create new thumbnails in admin panel (not neccessay if you also do the same with your thumbnails as with your pictures).
Done.

Hope this helps a little bit.

Kind regards,
Piet Gerritsen

www.totaaldigitaal.nl

Pages: 1 [2] 3 4 5