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 have one Page that I want users to login (no anon. access) before they can see the contents on this page. Any suggestions on modules or mods that I can use? Seems so simple but I'm not finding anything.
Using version 4.7.6 with no additional modules other than the ones with the distribution.
All the URL's for embedded images in pages etc have changed after an upgrade from 4.6 to 4.7. Both versions use the Drupal private method.
URL's in my content created under 4.6 point to eg <img src="/system/files?file=images/2005_01_29-001.jpg" where under 4.7 <img src="/system/files/images/2005_01_29-001.jpg" is what works.
Is this by deisgn (and I have to spend the next 2days editing pages to change the links), or do I have a problem somewhere?