any Drupallers using CCNOW for their site?

Hi,

I'm just wondering if any other Drupallers are using ccnow as a payment gateway?

(This probably only makes sense to people already or planning to use ccnow.)

The reason I ask is that I'm migrating a site at the moment to Drupal and the only ecommerce gateway available for ccnow appears to be cubecart.

http://www.ccnow.com/partners.html

I've emailed the ccnow team to say that I would like to create a ccnow.module for Drupal.

How to have less DB queries

One of the best things about drupal is how modular it is, but this same great feature can also be its downfall. The more modules a user loads the more database queries, the more queries more drupal’s performance is affected. This is even more of a factor when your database is not running off the localhost.

Files system access is very fast. Why can’t we utilize the file system for some things to reduce drupal cores database queries?

Why cant we have a directory called files/drupal/

Then any tables that modules do not access directly and only access using core function can be moved to the file system.

There are 2 places I think this would be easy to do.

Variables and Cache.

To change variable_get() and variable_set() should be easy.

When it comes to cache tables I found this issue to be very interesting. http://drupal.org/node/45414
This never made into core and it ended up becoming a module. If we forget about the fastpath stuff and do as Dries suggested (cache.db.inc + cache.fs.inc) this could also be moved to the file system very easily.

One more place I think we could do this is with sessions. But the session table can be used directly by modules. So, another thing that can slow down queries is the size of the data returned. So why don’t we move just the session data to the file system.

Could not believe my eyes!

Let me first say that I like Drupal very much and it is currently definately my choice of CMS!

I am relatively new to Drupal and I just found out that unpublished nodes are visible in the menu for non editors or admins!
Opening the page will then lead to an 'access denied' message which is of course correct. However, the menu items should not be visible for non editors in the first place!
First, I thought I must have made a mistake somewhere because this behaviour is not to be expected from a CMS!
After trying for a while I just could not figure what I did wrong, so I did some searches on drupal.org:

The results:
This HUGE bug was already reported in 4.6!

Here are the results:
http://drupal.org/node/54525
http://drupal.org/node/55923 (stated that it is fixed in 4.6 HEAD)
http://drupal.org/node/45988 (actually another problem but mentioning this problem as well)
http://drupal.org/node/68979
http://drupal.org/node/129225 (feature request!!!! not even a bug report for Drupal 6)
http://drupal.org/node/130440
..... (stopped searching)

Here is another thing:
There is a content type which has default published unchecked and create automatic revisions.
A non admin editor creates a node that will of course not be published.
The admin publishes the node.

Now the editor decides that he wants to make some changes to the published node.

GWT (Google web toolkit) and Drupal

I am interested in creating a javascript application and I am thinking to have drupal engine in the back-end and maybe GWT (Google web toolkit) or prototype as the front-end. So does anybody have any suggestions on how to start? I am fine with GWT on it's own but how do I integrate it with Drupal (CMS php scripts in general)?

Fundamental Issue

So I installed and have Drupal running, no problems. I've used other CMS before, and am used to a front end / back end concept. I've found the back end at http://myserver/drupal, but where is the front end?

I think I may have completely missed something important here, but when I try to make changes to the front end I end up losing my back end stuff and replacing it.

So how can I see what's being published, or if I am completely off track can someone re-orient my head please?

Thanks,

Lost.

newbie here - looking for automatic email list signup module

Hello.
We're creating a website at gamelanx.com (a crazy hybrid gamelan band) and we want to have a really easy way for folks to sign up for our email list - like just type your email address in the box and push a button (and then a confirmation email is sent to the subscriber). Also, we'd like the ability to easily add addresses manually - like after a show, from our email sign-up clipboard.

Any help in finding the right module would be much appreciated.
Thanks!
Eric

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x