ich möchte gerne auf der Seite http://www.gossengeister.de als Bilder Gallerie MyGallery einsetzen.
Nur habe ich leichte Probleme damit.
Diese Anleitung habe ich im Board gefunden, habe aber Gedankenfehler bei der Kategorie.
Auch klappt das mit dem FTP Upload nicht. ZIP ist deaktiviert.
Vielen Dank im Voraussezmen wrote:Only an addition for MyGallery in Phpwcms when you have SafeMode ON on your server. When you want to create 4 albums you have to go into the include/inc_ext/mygallery/images/ and create the folder "1","2" , "3" and "4" and chmod them to 777. So for each new album (whatever his name will be) you have to create a new folder in include/inc_ext/mygallery/images/ with the next number. Then all works fine.
Greets
SezMen
rushclub wrote:1. create a directory in include/inc_ext/ called mygallery
2. download the script under http://www.planetluc.com/scripts_mygall ... ry_1.3.zip and upload the files to the created dir
3. chmod as desrcibed in the readme
4. open gallery.inc.php
5. define $adminlogin and $adminpwd
6. define $pathtoscript (in my case: "include/inc_ext/mygallery/")
7. define $phpwcmsalias (in my case "bilder")
8. safe the changes
9. go to backend of phpwcms and define a category with an alias called "bilder" ($phpwcmsalias)
10. create a new article with a contentpart "text" and insert:
{PHP:include/inc_ext/mygallery/gallery.inc.php}
thats it
cheers
rush
Markus