I've done the Podcast feed by adding a taxonomy term for every article containing mp3's, so there would be ready taxo/term/id/feed-address by Drupal.
So, this works, but Is there any way to modify the feed details, or could someone direct me to a function that does the feeds?
I'm trying to change the following information in the feed, since most of my users use iTunes, which shows these items that are automatically generated by Drupal.
I am trying to program my module AssignCourse so that Views could be used to create views using the AssignCourse content type (not a CCK node type).
This node type is based on the table, course_year. This table has course_nid as a field which links it to table, course. The course code and course title is kept in table, course.
Hi. I'm running Drupal on my site. It's just a small fan site, nothing fancy and it doesn't attract that much traffic. Lately I've noticed a number of spam users registered on my site with usernames that are random letters. I've deleted them and today I installed the regcode module in hopes of reducing these kinds of registrations.
I want to publish the photos, audio, video uploaded by users to a CDN provider's servers (akamai) to reduce the traffic from the drupal servers from serving rich content. Has anyone done this and what it would take to change the modules to do this?
Is it simply changing the storage location from file system to a URL?
I need to post a webform and only registered where only registered users can access... NOT THE CONTENT, BUT THE NODE...
I need to create a webform where only registered users can see.
Its seems IMPOSSIBLE with drupal, the node_access doesnt work and the access control doesnt control this kind of stuff....
Ive tried to put it on ACL taxonomy where ONLY REGISTERED USERS could SEE and NOTHING HAPPENED...
THIS MODULE JUST ISNT WORKING.