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
3 views

Drupal 7 - Multiple image buttons on same form result in wrong “clicked_button” value

So I have a form that creates a few control buttons for either confirming, editing, or deleting the associated item. The buttons are all image buttons, with different submit handlers, different names, ...
0
votes
0answers
5 views

drupal 7 anonymous user sessions not storing

I'm currently building a website using Drupal and I use an external php script to do the login. When the login is successful, the session variables are supposed to be updated with the user data. While ...
0
votes
0answers
13 views

Is it possible to call a drupal function in a custom module through javascript?

I was checking if it is possible to call a drupal function in a custom module through ajax.?? I have a custom form and a validate.js filethrough which i have done validation.Is it possible to call a ...
0
votes
0answers
7 views

How to make the fields to be searched on in the combine fields filter selectable in views?

I know about the combine fields filter in views and I need to be able to give the end user the capability to choose the fields that he wants to filter on in the combined filter (probably through a ...
0
votes
0answers
13 views

Drupal Custom HTML Search Form

I would like to display a custom search form in my Drupal site. The search form has just a textbox and a submit button beside it, no need of any hidden fields. I tried with a simple html form in my ...
0
votes
0answers
11 views

Can't get drupal views pannel

hey I'm trying to make a custom Drupal platform and I use views, these views in php I use these fields are now working but the problem now is that I no longer can get too my views this is the eror ...
0
votes
1answer
7 views

Meta tags not showing on front page drupal

I'm using the module "metatag" to make my website SEO friendly. This works very well for all pages except the front page. I go to modules -> Meta tags -> Settings -> Global: Front page There I set a ...
-1
votes
0answers
6 views

Is there a postcode for deliveries checker module for drupal 7?

I'm thinking about using Drupal for a take away (delivery) ecommerce site and was wondering if there is a module that could calculate the the distance between the postcode added by the user and the ...
0
votes
0answers
10 views

Drupal 7, creating rule based on field collection field

Can anyone clarify this for me at all please? What I want to do is trigger an action when one of the fields on my field collection is changed to a certain value. For example, my 'campaign' node has a ...
-1
votes
0answers
18 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
23 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." ). ...
1
vote
1answer
24 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
21 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" ...
0
votes
1answer
22 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
2answers
16 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
29 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
18 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
31 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
13 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
15 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
18 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
47 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
10 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
19 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
27 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
19 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
1answer
8 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
20 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
22 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
24 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
13 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
21 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
19 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
10 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
15 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
14 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 ...

1 2 3 4 5 84