D6 update?

totaldrupal - July 9, 2008 - 12:40
Project:PayPal Node
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed
Description

Are there any plans to take this module into D6?

#1

budda - August 15, 2008 - 23:21
Status:active» postponed

Existing projects don't require an upgrade to be worked on. However I am open to sponsorship offers for the upgrade.

#2

Clint Eagar - September 3, 2008 - 22:09

How many $$ do you require to port to D6?

#3

SteveK - October 23, 2008 - 03:25

I've posted a bounty for this upgrade. If you want to contribute, Clint, please do:

http://drupal.org/node/324987

#4

kenorb - January 14, 2009 - 23:45

+1

#5

fletch11 - April 18, 2009 - 06:50

+2

#6

ussher - June 6, 2009 - 08:27

im working through the steps to port it to D6 now because i want to use it myself, but this is my first go at a drupal module. Some things i just dont get.

in paypalnode.install converting the update feature with the new d6 schema api (http://drupal.org/node/146843), how do i do this part:

// TODO: not sure how to port this part to drupal 6
// // make the module run after Taxonomy.module
// db_query("UPDATE {system} SET weight = 1 WHERE name = 'paypalnode'");
// $success = TRUE;
//
// if ($success) {
// drupal_set_message(t("PayPal Node tables installed"));
// }

For stuff like this when i just cant see the answer, is there an IRC channel or forum for module developers?

#7

ussher - June 9, 2009 - 11:32

got it working, but it doesnt work exactly like i need it to work.

the workflow of paypalnode seams to be
USER: fills in a form -> submits the form -> clicks another button to go to paypal -> pays -> is returned to the live node just created.

however i need
USER: pays via paypal -> is shown the form to fill in -> submits the form once -> must pay again to submit again.

so i need to fork it away from the original now. But in case it is useful to someone, i will attach the file here. (because i dont know how im supposed to do it.) please put it where it needs to go if it is of any use.

Thanks to the author for making it. :)

AttachmentSize
paypalnode.tar_.gz 33.73 KB
 
 

Drupal is a registered trademark of Dries Buytaert.