readme.txt |
readme.txt |
|
The Shared Blocks Module is awesome!
If you have a main site with blocks that you want to syndicate across several
other websites, you need this module!
Features:
* Allows publishing and subscribing of Drupal blocks
* Changes to published blocks are… |
sharedblocks.admin.inc |
sharedblocks.admin.inc |
|
Administration page callbacks for the sharedblocks module. |
sharedblocks.api.php |
sharedblocks.api.php |
|
|
sharedblocks.info |
sharedblocks.info |
|
name = Shared Blocks
description = "Syndicate blocks across multiple sites"
core = 7.x
dependencies[] = block
dependencies[] = ctools
configure = admin/structure/sharedblocks/publish |
sharedblocks.install |
sharedblocks.install |
|
Install, update and uninstall functions for the sharedblocks module. |
sharedblocks.module |
sharedblocks.module |
|
|
sharedblocks.publish.inc |
sharedblocks.publish.inc |
|
Publish block page callbacks for the sharedblocks module. |
sharedblocks.subscribe.inc |
sharedblocks.subscribe.inc |
|
Subscribe block page callbacks for the sharedblocks module. |
sharedblocks_ctools_export_ui.inc |
plugins/export_ui/sharedblocks_ctools_export_ui.inc |
|
|
TODO.txt |
TODO.txt |
|
* hook_update_N() function to adjust existing table for ctools? Not sure if this is needed |