| Download | Size | md5 hash |
|---|---|---|
| blogtheme-5.x-2.0.tar.gz | 10.09 KB | 105819e8952e2162c19abf3b49a9dc5b |
| blogtheme-5.x-2.0.zip | 11.57 KB | 59df7164586e3b60dbea8b2460c22c23 |
* Fixed logic so that when a user is adding a node (/node/add/node_type), the user's theme is used if the node type is among the allowed ones.
* Added setting: which node types should use the users' theme? Beside 'blog', you can add any CCK or custom node type.
* Added setting: should a user profile page use the site's default theme, or the user's theme?
* Added a setting page, for the three items listed above.
* 34360: separate the blog theme from the site theme.
A new perm is added: 'select different blog theme' which is in addition to the core perm 'select different theme'.
Now the user has two theme settings: one for the whole site, one for his/her blog.
* Hook_menu was executed twice for lack of if $may_cache loop.