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.


Topics - Mec4D

Pages: [1]
1
Installation, Update & Configuration / Upload by members
« on: January 17, 2003, 07:14:12 PM »
Hi,

I have a problem. If I try to upload anything to my gallery I don't get any problems.. but if one of my member try to do this they get a message:
Quote
Select an Image File!


I got under and try too with the same effect.. as a admin I have not problem ..

I check the category setting Upload and Direct Upload and all is set ok there..

any idea?

thank you

2
Different cat and details Templates was a great and super idea but

In /includes/functions.php

you have the path to the "download button" gif images.
Code: [Select]

 if (!check_permission("auth_download", $image_row['cat_id'])) {
    $download_button = "<img src=\"".get_gallery_image("download_off.gif")."\" border=\"0\" alt=\"\" />";
    $download_zip_button = (function_exists("gzcompress") && function_exists("crc32")) ? "<img src=\"".get_gallery_image("download_zip_off.gif")."\" border=\"0\" alt=\"\" />" : "";
    $allow_download = 0;


I use 2 different templates for image details and wish to have other buttons in the new details pages.
Where I can change the code that my new details template load my new download buttons and NOT the same as the standard details pages?

Thank you for your help,

Cath

3
I have question about the setting for users :

Allow users to edit their own images
Allow users to delete their own images


If allow to edit their image mean upload new in place of the old or?
Some members upoloaded wrong size and don't wish to remove own images cose of the comments posted already by other members so they ask me to do this..

Why the edit image don't allow to upload new version of the image of place to remove everything with? This will help me cose with more that 2600 members and almost 2500 images somethimes I get tired ;) just kidding..

Is here any solution for this.. guys?

thank you for your help,

Cath

4
Installation, Update & Configuration / POPUP Window
« on: October 09, 2002, 05:03:46 PM »
I have a little problem.
I use the pop-up window script in my galleries and don't wish that the menu ( header) are show in the pop-up  when I removed the {header} from the script (details) the layout was changed and all html setting.. so this was well bad idea to do this way.
do I need to create new template includes the header hml in the details or is there other way to show the details.html pop-up includes only the images name, image download buttons and comments.
I know this is not the standard installation but I will very happy when you can help me to get this right. I just try to reduce everything cose to much members come to visit and the server get to busy... more that 30GB per month on download...

you can check at http://www.mec4d.com/gallery/

thank you for your support.
 :D

5
Installation, Update & Configuration / THUMBNAILS AND 1.7 UPDATE Problem
« on: August 27, 2002, 02:43:53 AM »
I notice that the thumbnails generated automatic after the updates of 1.7 today change to 16 of colors....are ugly

Is that maybe a new bug?  I think well..cose this morning all was working ok and the thumbnails was really pretty good before updates.

check self least images  http://www.mec4d.com/gallery/

thank you for your fast reply and support.

6
Feedback & Suggestions / Comments Edit or Delete?
« on: August 01, 2002, 07:50:10 PM »
I have some idea for the comments of members under images.

When the members make just mistake or typo, they can't fix this or edit right now , so I have idea to set just a delete function for own comments under images of other and after delete the wrong comments they can just write new one in place of edit the old, what you think about?

I am not a php Master but well this was for sure a great solution in place to edit every time comments of  members.
I know that you can do this from the admin but with to much members this cost really time :(

Thanks!

7
I know that somebody asked about the other time that the standart so here is the code.
Original:
Code: [Select]
<?php
                    
echo date&#40;"d.m.Y, H&#58;i"&#41;; 
        ?>

New:

Code: [Select]
<?php
                    
echo date("D M d, Y g:i a"); 
        ?>


The data and time will looks like this:

Thu Jul 25, 2002 12:39 am

8
Installation, Update & Configuration / Download-counter problem
« on: July 13, 2002, 12:02:49 PM »
Hello,

One of my member notice that from the least update the gallery don't show anymore how much download was under the image, so I test self and downloaded image then refresh page and big 0, no matter how much you download the counter don't work anymore.

I really don't know where is the problem.

Thank you for your support and time.

you can test at http://www.mec4d.com/gallery/

9
GD Bibliothek

Quote
Create thumbnail for: Jogging (2creepyjog_2.gif) ....  
Warning: call_user_func() expects first argument, 'ImageCreateFromgif', to be a valid callback in /xxx/xx/xx/xx/xxx/xxx/xxxx/gallery/includes/image_utils.php on line 65

   Error creating thumbnail


Normal all works ok after I updated with least patch, but if I try to resize the old .gif or .png thumbnails I got error as above.

What is wrong? I don't have any problems with .jpg

Thank you for your support!

10
Installation, Update & Configuration / MP3 ,WAV . MIDI ?
« on: June 01, 2002, 06:53:02 PM »
Hi guys

I saw that someone was able to upload a .mp3  and .avi on other galleries.
I tried too, but still got the error.

I try to uploading midi or mp3 and nothing , this will not working, I have not problems with .swf files but well with the other media files.
WE have set up all correct and check again all to by sure before we ask here about our problem.
If you saw here any topic before about this problem, please let me know.


Thank you and please have a great weekend!

Cath

11
Installation, Update & Configuration / Any chance?
« on: May 22, 2002, 01:18:37 AM »
Hi,

I try many time to allow my users to Upload and  Direct Upload without to validate every time the images and files.
I set the Direct Upload to Users in the Category  but this not work, the images and files are well uploaded to the server but not show direct in the Gallery , I have again to accept and validate all images and files.
I try many time but this not work correct.

Thank you so much for your help

Cath :D

Pages: [1]