I'm attaching patch over insert_block.module. I don't know if it is the best way to get this module work in Drupal 5, but it does the job for me.

In addition to this patch insert_block.info file is required - just create with folowing content:

name = Insert Block
description = Insert the contents of sidebar block into the body of your node.
version = "HEAD"
CommentFileSizeAuthor
insert_block.module.patch130 bytesjardeeq

Comments

mlsamuelson’s picture

Assigned: Unassigned » mlsamuelson
Category: support » task

The supplied patch and .info contents are a great start. Thanks jardeeq!

The handling of filter tips for the module needed to be updated too, and I have the code for that ready.

I should be committing updates shortly, bringing the module to 5.x compatibility...

mlsamuelson’s picture

Status: Active » Fixed

The module has been updated for Drupal 5.x and is now available for download at http://drupal.org/node/150158.

Thanks for your help, jardeeq!

mlsamuelson

mlsamuelson’s picture

Status: Fixed » Closed (fixed)

  • Commit 941f5f2 on 5.x-1.x, 6.x-1.x, master, 8.x by mlsamuelson:
    #131006 thanks jardeeq - commit to make insert_block compatible with...

  • Commit 941f5f2 on 5.x-1.x, 6.x-1.x, master, 8.x, 8.x-1.x by mlsamuelson:
    #131006 thanks jardeeq - commit to make insert_block compatible with...