Thanks for your work on this module, it inspired me to add a few lines to the hooks that I was already using to achieve some of functionality provided with this module. One thing that was frustrating to me was that I would need to clone my templates and template.php code from the default theme to the administrative theme for my nodes to be stored properly.

I discovered this post which talks about how to use the hook_custom_theme to set the theme to use during cron runs.
http://grantlucas.com/posts/2013/11/setting-which-theme-use-during-drupa...

I'd encourage you to add this hook to your code as well so that the dev can configure which theme to render the nodes from.

Phil

Comments

philpro created an issue.

Bogdan1988’s picture

Hi Phil,

Good point I will try to add this code in dev branch as soon as I will have free time.

Thank you for this great advice.