Fork me on GitHub




(1) 2 »


Inbetween
Régulier
Inscrit: 09/07/2005 14:15
De Les Sables 85
Messages: 159
Salut à tous,

Y a t'il un moyen d'avoir dans Inbetween un gestionnaire d'image, un peu a la manière de celui ci

Open in new window

plutôt que celui là

Open in new window

c'est plus pratique.

Ou bien j'ai oublié de paramétrer quelque chose

merci

Posté le : 05/03/2006 16:07

Mac OS X Version 10.4.5 * 2x2 GHz PowerPC G5
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Régulier
Inscrit: 22/02/2004 21:24
De Paris
Messages: 123
Il faut que tu regarde ibrowser et iManager.

Tu va dans les préférences et tu selectionne les "extensions actives".

Ensuite tu vas dans les barres d'outils et tu met les icones qui vont bien.

La tu as des gestionnaires d'image élaborés.

MB.

Posté le : 05/03/2006 17:12
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Régulier
Inscrit: 09/07/2005 14:15
De Les Sables 85
Messages: 159
Salut Mibag

Effectivement après avoir posté, j'ai vu ça par contre dans l'affichage de iManager, en haut de la fenêtre je remarque qu'il y a indiqué: " directory error" !? et en plus de ça sur les infos photos il y a un gros GD mais j'ai préféré installer Imagemagick.

Donc j'ai un soucis sur les dossiers (droits) ?? pourtant en 777
et trouver le fichier de config pour valider Imagemagick !

Si QQun a une idée .
merci

Posté le : 05/03/2006 20:59

Mac OS X Version 10.4.5 * 2x2 GHz PowerPC G5
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Semi pro
Inscrit: 21/11/2004 17:40
De Un petit coin de Belgique
Messages: 826
pour le directory error, c'est surement du au problème que xoops n'est pas installé à la racine de ton site, il faut donc dans la config de inbeween configurer le sous répertoire dans lequel tu as installé Xoops..

Bien que j'ai pas encore trouvé comment le fixer non plus...

Posté le : 05/03/2006 23:54

Edité par satanas sur 06/03/2006 00:25:40
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Régulier
Inscrit: 28/02/2006 19:55
Messages: 103
If you get a directory error, then must define the folder in which your xoops resides. In seldom cases (like in my local xampp-enviroment) the server root is not the same as the xoops root. This means for my case: If I browse http://localhost I get the xampp configuration, but my test-xoops resides in a folder called "blabla", so I have to type in http://localhost/blabla/ to come to my xoops.

Therefore I have to go inbetween's preferences and have to define /blabla as the subdirectory there.

GD or ImageMagick? Normally there is an auto-detect of these libraries, but maybe the path to ImageMagick is wrong, so you have to define it in inbetween / editor / plugins / ibrowser(OR)imanager / scripts / phpThumb / phpThumb.config.php. Snip:
// ImageMagick configuration
// If source image is larger than available memory limits as defined above in
// 'max_source_pixels' AND ImageMagick's "convert" program is available, phpThumb()
// will call ImageMagick to perform the thumbnailing of the source image to bypass
// the memory limitation. Leaving the value as NULL will cause phpThumb() to
// attempt to detect ImageMagick's presence with `which`
if (strtoupper(substr(PHP_OS03)) == 'WIN') {
    
// Windows: set absolute pathname
    
$PHPTHUMB_CONFIG['imagemagick_path'] = 'C:/Program Files/ImageMagick-6.2.3-Q16/convert.exe';
} else {
    
// *nix: set absolute pathname to "convert", or leave as null if "convert" is in the path
    //$PHPTHUMB_CONFIG['imagemagick_path'] = '/usr/local/bin/convert';
    
$PHPTHUMB_CONFIG['imagemagick_path'] = null;
}
$PHPTHUMB_CONFIG['prefer_imagemagick'] = true;  // If true, use ImageMagick to resize thumbnails if possible; if false only use ImageMagick if PHP memory limit is too low.

Posté le : 06/03/2006 07:22
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Régulier
Inscrit: 09/07/2005 14:15
De Les Sables 85
Messages: 159
Hi

I'm on OSX and Imagemagick works well with xoops.No with Inbetween.
Which file I must modify?

thanks

Posté le : 06/03/2006 08:32

Edité par pwmac sur 06/03/2006 10:02:00

Mac OS X Version 10.4.5 * 2x2 GHz PowerPC G5
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Régulier
Inscrit: 28/02/2006 19:55
Messages: 103
Citation :
GD or ImageMagick? Normally there is an auto-detect of these libraries, but maybe the path to ImageMagick is wrong, so you have to define it in inbetween / editor / plugins / ibrowser(OR)imanager / scripts / phpThumb / phpThumb.config.php.


// ImageMagick configuration
// If source image is larger than available memory limits as defined above in
// 'max_source_pixels' AND ImageMagick's "convert" program is available, phpThumb()
// will call ImageMagick to perform the thumbnailing of the source image to bypass
// the memory limitation. Leaving the value as NULL will cause phpThumb() to
// attempt to detect ImageMagick's presence with `which`
if (strtoupper(substr(PHP_OS03)) == 'WIN') {
    
// Windows: set absolute pathname
    
$PHPTHUMB_CONFIG['imagemagick_path'] = 'C:/Program Files/ImageMagick-6.2.3-Q16/convert.exe';
} else {
    
// *nix: set absolute pathname to "convert", or leave as null if "convert" is in the path
    
[b][color=ff0000]$PHPTHUMB_CONFIG['imagemagick_path'] = '/usr/local/bin/convert';[/color][/b]
    [
b][color=ff0000]//[/color][/b]$PHPTHUMB_CONFIG['imagemagick_path'] = null;
}
$PHPTHUMB_CONFIG['prefer_imagemagick'] = true;  // If true, use ImageMagick to resize thumbnails if possible; if false only use ImageMagick if PHP memory limit is too low.


I must confess, that I never worked with ImageMagick, because GD 2.x was always sufficient for my needs.

Posté le : 06/03/2006 10:06
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Régulier
Inscrit: 09/07/2005 14:15
De Les Sables 85
Messages: 159
Thanks

I found it, but don't working.

Always the same problem:

directory error and no GD

cache, temp, image = 777

maybe this: /usr/local/bin or /sw/bin ???

Posté le : 06/03/2006 10:56

Mac OS X Version 10.4.5 * 2x2 GHz PowerPC G5
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Régulier
Inscrit: 28/02/2006 19:55
Messages: 103
Is your site local or on the web? If on the web, dDo you dare to give me admin-access to your xoops and ftp-access to your site? Ask patz if I am trustful.

Posté le : 06/03/2006 11:02
Partager Twitter Partagez cette article sur GG+
Re: Inbetween
Régulier
Inscrit: 28/02/2006 19:55
Messages: 103
MOOOOOOOOOOOOH!

This is a lesson that has to be learned. Always have a good documentation.

The reason for the directory error was that he defined an upload path in inbetween's preferences, but this directory was physically NOT on the server.

The upload directory MUST be there and chmodded to 777 BEFORE using ibrowser or imanager.

But nevertheless GD is missing and therefore you have to know the exact path to ImageMagick in order to adapt the path in the phpThumb.config.php.

The upcoming version will have the latest phpThumb-version with a better GD-and-switch-to-ImageMagick-detection (that is what they promised at their changelog).

Posté le : 06/03/2006 12:08
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant
(1) 2 »



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

174 Personne(s) en ligne (143 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 174 | Plus ...