By desm0n on
is there any way to duplicate a hard coded block ?
Say for instance the "whos online" block thats part of drupal.
I want that in various locations but in different positions with different options (on the side bar lower left with no users showing, at the bottom of the forums with users who are logged in).
Am i missing something here or can they not be duplicated ?
Comments
MultiBlock is able to do that
The module MultiBlock is able to do that. It's for Drupal 5.x or 6.x though. "MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks."
---
How to contribute to Drupal.