new Module: pixaco picture submit

boelkstoff

Joined: 2006-04-18
Posts: 3
Posted: Tue, 2006-04-18 22:02

Hello.
Today I played around with my pictures and found pixaco where I can print my pictures for less money.
Since there is no Module yet, I copied the phoaccess Module and changed it, so it will work with pixaco.

Where can I now submit this, so that other user can use it and other (more advanced) developers can continue development??
I am very new to gallery, I am using it since 3 weeks and this is the first time I worked with the api, so it might be not the best sourcecode, I also did NOT do a lot of testing.

Thank you

Phil

P.S. Version 1.00 attached.

AttachmentSize
pixaco.zip12.08 KB
 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2006-04-19 06:03

post your module as an attachment here in the forums and add an entry for it here:
http://codex.gallery2.org/index.php/Gallery2:User_Contributions
thanks!

 
boelkstoff

Joined: 2006-04-18
Posts: 3
Posted: Wed, 2006-04-19 09:03

Hello.
This module is for ordering images in your cart via http://www.pixaco.de.
It is using the httpbridge of pixaco and calling the remote page for every picture in the cart.
After finish you will see your order cart at pixaco.

When using the httpbridge there is also the option to have your own title and logo at pixaco, but I did not figure out yet how the user can put in custom text in the gallery admin setup. So if anybody knows, let me know.

The german documentation for the httpbridge can be found here:
http://images.pixaco.com/photobridge/httpbridge-DE.pdf

Thank you very much
Phil

 
bronic

Joined: 2005-10-01
Posts: 5
Posted: Sun, 2006-04-23 12:39

Hi,
i try out your module, but it doesn't work. My Cart at Pixaco are always empty. The printing on shutterfly.com works and photoworks failed.

My Gallery:

2.1.1 Multisite - Installation

sorry for my BAD english

 
proxy

Joined: 2005-10-17
Posts: 80
Posted: Sun, 2006-04-23 13:17

Hi,

i also tried it and had the same problem.

As long as there is no modul for pixaco you can use this: http://gallery.menalto.com/node/48076

It works fine and the chart opens in an extra window.

Regards,
Sascha

 
bronic

Joined: 2005-10-01
Posts: 5
Posted: Sun, 2006-04-23 13:53

i try the module now in standalone-installation and the problem is the same.

 
alkibiades

Joined: 2006-04-18
Posts: 2
Posted: Tue, 2006-05-02 16:39

didn't work for me either. same problem as mentioned above:

bronic wrote:
My Cart at Pixaco are always empty.

I would really appreaciate somebody being able to fix the module (btw: in gallery 1.5.x pixaco integration worked perfectly)

cheers'
alkibiades

 
thuhn01

Joined: 2006-05-08
Posts: 9
Posted: Mon, 2006-05-08 15:00

Please can you tell me when your module is working with gallery2.1.1?

The workaround at the bottom is working, but its easier to use the buildin cart functions than uploading every single picture to Pixaco.

THX

 
pixaco

Joined: 2006-05-09
Posts: 1
Posted: Tue, 2006-05-09 08:07
 
udu

Joined: 2005-11-10
Posts: 5
Posted: Tue, 2006-05-09 08:48

hi pixaco
i downloaded the plugin. is there a readme how to install it?
rgds urs

 
bronic

Joined: 2005-10-01
Posts: 5
Posted: Tue, 2006-05-09 10:11

This "new" plugin looks like the module from boelkstoff.

I have install this "new" plugin (copy into modules-folder) and it doesn't work too.

@pixaco: in your gallery (@ http://www.dithbuero.dyndns.org) work the plugin correct. Can you tell us, how you are installed this plugin?

 
boelkstoff

Joined: 2006-04-18
Posts: 3
Posted: Tue, 2006-05-09 10:27

Hello.
Sorry but currently I dont have much time.
I have tested this module and it worked, but the next day it did not anymore.
I dont know why.
I did everything how the API of pixaco is saying, but it is not working.
Maybe I find some time to finish it and get it to work

 
thuhn01

Joined: 2006-05-08
Posts: 9
Posted: Tue, 2006-05-09 14:21
bronic wrote:
This "new" plugin looks like the module from boelkstoff.

I have install this "new" plugin (copy into modules-folder) and it doesn't work too.

@pixaco: in your gallery (@ http://www.dithbuero.dyndns.org) work the plugin correct. Can you tell us, how you are installed this plugin?

Hello,
it IS basically the module from Boelkstoff as i described on my homepage.
But there were some little errors and unused code. So, perhaps he couldnt see that the parameter "url$i" was not present in his code. And some littel other mini-errors. So i didnt change his copyright notice from his to mine name. He did the most work on it.

To install u have to copy it to gallery2\modules, install and activate it under "site admin" (u find it under commerce/pixaco) and check if your "short url" module is active.
I dont know which of the checkboxes it must have, i have all checked :)

 
thuhn01

Joined: 2006-05-08
Posts: 9
Posted: Tue, 2006-05-09 14:27
bronic wrote:
This "new" plugin looks like the module from boelkstoff.

I have install this "new" plugin (copy into modules-folder) and it doesn't work too.

@pixaco: in your gallery (@ http://www.dithbuero.dyndns.org) work the plugin correct. Can you tell us, how you are installed this plugin?

And: Please dont use the link above, perhaps you wont find the gallery :) Its my Forum what you will find there
Use for testing the following link:
http://www.dithbuero.dyndns.org/gallery2/main.php

 
bronic

Joined: 2005-10-01
Posts: 5
Posted: Tue, 2006-05-09 15:26

I have found my problem. I dont have activate the "short url" module in the gallery and the apache-module "mod_rewrite".

I have now activate the mod_rewrite Module in my Apache-Conf. And add follow lines to my Webpage-Conf

<Directory "/var/www/bla/bla">
AllowOverride All
Options +FollowSymLinks +SymLinksIfOwnerMatch
</Directory>

and now it works! Thanks @ thuhn01

 
thuhn01

Joined: 2006-05-08
Posts: 9
Posted: Tue, 2006-05-09 15:57
bronic wrote:
I have found my problem. I dont have activate the "short url" module in the gallery and the apache-module "mod_rewrite".

I have now activate the mod_rewrite Module in my Apache-Conf. And add follow lines to my Webpage-Conf

<Directory "/var/www/bla/bla">
AllowOverride All
Options +FollowSymLinks +SymLinksIfOwnerMatch
</Directory>

and now it works! Thanks @ thuhn01

THX for your comment.
I will write an isntallation text and put it into the zip-file.
THX also to boelkstoff for the first work on this module.