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

Pages: 1 2 3 [4] 5
46
clipboard manipulation only available in IE, therefore, I'd suggest you use this modifications instead:

http://www.4homepages.de/forum/index.php?topic=17912.msg122677#post_rightclick

Thank you. Everything, works well.  :D

47
I'm again. I said working well because on that time I am using admin account that is why the upload successfully even the size of the image exceed the limit. I thought I am using normal account.  :?

Normal user still unable to upload image when the size exceeds the limitation. Perhaps, I need to set the size of the image in KB at very high limit so that normal user will able to upload their images?! Also affected from MOD that I had installed; Annotation, Upload Info(On upload & In detail page) ?

These an error message appeared after trying to upload image exceeds the size limit.
Quote
Error uploading image file:
blue_season-1280x1024.jpg: Image size invalid

Fyi, auto resize is working very well both user groups.

Here are my upload.php scripts at Step 2.x
Code: [Select]
  function Upload() {
    global $config, $lang;

    $this->max_width['thumb'] = $config['max_thumb_width'];
    $this->max_width['media'] = $config['max_image_width'];
    $this->max_height['thumb'] = $config['max_thumb_height'];
    $this->max_height['media'] = $config['max_image_height'];
    $this->auto_image['media'] = $config['auto_image'];

    $this->max_size['thumb'] = $config['max_thumb_size'] * 1024;
    $this->max_size['media'] = $config['max_media_size'] * 1024;

    $this->upload_mode = $config['upload_mode'];
    $this->lang = $lang;

    $this->set_allowed_filetypes();
  }

  function check_image_size() {
    $this->image_size = @getimagesize($this->upload_file);
    if ($this->auto_image[$this->image_type]) {
       return 1; //auto image is on, don't need check for anything else.
    }

Thank you.

48
Mods & Plugins (Requests & Discussions) / Re: Share User Image in Comment
« on: February 09, 2009, 08:55:27 AM »
Owh really? Okay so nevermind. Hopefully the mod will exist soon.  :mrgreen:

I am gonna install Private Messaging perhaps its will help user to share their images out there.

That was so cool and released my tension because of your explanation. Thumbs up to all of you!  :D

49
V@no, you are such a great man. Now, everything is working well. Just now, installed fresh 4images 1.7.6. Thanks for your support.  :D

50
Mods & Plugins (Requests & Discussions) / Re: Share User Image in Comment
« on: February 09, 2009, 07:00:16 AM »
Please show me the code or mod that need to be install. I have searched all over the place but didnt find any similar issue.

See my design above to understand the details.

Thank you.

51
Owh no! I have installed AutoImage Resize but I am not realized that my users cannot upload image when the image size exceeds the limit. BUT admin is able to upload even the image is bigger than the limit and automatically resize? How this not happend to my user?

Please help me guys and gals.

Thank you.

52
Hi,

May I know how to make the highlighted code copy to clipboard? This is because as common the web is protected by no-right-click.  :?:

Thank you.

53
Hi V@no!

It getting better now. It works! I've missed many step actually.

Thanks alot.

Btw, may I know do you have a MOD about placing user's image thumbnail into comment? I have searched around but didnt find it. mawenzi have told me you have bb-code snippet etcetera? My thread about this issue is http://www.4homepages.de/forum/index.php?topic=24099.msg131983#msg131983

Thanks again!

54
Mods & Plugins (Requests & Discussions) / Re: Share User Image in Comment
« on: February 07, 2009, 04:36:22 AM »
The url you quoted above is showing your post in this thread, isnt it? You means V@no has produced MOD similar to this issue?

Fyi, I am also a beginner user for php as well as 4images thus I am not good in changing script or replacing code etcetera. Hope you can show I little bit about the code. Sorry if I've make you trouble. :)

I have searched just now and found this thread http://www.4homepages.de/forum/index.php?topic=17911.0
Is it the same like mine?

Thank you.

55
You should see my settings and I think everything is set as suggested. Maybe, you should check.

Go here:

I have missed something in the scripts and just now replaced and edited upload.php and member.php as recommended. (Newbie, confused with Insert 'below'/'above') :D

After configured, then I've just discovered that Guest is not allow to upload exceeding size or dimensions limit whereas Registered users have an access to upload exceeding the size and the dimensions limit. Supposed Registered user's image will auto resize during uploading process.

What is my problem here?

Thank you.

56
Mods & Plugins (Requests & Discussions) / Re: Share User Image in Comment
« on: February 06, 2009, 06:27:57 PM »
I think that is not quite same, that one is quite hard to make it like that.

Mine is just using uploaded image in 4images and drop down a thumbnail into the comments for sharing image together. Thats all.

Just finished designing for you to see clearly about my imagination. Take a look at the attachment below.


Btw, thanks mawenzi for continuos support! You are such a star.

57
Mods & Plugins (Requests & Discussions) / Re: Share User Image in Comment
« on: February 06, 2009, 09:26:33 AM »
It looks like for an Intermediate to Advance users. For beginner, I think this is something that might confuse and complicated for them. Is there any other techniques to browse user's uploaded images in pop-up window and select an image to add thumbnail to the comment? Because I want it to be a user friendly.

I have searched but didnt find.

I've checked for All Comments but there is no function like that plus too many info for one image. I want it to be as simple as it can. Upload picture and communicate via comment that have an ability to insert user's images (thumbnail)

58
Sure! I thought you have an access to see my gallery.

The gallery is at http://www.jumalee.com/gallery1

 :D

p.s Perhaps, need to use the manual technique which using an Admin Auto-Image-Resizer.
p.s.s Help me with your related MOD please, Re: Share User's Image in Comment

Thank you for your response!

59
Oh no. And no.

I have follow your Step 2 and 2.2 but the problem is seems like that. The uploaded image is NOT resize automatically. Please, why?

Info:
4images Version: 1.7.6
Linux Hosting
GD installed (Imagemagick, Netpbm are not installed)

Thank you.

60
Why got error etc when extracting the archive? I am using Winace. But the extracted files is inside the dir but I do not know whether 100% ok or not. Please, share with me the normal one. Thank you.

Pages: 1 2 3 [4] 5