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
Existing projects don't require an upgrade to be worked on. However I am open to sponsorship offers for the upgrade.
#2
How many $$ do you require to port to D6?
#3
I've posted a bounty for this upgrade. If you want to contribute, Clint, please do:
http://drupal.org/node/324987
#4
+1
#5
+2
#6
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
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. :)