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 a site using the filestore2 module. As the administrator, I can click on the "files" link at the top of the page which loads the top-level filestore2 page and shows the available files.
Normal users, when they click on the same link, get an "access denied" page. No normal users can get to the top level filestore2 page. The only way that they can get to a list of files and download them is by looking at the calender and seeing the files uploaded and clicking on an individual file there.
Is there currently a way to set up a role (moderator) that can delete comments and node, but doesn't have access to change the settings for comments and nodes? All I can find is "administer", which allows both. I don't want my moderators to be able to change settings, but I *do* want them to be able to delete comments and nodes.
Validation routine does not work in 4.5.0 for detail field and for additional fields.
Also, error management is not aligned to 4.5.0, i.e. it does not use form_set_error routine.
I opened an issue and created a patch.
Is anyone interested in fixing this problem ??
Hi.
Is there a way to have a term for a taxonomy vocabulary and a url alias created at the same time?
So I could add 'projects' to the vocab 'menu' and have it create the url alias 'menu/projects' ?
It would be really usefull, I'm not afraid of diving into some code, and it has to be postgres based...
In short, I use the nodeapi hook and "validate" switch to check whether the node is available for editing or not (unavailable means it has been logically locked by another user). If the node is not available, then I want to display the node in "view" mode, not in "edit" mode, with a warning message.
I've installed the e-commerce module 4.5 in drupal 4.5 (not 4.5.1) and file download is not aparently working. I host a website for artists and musicians, and mp3 downloads are crucial. I've offered each track at a low price, ala iTunes, and they are supposed to be a simple, paid, direct download; but it's non-functional. I tried it out a purchase using my girlfriends paypal account and found that nowhere during the process was there a link to the file that was purchased.