Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I need node level access control for a site I yet have to build. From the excelent 'Building Online Communities with Drupal, phpBB, and WordPress' e-book I learned there are at least 4 different modules that implement this kind of functionality in one way or another: Node Privacy by Role, Taxonomy Access Control, Nodeperm Role and Organic Groups. However, the book also states that 'these modules tend to interfere with each other' and 'Be warned: do not try to mix multiple node-access modules!'.
I am mystified to find that, currently, one can't add more than 8 items to the drop-down field of a flexinode content type? Is there any logic for this restriction?
Alternatively, how can I get more items into the drop-down?
I had already implemented the 'Hall of Fame' module
but afterwards I have a request by our drupal users to have a simple page counter on pages
to show how many times each page has been viewed.
Is there a module to do this, or has someone done this?
Perhaps a simple php code for page counting, by taking the URL or node and saving
it in a database or file...?
Maybe implemented as a footer add on or a a block add on would be easier?