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.

CommentFileSizeAuthor
#2 profile_blog_info_5x-dev.tar_.gz4.42 KBicecreamyou

Comments

mfer’s picture

Status: Active » Postponed (maintainer needs more info)

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.

icecreamyou’s picture

Title: What about 5.x? » Backport to 5.x
Assigned: Unassigned » icecreamyou
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new4.42 KB

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.

icecreamyou’s picture

The .install file has a fatal bug: the switch ($GLOBALS['db_type']) { is not closed. Add a closing parenthesis on line 37 to fix.

icecreamyou’s picture

...and the only part of the (backported) module that works is the fields showing up on the user-edit page. :(

mfer’s picture

Status: Needs review » Needs work

Looks like the backport is broken.