Drupal CDN

We have a media rich Drupal site with the Storage API module 6.x-1.2. Currently this module is set up for the Rackspace CDN. Basically anytime we add content such as a video (using Blue Droplet Video) it is saved onto the Backspace CDN and not on the site. Here is the question. We are closing our Rackspace Acct and moving to Amazon S3/Cloud Front. I have copied all the containers and files from Rackspace to Amazon. How do we go about updating the site so that it pulls from the Amazon CDN rather than the Rackspace CDN.

View and rotor banner

I have a Rotor banner and I try to tune the display of this banner in the view.
When I make changes in the view, the rotor style and I update this and save this setting. The display of the rotor banner is not change to the settings.
Can somebody help me?
Why are my new view settings not use for displaying?

Add most popular groups and all groups on registration page

Hi,

I was wondering if there is a contrib to show a list of most popular groups and the list of the rest of the groups on the registration page. So most popular will be contain above alll groups ( which will exclude the most popular ones). I know how to add groups to the registration page. I looked and have not found a contrib module that does this yet. I'm just wondering if I this is something I will have to create custom. I just wanted to know if something like this exist before I invest time into creating a custom module.

RESOLVED: How to trigger display of comments on created node type page

Hi,

[RESOLVED: I just needed to add "$node->comment = 2;" to the node save.]

After weeks of trying other methods to create a speedy node type page that has 200+ CCK fields (no way to cut this down), I finally split this node type into two subtypes, one for "editing" and one for "viewing". When a person clicks on node edit (from the view node), it sends them to the corresponding "edit node" type, whereupon the 200 fields are either prepopulated and/or edited by the user. Once editing is finished, a cached copy of the resulting edit html is posted back into a field in the "view node" type, and this is the set of data shown to the end user when he or she is taken there via "goto".

The problem is that I am unable to get the comment buttons and functions to show up on this "view node" page. I checked the node_comment_statistics table and sure enough the nid of the "view node" type shows up, as does the nid of the corresponding "edit node" type.

I checked all my files to see if I am using "display: none" or any CSS like that, and I am not using it anywhere. I also made sure that any custom code exists for both the "edit node" and "view node" types, since it was the "edit node" that originally performed both functions.

How to use drupal as a request site for SAM Broadcaster

Greetings, my drupal friends!

I'm an online DJ on Live365. I use SAM Broadcaster for my station's automation (including processing requests). I've never been happy with the code that Spacial provides for the web site AND I like the consistency of a single theme/layout of my page so I decided to put the request functionality into Drupal. It worked! Yay!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x