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

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.

#2

Title:What about 5.x?» Backport to 5.x
Assigned to:Anonymous» IceCreamYou
Status:postponed (maintainer needs more info)» needs review

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.

AttachmentSize
profile_blog_info_5x-dev.tar_.gz 4.42 KB

#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

Status:needs review» needs work

Looks like the backport is broken.