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.
Hi,
I have a node which is still being showned to anonymous users, in spite of being excluded in the node_access table. I still use Drupal 4.5.0 and my users permission to access content is checked.
I have recently added it and then deleted the node. At first, I thought it was the cache (in spite of being desactivated in my site), so I cleared the table. But it is still showing it!
I know is not my browser's cache either since I have tested it in another computer that has never accessed that node.
Any suggestions why my site is doing this?
Regards,
Links in drupal/indexpage/page get a user error, but not for account holders (user no.1, anyway) when logged in, where access is fine. You can check this out on the link:
I have set permissions in access control for unauthorised users.
Unauthorised users can go to the main index listing of categories, but not go any further to get to content.
The pages via hte main index links are available for logged in use
The feeds on www.dashboardmonkey.com work fine, but when the feed is used on other websites the images break because they are not referenced with the full path.
What can I change / where in the code can i modify things so that the feeds will be created using FULL WEB ADDRESSES for the elements?
Is this even possible as I am tearing my hair out.
Let's say I created a static page in drupal, and i want some custom blocks on the right sidebar only for that page, where would this logic go? I can't seem to find anything in the drupal UI that lets me do this.
Any help is nice, i'm just starting to dig intro drupal, i've read the handbooks - if there's any other help/docs people can recommend i'd appreciate that. I'm going to use the drupal cms, for a publishing site.
I have comment module enabled, access control properly assigned but I still do not see any comment link for any node. Can some one please tell me what I am missing here. I have tried a dozen themes also but the comment link does not show up in any link. The question is how do I properly enabled comment so that it shows up for my nodes. A related question will be: once the comment shows up for all types of nodes, how do I supress it for a specific type of node, eg. I want it for story node but not for page type node. Thanks