Drupal 7: URLs will only resolve to localhost, not domain

Hello, I am a newbie and I am not a programmer, AND I'm using a Mac, so any help will be appreciated. I am using Drupal 7 and MAMP, and my host is Hawkhost.

Redirect the anonymous user to '/user' page from user login block on login error

How to redirect the anonymous user from the user login block on the frontpage to the separate '/user' page on login error indicating the error message ?

Most big websites have this kind of functionality like twitter, facebook etc.

How does db_next_id() really work?

I was wondering how db_next_id() really works. This is because we have a scenario where we can't work with a serial id (because we have records with deltas) and we wonder what's the best way to get the next available id.

In the user_save() function we found that the use of db_next_id() could solve that problem but we wonder if that's really save. Here is why:

$edit['uid'] = db_next_id(db_query('SELECT MAX(uid) FROM {users}')->fetchField());

Are there any Shopping Carts for Drupal 7 ?

There doesn't seem to be any carts ready for drupal 7... is drupal 6 the way to go for the time being?

Do upload zipped file or unzip then upload contents?

Hi! I'm a newbie and I'd like to know whether the correct thing to do is to unzip then upload the contents of Drupal7 into a folder in the site file (or is it FTP?). Or do I simply upload the zipped file? Please help!

Flex + Drupal 7

hey guys, I am working on Flex as3 plus drupal 7. I can not find AMFPHP module for drupal 7. Is it deprecated or just not yet developed ? If so, is there better alternatives that would work with Services module and Flex. Maybe xmlrpc ? anyone has examples that don't include AMFPHP module?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x