I need to read some meta information from the downloaded file. But I do not know how to do it. Here is my code:
I have a problem with Drupal: I build sites that have a protected area accessible only to site admins. I want to create a pseudo-admin role that has access to the protected area but I don\'t want them
How to get the modules list in Drupal as in admin/build/mo开发者_运维知识库dules?You can use drush pm-list --type=Module --status=enabled command for getting a list of installed modules.Install \"Drus
I have a trouble with Drupal 7 schema for module. There are 4 tables but for sample 2 will be enough:
I am having some issues with Views 3 on Drupal 7 Beta when rescanning template files. I\'ve put a new template in my theme folder called views-view-fields--blog--block-1.tpl.php which is the filename
Hi i need some help with it. I have created a php script which i am running from copy paste into node as php code. I need a file path for a file to process like i am using \'\\birds\\birds.xml\'. I do
I am working on a project to import XML contents into Drupal 7. I have parsed all the data in PHP. So far i have succeeded in importing the node body and its title. There is no documentation for Drup
In Drupal 6, I would do the following to get images in my node--articles.tpl.php page: <?php $cck_images = $node->field_image;
I am currently using Drupal 7 with the Views module. I have built a photo gallery that is running properly, but I am trying to integrate a lightbox.
I have been pl开发者_StackOverflow社区anning to try to build a shopping store with Drupal 7 just for fun and have been studying it for a few days now. But with its current status(alpha5), I doubt if m