You are here

README.txt in Insert Block 5

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7 README.txt
  4. 8.x README.txt
OVERVIEW
--------
Sidebar blocks contain all sorts of nifty stuff, but sometimes you want to stick that stuff into the body of your node. Instead of using PHP snippets (a possible security hole on public sites), you can use this module. When it's activated...

[block:<name of module>=<delta of block>]

...will insert the contents of a rendered sidebar block into the body of your node. If no delta is specified, the default block for that module will be displayed.


INSTALLATION
------------
Drop it into your modules folder and turn it on. Woo!

File

README.txt
View source
  1. OVERVIEW
  2. --------
  3. Sidebar blocks contain all sorts of nifty stuff, but sometimes you want to stick that stuff into the body of your node. Instead of using PHP snippets (a possible security hole on public sites), you can use this module. When it's activated...
  4. [block:=]
  5. ...will insert the contents of a rendered sidebar block into the body of your node. If no delta is specified, the default block for that module will be displayed.
  6. INSTALLATION
  7. ------------
  8. Drop it into your modules folder and turn it on. Woo!