Posted by ethanre on August 22, 2008 at 3:29pm
3 followers
| Project: | Profile Blog Information |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | IceCreamYou |
| Status: | needs work |
Issue Summary
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.
Comments
#1
I 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.
#2
Here'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.
#3
The .install file has a fatal bug: the
switch ($GLOBALS['db_type']) {is not closed. Add a closing parenthesis on line 37 to fix.#4
...and the only part of the (backported) module that works is the fields showing up on the user-edit page. :(
#5
Looks like the backport is broken.