One one of my sites I allow authenticated users to promote stories to the front page. But, I do not want to allow this with a flexinode type I have created. Thus, flexinode needs to not share this permission with a story node.

Comments

jonbob’s picture

This is an architectural issue with Drupal itself. All node types use the same permission for posting to the home page, and I won't make this module behave differently from every other node module in this respect. You may wish to file a feature request against Drupal itself.

jonbob’s picture