This tag is used by the system when there is a tag that has only been used on one question for six months. The system deletes the tag and replaces it with this one.
0
votes
1answer
40 views
I am learning drupal7 and want to know the way to learn modules [closed]
I am learning drupal7. I have read the docs about modules. but still want to know the correct way to learn modules eg. how to use it, how to install extended modules etc.
-2
votes
1answer
33 views
executing shell command from php [closed]
i want to convert file.svg to file.png through batik library. i run command on shell for it, it run correctly. but by running same command in php by php function shell_exec($command), the return ...
4
votes
3answers
322 views
Is Drupal following W3C standards?
I tested two of my sites in w3c validator. One site passed the test and other site gave me lot of error. Site2 was having the following doctype -//W3C//DTD HTML+RDFa 1.1//EN instead of HTML5. But ...
-2
votes
2answers
55 views
How to get Browser-based reports [closed]
Is it possible to get browser-based reports with information on referrals, content recognition and user navigation of the website in Internal Drupal CMS Platform?
0
votes
0answers
40 views
Why is there not a Drupal Version of Drupal Answers (stackexchange) [duplicate]
Why has not someone create a site like this in Drupal CMS?
0
votes
0answers
21 views
Drupal Site - Content Entry Form - Journal Article Template(s)
Articles on our site have a standard format: Authors, Publication Name, Overview, Section1, Section2, Summary etc --> section1, section2, etc. are different sections and each article can have 1 or ...
2
votes
1answer
47 views
Where can I find my front page in a localhost?
I just installed Drupal 7.2 on my localhost using xampp, made some pages, and installed a theme, I'm also modifying the CSS of the theme to my own convenience.
My front page has (at the end of the ...
0
votes
1answer
23 views
Slow loading of modules page [closed]
Whenever I enable or disable a module, the page is taking like forever to load.
What could cause the page to load so slowly?
-1
votes
2answers
89 views
“syntax error, unexpected end of file” Upon enabling modules
I'm getting a syntax error when enabling modules. This is happening intermittently and it isn't specific to any module in particular, which is making it impossible for me to track down. Here is the ...
0
votes
2answers
62 views
DRUPAL_ROOT undefined on module installation
I am tring to install the live_agent module. When I go to enable the module, I get the following errors:
Notice: Use of undefined constant DRUPAL_ROOT - assumed 'DRUPAL_ROOT' in ...
0
votes
3answers
56 views
Custom module not being recognised
I am trying to create a simple module by following the instructions in http://websmiths.co/blog/very-introduction-drupals-hookformalter.
I've created the following two files along with the content in ...
0
votes
1answer
55 views
enabling “entity translation” disables term translation in Drupal (name and description)
i want to translate taxonomy terms and their description text.
When i enable the module "entity-translation" and check "Taxnomie-terms" in admin/config/regional/entity_translation, the terms and ...
0
votes
1answer
51 views
how to call function by reference
i want to call uc_stock module by reference in my custom module. Actually i want to add and delete stocks. I have done this first using node_presave and it works successfully, here is the code:
...
-1
votes
1answer
19 views
How to get new orders? [closed]
I am new at Drupal and need to integrate with a fulfillment house. Can someone offer some help on how I can use the Drupal API to do the following tasks?
Get New Orders with order details
Update an ...
0
votes
0answers
21 views
Programming in drupal for begginers [closed]
Is there link or resource for begginers to understand the oops concepts in drupal and also working example of hooks?