As a feature request:
Allow limiting Journal module to only admin pages. An option to display it only at the /admin pages. Personally, I do not want to see a Journal box under each user input form unrelated moderation.

CommentFileSizeAuthor
#2 journal.patch6.9 KBbwinett
#1 journal.patch6.89 KBbwinett

Comments

bwinett’s picture

Version: 6.x-1.2 » 6.x-1.3
Status: Active » Needs review
StatusFileSize
new6.89 KB

I've enhanced the module to provide a configuration page, and on that page to specify the pages you want the journal field to be excluded and the pages on which you want it required (similar to the what you can already do in the settings.php file). In addition, you can specify wildcards in your page specifications, so you can exclude/require whole sets of pages with one specification. For example, you can exclude all node/add pages by entering the following on the configuration page:

node/add/*|0

bwinett’s picture

StatusFileSize
new6.9 KB

I found out that my patch introduces a dependency on CCK. I also found how the Term Fields project resolved the same issue. I modeled this fix after that.

timoti’s picture

This is great - would be fab to have adopted in a module update - but also - would be great for drupal 7. i've found that journal breaks the indispensable module filter module, so from my POV, journal is unusable without page filtering

Even a simple, general setting to disable validation / compulsory journalling would be helpful.