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.
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.
I want to put a little star next to usernames of people that belong to a certain role. I was trying to use user_access() to check, but that gets me accessrules for the logged in user, not for the user who wrote the node|comment.
Any suggestions would be greatly appreciated! BY the way, I'm making changes in common.inc to do this, Should I look somewhere else instead? First time module hacker...
Before I post this a feature request, wondering if anyone has tried something like this? What happens when a user has their own blog somewhere else and wants to syndicate it your drupal site. I suppose with blogger they could just dump html into their own blog and never touch it again, although the entries would be grouped weird. I was thinking it would be cool if there was an option for a user to enter the RSS of their blog from another site, and somehow have the content show up in their own blog. Is this possible that anyone knows of?