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/.

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

fancybox2 thumbnail and buttons helpers not working in drupal 7

I include the fancybox2 into Drupal 7 thru custom module. Yet, both the thumbs and buttons features do not work. The image links share the same rel attribute. The scripts for those helpers are ...
0
votes
1answer
17 views

How to translate views exposed filter

I have taxonomy term field in acount fields list. I translated this term (using Translation mode: "Localize. Terms are common for all languages, but their name and description may be localized." ). ...
0
votes
0answers
10 views

search index in Drupal 7 not working

I am having a issue while indexing my site. I ran cron multiple times 1day ago to update all my 16000 nodes to search index. It worked fine till 73%. After 73% it stopped indexing. Next day i ...
0
votes
1answer
17 views

adjust image attribute so I can change src in Drupal 7

Help me with a huge headache i cant seem to solve.. <img class="lazy" title="Windows 8" alt="Windows 8" ...
1
vote
1answer
14 views

Get Current Module Name in Drupal 7

Is there a way to get the name of the module you are working within? I have a large set of modules (about 35) with some common functionality. Long story short is that I would like to be able to get ...
0
votes
0answers
11 views

fatal error:undefined function base_path() and path_to_theme in drupal-7

I have created the custom page and put it in misc folder.when I call this page through ajax is showing fatal error:undefined function path_to_theme and base_path. I have include the bootstrap.inc file ...
0
votes
1answer
18 views

How we can install Ubercart in Drupal

Ubercart module is the most popular Drupal E-Commerce platform. My question is how we can install and configure Ubercart module in Drupal.
1
vote
1answer
14 views

I want to place 2 forms in a single custom page in Drupal 7

I am completely new to Drupal am trying to create a single page that contains 2 forms (that come from a custom module). I also want this page to be a dedicated file in my theme directory. In the ...
0
votes
0answers
18 views

Back button leading to paginated view in Drupal

I have a Paginated view of a content list. Let's call it the Teaser list. Each member's fields have 'Link' set to Content in the view's field settings. On the page for that piece of content (let's ...
0
votes
0answers
11 views

Civicrm, how to export contacts with custom fields?

I'm use CIVICRM with drupal, i want to export all individual contacts with its custom field data, when I tried with admin panel to export data but there custom fields data missing, can any one know ...
1
vote
0answers
11 views

iCal Feeds SSL error on Drupal 7

I installed Calendar, iCal and Feeds for import event feeds from Google Calendar. I created new feed and when I try to import feeds from GoogleCalendar I got the following error: cURL error (60) SSL ...
0
votes
1answer
17 views

Drupal:I am getting one notification too many times in drupal

I am using Drupal 7.Here i want to print a notification when some form is added/updated. here i am getting notification but too many times that notification has been coming. For example: Your mail ...
-1
votes
0answers
10 views

How to install dokuwiki in drupal site [closed]

I have created a simple site in drupal. I want to install dokuwiki in my site. Please check reference site http://www.ozbargain.com.au/wiki/ This site is also made with drupal and included dokuwiki. I ...
-1
votes
0answers
7 views

Got This warning: “0” Status: Request failed: No connection could be made because the target machine actively refused it. While Migrating In Drupal [closed]

I am Using Wamp server having default settings.. While I do migration in Drupal, while migrating and Rollback I got this error message. Can anybody help to figure this out for me??
0
votes
0answers
14 views

In php/html code how do I reference a drupal 7 view and pass a variable?

Working on a site, I found that previous developer had a lot of hard coded php to site. I need to turn something around very quickly and don't have the time to implement drupal features to this. ...
1
vote
0answers
10 views

Scrollbar for images

I am supposed to create a template selling site. For this purpose, I have created a webform, and I need to be able to add something like How do you think I can do it? Regards,
0
votes
0answers
12 views

Show different result as per Google search

My client wants to show different contact numbers to different users when they come from Google. If, for example, a user comes to the site while searching for Maindenhead, he should be displayed the ...
0
votes
1answer
44 views

Where is it best advised to include JavaScript and CSS files?

Where is it best advised to include JavaScript and CSS files, in the case you have a theme and a sub-theme? Does it have the same effect when you use those files from a .info file, a template file, or ...
0
votes
0answers
8 views

Feed field that has multiple values, split up values and send to multi-value field

I have a field call categories. I'm importing feed data. In this field the values) could be like "Business > Career Skills | Nonfiction > Philosophy | Self Development > How-To." The category field ...
0
votes
0answers
18 views

Why does calling drush command by system() fail?

I have Drupal 7 site on IIS 7.5 server. Inside IIS Services Manager I choose user with administrator rights in anonymous authentication settings. I'm sure that drush command is in evn path. When I ...
0
votes
1answer
26 views

hook_preprocess_page() does not seem to use the suggested template file

I am suggesting a template file in the hook_preprocess_page() implementation done from a module, but the suggested template file doesn't seem to be used. The template file is ...
1
vote
1answer
11 views

How do you assign certain permissions to a single user without using the roles?

Adding permissions to a role enables the given permission to all users in that role by default; this is something I want to avoid. I want to be able to set permissions like "Booking: View own ...
0
votes
0answers
13 views

How to do something after the node is updated in the database?

I want to do something after the node gets updated in the database. I need to be able to hook into the point where the node gets right updated in the database. How can I achieve this? According to ...
0
votes
2answers
18 views

Get user IP - Drupal website behind load balancers

Is there any work around for getting the actual User IP if the Drupal (7.17) website is behind load balancer? It always return me the IP address of load balancer.
0
votes
0answers
5 views

Node add form fill up form with ajax submit

I have a node/add form.Using hook_form_alter i have added a textfield and a ajax submit button.I do fecth data with that textfiled and button. function hook_form_alter(&$form, &$form_state, ...
0
votes
0answers
9 views

Drupal multiple select list how to hide the “all” or how to use it?

For multiple selection list, which I use it on exposed filter, the 'All' always shows up and I want to hide but don't know how. Because it is not only wrong but also misleading. It would be correct ...
0
votes
0answers
10 views

How to display the taxonomy menu block when content display?

I created a vocabulary Vocabulary 1 - Term 1.1 -- Term 1.1.1 (url : autogenerate) -- Term 1.1.2 (url : autogenerate) And I created a taxonomy menu block, a content type and a view by ...
0
votes
0answers
18 views

Drupal 7: VBO and Rules Component to update Node fields

I have a content type called 'Course' with subpages. In one of the subpages, a view is displayed. The view displays the node information of content type 'Learning object'. By Views Bulk Operations, ...
-1
votes
0answers
19 views

What is the replacement Patterns in Drupal 7?

What is the replacement pattern for current logged in user and his email id?
0
votes
1answer
21 views

Entity reference field and dependent dropdown

I have a content type with an entity reference field referencing to a custom entity. I need to use a select box because an autocomplete widget is not suitable in my case. However, I cannot load all ...
0
votes
0answers
11 views

How to implement complex order-by condition in drupal 7 views

How can I implement in hook_views_query_alter orderby condition like: ' .. ORDER BY CASE title WHEN "value1" THEN 0 WHEN "value2" THEN 0 ELSE 1 END, flast ASC, ffirst ASC' Thanks.
0
votes
1answer
13 views

How to redirect user after login to the same page in which he was

have a cart products page, if a person clicks on a product add to cart button they will be redirected to the login page. After a successful login, I need to send the user back to same products page.
0
votes
0answers
8 views

Extend Drupal Commerce Search

I think I'm going about this in the wrong way, but here's my situation. I'd like to create a Drupal Commerce search based on user data entered in a custom form. The search would include some filters, ...
0
votes
0answers
20 views

Drupal 7 intergrating with alfresco

Am having problems with integrating drupal and alfresco 4.2 and the cmis drupal modules. what i have done up to now is . 1.Have a drupal 7.22 installed and running have the cmis modules ...
0
votes
1answer
18 views

How to redirect the taxonomy menu link to view?

I created a Vocabulary Vocabulary 1 - Term 1.1 -- Term 1.1.1 (url : autogenerate) -- Term 1.1.2 (url : autogenerate) and 2 views (view 1 and view 1) I want to link Term 1.1.1 to view 1 and Term ...
0
votes
0answers
9 views

Drupal Import Taxonomy Vocabulary From Unserialized Data In File

I have unserialized data on "printout.txt" contents taxonomy vocabulary. $fv = file_get_contents('printout.txt'); $vocabularies = unserialize($fv); /*-- $vocabularies results: Array ( [10] => ...
0
votes
0answers
11 views

How to insert a second form within a parent form in drupal

Am stuck with an issue.It would be kind if someone could help me with this.I do have a hook_form and i have a field set within this form.What i need is a form within this field set. This is my first ...
0
votes
1answer
14 views

How do I change the reset password text in Drupal 7 (one-time login)

How do I change the text on the one-time login page for Drupal 7. "This is a one-time login for user and will expire on date. Click on this button to log in to the site and change your password. ...
0
votes
1answer
7 views

Drupal VoipCall getDirection, getCallChannel, getCallNetwork

I am implementing a script using the VoIP drupal module which is posted below: $call= new VoipCall(); $phone_number='phone_number'; $text="example text" $script= new VoipScript('example'); ...
0
votes
1answer
6 views

Implementing a script from Drupal VoIP in hook_cron

I have a voip script located below $call= new VoipCall(); $phone_number='phone_number'; $text="example text" $script= new VoipScript('example'); $call->setScript($script); ...
0
votes
1answer
13 views

Drupal Blocks Custom Display Naming Convention?

http://www.rybm.org/login <--- I'm trying to place a login block in the main content section on this page. Under "Show Blocks on Specific Pages", I know I am supposed to list the page, and I've ...
0
votes
0answers
9 views

Create a custom template file for a custom block in drupal

What is the drupal way to create a custom .tpl file for theming a custom block? Specifically I m trying to create a block programmatically and then find a way to separate the view code from the module ...
0
votes
1answer
11 views

How to create a campaign Buy 2 get 1 free in drupal commerce?

How to create buy 2 get 1 free in drupal 7 Commerce? I tried commerce discount module but that is buggy and in alpha version right now.
0
votes
1answer
24 views

Drupal 7: How to use checkboxes values in Views filter

How can i use the values (0/1) given by the checkboxes created in a content type to create a filter within Views?
1
vote
1answer
47 views

how to override a web form submit function in drupal7?

I have a web form with name and email fields. when the form is submitted the name and email should store in database and an PDF file should start download. my question is how to override the submit ...
-2
votes
2answers
25 views

Which module is best for sharing Images over Facebook in Drupal 7? [closed]

I am new to Drupal 7. I want Image sharing to facebook from my site's gallery. So which module is best for this? And How can i do this task? Thanks. Regards, Nisarg.
0
votes
1answer
17 views

Put node add form in module

I want to include a node add form within a module page, but I'm not sure exactly how to make Drupal happy - if i do something like global $user; module_load_include('inc', 'node', 'node.pages'); ...
0
votes
1answer
15 views

Drupal Background Photo

This is the site: http://www.rybm.org/ There is supposed to be a full background called bg.jpg. It displays perfectly on my local xammp run Drupal 7 install, but will not work on the live site. It ...
0
votes
2answers
26 views

Run JavaScript on form submit in Drupal 7

I have a form with a few fields the user should fill out. The form also have two hidden fields for the users current position (lat, long). I have spent quite some time now trying to find a way to fill ...
0
votes
1answer
10 views

How to manage users on many sites under one Drupal Installation?

I work for a government organization and we are trying to move to Drupal. My job right now is to figure out the best way to limit access to content based on a user and their roles. The big issue I ...

1 2 3 4 5 84