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

Pages: 1 2 [3] 4
31
Not work.  :(

The error is called from this line

<a href="{cat_url}">{cat_name}</a><br />

each refresh changes the description of the category

32
Hello,
I found a BUG.

When i click on h.../awaiting.php the category of the image is wrong... changes each time by pressing F5

It's possible fix this error?

33
Hello, work with 1.7.10?

34
Very thanks for your bug fix

35
Mods & Plugins (Releases & Support) / Re: [Mod] Multiupload V.3.1.1
« on: July 26, 2011, 02:03:02 PM »
...Have you a solution?
Have they no longer interested?
http://www.4homepages.de/forum/index.php?topic=29816.0

I used this feature

I have a problem now as to resize the multiupload


-------------

Update

I have installed in http://multi.cripionieri.it/ a new versione of 4images (1.7.10).

I have installed *ONLY* Mod Multiupload.

When i UPLOAD two or more images the system doesn't resize the image... is normally?

36
Mods & Plugins (Releases & Support) / Re: [Mod] Multiupload V.3.1.1
« on: July 26, 2011, 09:53:22 AM »

37
But when i use multiupload don't resize...

38
goodmorning,
i have tryed this mod for 1.7.10 but {image} doesn't exist, possibile?

have you a solution?

39
hello, I do not know what to serve this mod. What is iptc?

40
Thanks to V@ano.

Work in 1.70  :D

41
Quote from: stb
2) default display resized image, but make smthn. like button "hi res" to view an original

On my site I use [Mod] Show original image in new window by clicking on image.
And this mod automaticaly copy original file to /big/ folder if the image is being resized (/big/ folder also automaticaly created if its not exist).
Just need use in Step 1. this code:
Code: [Select]
//--------------------------------------------
//--------- Auto Image Resizing --------------
//--------------------------------------------
                  if ($config['auto_image'] && !$uploaderror) {
                     $src_copy = MEDIA_PATH."/".$cat_id."/big";
                     if ($direct_upload) {
                        $src = MEDIA_PATH."/".$cat_id."/".$new_name;
                        $src_copy = MEDIA_PATH."/".$cat_id."/big";
                    }
                    else {
                        $src = MEDIA_TEMP_PATH."/".$new_name;
                    }
                    $do_resize = 0;
               if ($image_info = @getimagesize($src)) {
                       if ($image_info[2] == 1 || $image_info[2] == 2 || $image_info[2] == 3) {
                          $do_resize = 1;
                     }
                   }
                   if ($do_resize) {
                     if (!function_exists(init_convert_options)) {
                           require(ROOT_PATH.'includes/image_utils.php');
                        }
                        $convert_options = init_convert_options();
         if (!$convert_options['convert_error']) {
if ($image_info[0] > $config['max_image_width'] || $image_info[1] > $config['max_image_height']) {
$result = true;
 if (!@is_dir($src_copy)) {
   $oldumask = umask(0);
   $result = mkdir($src_copy);
   umask($oldumask);
   if (!@is_dir($src_copy) || !$result) {
     $result = mkdir($src_copy, 0755);

   }
 }
if ($result == true){
copy($src, $src_copy."/".$new_name);
}
                     $convert_options = init_convert_options();
                     if (!$convert_options['convert_error']) {
                       $quality = (intval($config['auto_image_quality']) && intval($config['auto_image_quality']) <= 100) ? intval($config['auto_image_quality']) : 100;
                      if (!resize_image($src, $quality, $config['max_image_width'], 1)) {
                        $msg .= (($msg != "") ? "<br />" : "")."<b>".$lang['file_upload_error'].": ".$new_name;
                           $uploaderror = 1;
                        }
                    }
                  }else{
                  $do_resize = 0;
                  }
                       }
                     }
                  }
//-------------------------------------------

P.S. it works on my windows system, dont know about any others :roll:



Hello V@ano, I have used this Code for 1.7.10, there are problem?

42
Hello, in 1.7.10 is fixing or not?

43
Language Packs / Re: [Language] Italian language files
« on: July 20, 2011, 09:33:45 AM »
Il pacchetto postato da lgfreeita è compatibile con la 1.7.10

==

The package write from lgfreeita is compatible with version 1.7.10

Thank you 4all

44
Goodmorning.
i have a question.

you can check or change these options from the admin panel?

45
I, riceive this error:

Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.officinadellarete.com:110/pop3/notls} in /home2/eventixt/public_html/gate/admin/plugins/eMail_upload.php on line 41

Warning: imap_headers(): supplied argument is not a valid imap resource in /home2/***/public_html/gate/admin/plugins/eMail_upload.php on line 105
1 Neue Nachrichten in mail.officinadellarete.com

Warning: imap_fetchstructure(): supplied argument is not a valid imap resource in /home2/****/public_html/gate/admin/plugins/eMail_upload.php on line 71

Warning: imap_fetchstructure(): supplied argument is not a valid imap resource in /home2/****/public_html/gate/admin/plugins/eMail_upload.php on line 71

Warning: imap_header(): supplied argument is not a valid imap resource in /home2/***/public_html/gate/admin/plugins/eMail_upload.php on line 45

Warning: imap_fetchstructure(): supplied argument is not a valid imap resource in /home2/***/public_html/gate/admin/plugins/eMail_upload.php on line 110

Warning: Invalid argument supplied for foreach() in /home2/***/public_html/gate/admin/plugins/eMail_upload.php on line 112

Warning: imap_delete(): supplied argument is not a valid imap resource in /home2/****/public_html/gate/admin/plugins/eMail_upload.php on line 152

=========

Fixed

funzione imap_open disable in the server ;)

Pages: 1 2 [3] 4