The Moderation page (admin/content/node/moderation) provides links to all nodes awaiting moderation. When one of these links is clicked, the node is loaded inline within the Moderation page.
This causes some problems. For example, if a node template uses drupal_add_css(), the CSS files are not loaded when the node is displayed. I would guess that the same holds true with drupal_add_js(), but I haven't tested that.
To get around these issues, could Moderation provide an option on the settings page that changes the way nodes are loaded. For example, a basic radio option:
* Clicking a link previews the node on the Moderation page.
* Clicking a link loads a node normally.
If time is the limiting factor in implementing this, let me know and I might be able to find time to write a quick patch.
Comments
Comment #1
avpadernoI am closing this issue, since it's for a Drupal version no longer supported.