Closed (fixed)
Project:
Insert Block
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
25 Mar 2007 at 22:41 UTC
Updated:
6 May 2014 at 14:57 UTC
Jump to comment: Most recent
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"
| Comment | File | Size | Author |
|---|---|---|---|
| insert_block.module.patch | 130 bytes | jardeeq |
Comments
Comment #1
mlsamuelson commentedThe 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...
Comment #2
mlsamuelson commentedThe 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
Comment #3
mlsamuelson commented