blogtheme 5.x-2.0
Download: blogtheme-5.x-2.0.tar.gz
Size: 10.09 KB
md5_file hash: 105819e8952e2162c19abf3b49a9dc5b
First released: April 10, 2008 - 13:31
Last updated: April 10, 2008 - 13:35
* 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.
