Given this code that creates and opens a ctools modal in a Drupal 6 site: var content = \'my content\';
We are importing our sales orders from our accounting system into a Drupal 6 site. We setup a content type called orders.
The statistics (default) module in drupal store and display the IP address of visitors (anonymous or not). Is it possible to display along, th开发者_如何学Pythone IP address the country ?
How would I allow a simple PHP site, which already has a user db, to let Drupal handle the logging in of users? I guess I could use services (but I would need help on this) or alternatively is there s
I have a non-Drupal site which authenticates with a simple MySQL user database. I want to share that user information with my Drupal site. So I guess either:
EDIT: I\'ve identified a link to the below problem to the use of $(document).ready() instead of using the old fashioned onload attribute of the body
I have a template.php file with a theme called themename_status_messages It\'s not being called/invoked by my theme.
I am uploading an image with Imagefield and I want to add a class to <img src=开发者_开发问答\"imagefile\" class=\"caption\" /> because there is no class defined for images rendered by Imagefiel
I am looking for a Drupal module that makes on-page notifications similar to those found on Stackoverflow (slide on from top) or Gmail (appears near top of page).
I\'m building a Drupal website that has a simple hierarchical structure created using the Node Hierarchy module: