Drupal 7 is the Drupal version that was officially released on January 5, 2011. Rather than using this tag, consider posting your question directly on http://drupal.stackexchange.com/.
0
votes
1answer
13 views
Drupal views, how does views get data from this query? (sql, might not be Drupal specific)
I used Drupal views to generate the query below. It gets all users of group x.
SELECT users.name AS users_name, users.uid AS uid,'user' AS field_data_field_blogging_name_user_entity_type
FROM
...
0
votes
1answer
12 views
Drupal webform submission creating new table
I have created a webform. However I want that whenever I create a new webform and if I input some data and submit it, It must create new table in phpmyadmin for every new form that I create.
By ...
0
votes
1answer
13 views
Drupal 7: Using Rules to add user to OG then assign OG role
The idea is to accomplish the following when a new user is added:
Create a new group (OG)
Save it
Add user to saved group (OG)
Assign group role (OG)
I am using Rules with Organic Groups. All is ...
0
votes
0answers
10 views
Allow commenting after transaction
I'm looking for a solution to prompt users to rate (5-star) and comment on each other once a transaction is complete. I'm using the Workflow module to trigger actions along the way, and once the ...
2
votes
2answers
5k views
Drupal 7 custom main menu
I desperately need help. I am trying to customize main menu (only) in Drupal 7 so that it suits my blueprintcss needs. I tried to find the answer in the documentation, but there is no straightforward ...
0
votes
1answer
14 views
drupal : how to display the taxonomy term and node title at view block
I've taxonomy terms as follow
term1
term2
term3
And I'll add 6 content by terms
I want to display a block as follow
term1
-content1
-content2
term2
-content3
-content4
term3
-content5
-content6
...
1
vote
1answer
21 views
AT theme mobile
I have made a site in Drupal with the Sky theme. All works fine, but the main menu is not showing on mobile smartphones. I tried AT extensions, but this did not help.
Any ideas? This is the site: ...
0
votes
0answers
6 views
Drupal's Boost on Aegir system “Could not create the directory cache/normal/mysite.com”
I have a Barracuda install of Nginx and Drupal's Aegir on a Debian 6 (Squeeze) box. I have the boost module enabled but it is not working. I am getting the following error in my logs;
"Could not ...
1
vote
0answers
6 views
How to display the replies count of the each user comments with show/hide option in node view page in Drupal 7?
Now, I am having comments section like this in node view page.
Comment 1
comment 11
comment 12
Comment 2
Comment 3
comment 31
comment 32
comment 33
But, I would to show ...
0
votes
1answer
16 views
Drupal 7: Adding content/nodes from custom content type pages to another page
I'm working on a Drupal site an need to implement the following:
I have created an about us page template (page--about.tpl.php) and a custom content type for the about us page and linked the 2 using ...
1
vote
0answers
545 views
Render drupal field widget in custom page
I have my module called mymodule.
In mymodule.module I have:
function mymodule_menu() {
$items['mymodule/ship/%node'] = array(
'title' => t('Shipment details'),
'page ...
0
votes
2answers
596 views
Drupal 7 Book Module navigation
Normally book module automatically generated book navigation but i want display only 2 book from 4 how can i do it?
book01
subbook01
subbook01
book02
subbook02
subbook02
book03
subbook03
...
0
votes
1answer
8 views
Adding multiple checkbox in drupal using cck
I am trying to add multiple checkbox. My requirement is like whether is place can be traveled by
Flight
Train
Bus
Ship
One can select all the four above options. For that I added a new field ...
1
vote
0answers
8 views
Importing node with multiple values with node export and feature
I have a custom content type in Drupal 7. The scenario is, I have a content type album which have a image field with multiple values option enabled.
When I import the feature in another drupal 7 ...
1
vote
1answer
15 views
Common index page for 3 drupal sites
I have 3 websites which were built on drupal, 3 are on different sub-domains each. Now i want to built a common index page for all 3 websites in which i want to show features of all 3 websites and to ...