|
|
| Joomla with Community Builder and ImageMagick |
|
|
|
| Written by Bart Dorlandt |
| Monday, 15 January 2007 11:34 |
|
Since a short while I'm starting to work with joomla. I found a nice package called Community Builder. This package could use ImageMagick, NetPBM, GD1 or GD2. I'm running OpenBSD 4.0 and for some reason it cannot find it. ImageMagick is configured within the chroot /var/www. (I also use gallery2 so) To use imagemagick with Community Builder you'll have to edit the following file: /administrator/components/com_comprofiler/imgToolbox.class.php
execute the following line in vi so every word convert will be changed to /usr/local/bin/convert. :%s/convert/\/usr\/local\/bin\/convert/
|
| Last Updated on Saturday, 01 December 2007 22:09 |


