Are you able to adapt this module to work with Drupal v. 5.x I run a few sites on Drupal 5.7 and this module would be great to use.
Thanks for the great work.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | profile_blog_info_5x-dev.tar_.gz | 4.42 KB | icecreamyou |
Are you able to adapt this module to work with Drupal v. 5.x I run a few sites on Drupal 5.7 and this module would be great to use.
Thanks for the great work.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | profile_blog_info_5x-dev.tar_.gz | 4.42 KB | icecreamyou |
Comments
Comment #1
mfer commentedI don't plan on releasing a 5.x version of the module. If someone wants to backport the current module to 5.x I'll create a release.
There is just a lack of time and budget for me to do it.
Comment #2
icecreamyou commentedHere's my backport (attached). I don't have a program that will do a proper diff available ATM, unfortunately, so I've just attached the files. I also haven't tested this, and it would be greatly appreciated if someone else could try it out.
Change the extension of the file from .tar_.gz to .tar.gz before extracting.
Comment #3
icecreamyou commentedThe .install file has a fatal bug: the
switch ($GLOBALS['db_type']) {is not closed. Add a closing parenthesis on line 37 to fix.Comment #4
icecreamyou commented...and the only part of the (backported) module that works is the fields showing up on the user-edit page. :(
Comment #5
mfer commentedLooks like the backport is broken.