Hilfe bei der Einbindung von MYGallery in PHPWCMS

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
User avatar
Sauerwald
Posts: 71
Joined: Fri 14. Oct 2005, 14:19
Location: Winterberg

Hilfe bei der Einbindung von MYGallery in PHPWCMS

Post by Sauerwald »

Hallo,

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.



sezmen 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
Vielen Dank im Voraus

Markus
scraper
Posts: 30
Joined: Tue 9. Aug 2005, 08:01
Location: Belgium

Post by scraper »

Hi Sauerwald,

I'm currently writing a mod for mygallery, so that it is manageable through the backend.

I have the gallery working with the alias, but I don't like it that it has it's own administration area. Very confusing for the users.
Post Reply