subsites 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| subsites-7.x-1.x-dev.tar.gz | 22.79 KB | 80453e1d205607826f1b85e1c7392bb8 |
| subsites-7.x-1.x-dev.zip | 29.16 KB | b52a982737ece592c3e1caf0e12e0ef7 |
Release notes
Dev release for D7 version.
subsites 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| subsites-6.x-1.4.tar.gz | 18.86 KB | 6e2f883c4dd01e14090e102558bacb80 |
| subsites-6.x-1.4.zip | 24.32 KB | c158a9204e2ef5f5918676a800ba5256 |
Release notes
- Feature : #911012 by Cyberwolf: adding hook_subsite_detection_methods and alter
- Bugfix : #883244 by sinasalek: fixing jquery 1.3.2 compatibility
- Feature : thx Cyberwolf: adding subsites_access_control.module
- Feature : #624180: thx Cyberwolf, adding views integration
- Bugfix : #833360 by svendecabooter: subsites/add-node menu item causes empty menu item in Navigation menu
Special thanks to Cyberwolf!
subsites 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| subsites-6.x-1.3.tar.gz | 16.28 KB | b6fa008801e5b99c21e26c1fb8face39 |
| subsites-6.x-1.3.zip | 19.35 KB | f314c743b6a8233a3b21a30a55a07d9b |
Release notes
IMPROVEMENT : #746090 : Section stylesheets are now called subsite-ID.css instead of style.css.
IMPROVEMENT : #745924 by svendecabooter : Added permission "add content to subsite".
BUGFIX : Creating directories didn't work on some systems.
BUGFIX : Added missing hook_perm.
BUGFIX : #633720 : Providing default value for menu_name.
BUGFIX : Maximum menu_name slug length can only be 32 chars.
BUGFIX : Added Menu module dependency.
IMPROVEMENT : Better remark in readme.txt.
IMPROVEMENT : Cleanup up on uninstall.
subsites 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| subsites-6.x-1.2.tar.gz | 15.98 KB | 4c8652ce6df4de9a7029a91287093826 |
| subsites-6.x-1.2.zip | 19.25 KB | 76b45124d74ff37403a90312f04d9651 |
Release notes
BUGFIX : #622344: Big error fixing wrong function call (again)
subsites 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| subsites-6.x-1.1.tar.gz | 15.96 KB | 688c793176089e2b6b53776ef0eb0661 |
| subsites-6.x-1.1.zip | 19.25 KB | 8897437db1c974f13fe93ef7da755d53 |
Release notes
BUGFIX : #622344: Big error fixing wrong function call
subsites 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| subsites-6.x-1.0.tar.gz | 15.96 KB | 568e315bcf09a3216b1ee5a82e5b9fdb |
| subsites-6.x-1.0.zip | 19.25 KB | c78455a1887f675ae1a9b950ec8ac61b |
Release notes
Subsites are a part of your website that can have its own menu, theme, custom CSS or anything else you want.
Subsites can be defined in a few manners:
- Marking individual nodes as belonging to the subsite.
- All pages in the subsite menu belong to the section.
- Defining paths that belong to a the section. This is done in the same way block visibility works. So you can use PHP too!
Subsites can have ...
... their own page template : page-subsites-{subsite-id} or page-subsites-{subsite-slug-name}.tpl.php
... their own CSS file
... their own theme, different from the default theme
... their own menu.
Subsites can be ...
... a condition in Context module (http://drupal.org/project/context)
... used to define block visibility
That's all? Nope! Themers and module writers can react differently for each subsite using subsites_get_current and subsites_get.
Remark! There can only be one subsite active at any moment. If multiple subsites are valid for some page, the one with the lowest weight is the active one.
subsites 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| subsites-6.x-1.x-dev.tar.gz | 18.91 KB | 8a3e1749c479ba5184ebe3e5147b17ab |
| subsites-6.x-1.x-dev.zip | 23.88 KB | a845536a5b624404df56be41829cac31 |
Release notes
Dev release for Drupal 6.