Tried using this with Drupal v5.0 and it does not appear on the Modules list.
I tried hacking together a .info file and putting it in the same folder so that it would at least appear on the Modules list, but once I enabled it and selected "type pad" (which was listed under Administer instead of Content), I got this message (which probably doesn't mean a whole lot anyway):
warning: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, 'typepad_step1' was given in /home/wuziq3d/public_html/drupal/includes/form.inc on line 217.
Comments
Comment #1
simbot commentedI currently need to implement a few more features in 4.7, then I'll consider migrating it to 5.0, unless someone does it first. Give it at least a few weeks before this activity.
Comment #2
geodaniel commentedI'm tempted to help out with this, as I could do with it too. If you still have updates to put in, it may be best to wait until after you've done that though.
Comment #3
dan_aka_jack commentedHi there,
Just a quick note to say that I too would be keen to see this module ported to Drupal 5.
Many thanks,
Jack
Comment #4
justy commentedI need this module compatible with 5.1 for a Client, I am planning to start development on it starting next week (04/02/07).
Please provide any updates you have regarding this.
Thanks,
Justy
Comment #5
dan_aka_jack commentedThat's excellent news - thanks.
Comment #6
tones commentedI've ported this module to 5.0; here is a patch for review. It's worked great for me, but I have not tested it thoroughly.
Comment #7
dan_aka_jack commentedI've applied this patch and it works for me too - very good work.
Attached is a .info file (I've had to call the file import_typepad.info.txt becuase drupal.org wont allow me to upload a .info file - please rename this file import_typepad.info to use it).
Comment #8
wuziq commentedawesome.. worked for me as well.
Comment #9
dgtlmoon commentedawesome work, could you be so kind as to try to apply this to the current 4-x version? there has been some minor changes
Comment #10
mo6subscribe
Comment #11
mo6Patch for the 5.0 version applies cleanly on HEAD. Import functions fine, on content, user mapping and category mapping.
Great work!
RTBC IMO
Comment #12
drupaldib commentedAfter complete
"Attached is a .info file (I've had to call the file import_typepad.info.txt becuase drupal.org wont allow me to upload a .info file - please rename this file import_typepad.info to use it)."
i got this message .
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'typepad_step1'
wht can i do ?
Comment #13
drupaldib commentedAfter configuring everything i got this result
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'typepad_step1' was given in includes\form.inc on line 218.
================So ple let me know wht should i do ?
Comment #14
mcarbone commentedApplied to HEAD cleanly and worked for me, although I found a few minor bugs and fixed them.
1) Comment URL's were being imported with an extra space at the beginning, causing some problems, so I added a trim.
2) A format_plural needed some tweaking.
Comment #15
mcarbone commentedI also did a quick upgrade to get this working for Drupal 6. It's working for me, but the module overall could definitely use a clean-up job.
Comment #16
mcarbone commentedOops, I left a print statement in.
Comment #17
dgtlmoon commentedHeya, just tried your patch against HEAD, 4.x and 5.x releases (tarball soon) but im getting failures
which release did you patch against?
Comment #18
mcarbone commentedBoth of them are patched against HEAD. I just tried it out again on a fresh checkout:
Both import_typepad_50_1.patch and import_typepad_60_1.patch applied cleanly to that checkout.
Comment #19
drupaldib commentedyes that is compatible
Comment #20
dgtlmoon commentedthanks for all the feedback! i've rolled 5.x and 6.x releases
Comment #21
anisotropic commentedhe import-typepad version I downloaded from Drupal.org today for 6.x includes the $may_cache argument for import_typepad_menu, you should remove this as it is no longer used by the menu system. it won't work as-is, here is a 6.x-compatible version:
Comment #22
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.