Drupal is an open source CMS framework written in PHP. Consider posting your question directly on http://drupal.stackexchange.com/ instead of using this tag.

learn more… | top users | synonyms | drupal jobs

-1
votes
0answers
7 views

What are the correct settings for Drupal's Feeds oAuth module and FB API to setup a connection?

I am trying to create a Feed's importer for Facebook content. I am using Feeds OAuth module to connect establish connection. But it does not seams to work because I am getting Unable to authenticate ...
2
votes
1answer
14 views

How to get image path by node ID in Drupal 6?

Currently, I have a Drupal website and I was used imagecache to upload and create thumbnail for each post. And I want convert all data from Drupal to wordpress. I was converted all post, comments, ...
0
votes
1answer
10 views

An AJAX HTTP error occurred in drupal7

I am fresher to drupal modules,Here i am using drupal 7,and i installed flashcard module. and i enabled flashcard,flashcard-cycle,libraries modules. In structure /types/flashcards/manage i am trying ...
-2
votes
0answers
7 views

Superfish hover area is too big…? [closed]

Can't figure it out... I'm styling a Superfish menu with a single parent link (100px) with a drop-down - Drupal Omega theme...the SF styling set to "none". I'm using a Courier font, but regardless of ...
0
votes
0answers
9 views

Multiple records entry in Drupal Content Type using spreadsheet Feature

I have a simple Content type "Contact List" with following fields: Contact Person Designation Company Email Address Contact No I want to create a spreadsheet-like interface for my users to past ...
0
votes
1answer
9 views

drupal - how to find the file that creates a tag list of articles

I am trying to re-write the code that generates the TAGS page in my DRUPAL 7 install. http://s199881165.onlinehome.us/transfem/drupal_experiment/druppy3/drupal-7.22/?q=taxonomy/term/1 where do i go ...
-1
votes
0answers
15 views

“Show and Tell” Drupal Site

Hi i am currently building a "show and tell" page, where users can show a room with photos and tell what they have in there. I tried buddypress, but it themes that the multi-user things are a ...
0
votes
1answer
12 views

Drupal Form submit

How could i sent the $first_name and $last_name variable values without attaching them in the url in the below example function my_module_my_form_submit($form, &$form_state) { $first_name = ...
0
votes
0answers
16 views

Drupal 7 rendered form error messages not displaying after submitting form twice

In Drupal 7, I have created a custom template for user register page. The template name is "page--user--register.tpl.php". We have managed to create the required look and feel. Everything is ...
0
votes
2answers
20 views

Is it possible to transfer an HTML form to a webform? Drupal

I have already made and styled an HTML form, is it possible to put it into a webform in Drupal, without having to create everything again? I mean, Is it possible to take the ids and classes to made ...
0
votes
1answer
12 views

Dupal form to search contents

I am trying to create a form to search node with particular field values. Below is my form. The node contains a city field, a taxonomy term etc. All i want to know is how to display the result i get ...
0
votes
0answers
12 views

Drupal data migrate into magento website

I have a website which is built in drupal now i want to replace drupal with website. There is one approach in my mind that first create the xml files for product and customers and then import that in ...
0
votes
2answers
19 views

Drupal form submission

I have created a form in drupal. I don't know how to handle the submission. I want to do some selection from database with the values i get from form. Here is my code to create form function ...
0
votes
1answer
16 views

How to approve a comment in Drupal when admin is replying to that comment?

I want to auto approve a comment when an admin is replying to a particular comment. This feature is available in wordpress.
0
votes
2answers
12 views

Drupal image gallery

I'm trying to create an image gallery in Drupal 7 and found this on the net: http://megadrupal.com/blog/creating-an-image-gallery-in-drupal-7 whixch seems all to be nice but after step 5, coding my ...
0
votes
1answer
29 views

In views, Drupal 7, is there a way to display the total number of fields being displayed from one node?

I have one view outputting images with specific taxonomy term. These are all coming from different nodes. Some nodes might have 2 images, some 3, you get the point. So what you have is one view ...
0
votes
0answers
17 views

Extract the first image in a node to display in views

I am trying to achieve this for Drupal 7: http://drupal.org/node/1045712 I would like to extract the first image (class is 'inserted') of a node and display it in my view. Kinda like a cover image ...
0
votes
0answers
6 views

Drupal teaser block and demote from front page

In drupal 6 I add block of a content type (teaser) below and wish to demote from front page if the datetime define in node's cck field ($node->field_timestart[0]['view']) has passed. I know very few ...
0
votes
0answers
21 views

Drupal password hash not matching existing hash

When logging into a Drupal instance (Drupal 7.22) I've set up, I keep getting a invalid username/password error. I've tried changing passwords and other users to no avail. What's especially odd is ...
1
vote
0answers
9 views

Drupal 6 to 7; returning keys instead of label

I recently upgraded from Drupal 6 to 7 and on my node pages it is now returning the keys for each selected custom field, instead of the label. This is only happening for "Select list" fields. For ...
0
votes
0answers
12 views

Adding Comment Count ToTitle Drupal Forum

I am trying to add a simple feature by adding a "reply count" to my forum title, instead of having a new "column" for reply count I want to rewrite my forum topic title to be [title] ([comment_count]) ...
0
votes
0answers
8 views

To check checkbox using drupal ajax

I am solving this problems from last 2 days i would appreciate if someone will help me- I have a custom user profile form where all user details are display what i want is when user is logged in and ...
0
votes
0answers
8 views

SSO using drupal CAS module from drupal on one system to sample java webapp on another system(having different ip) not happening

I want to achieve SSO for the two system one running on php(drupal) in one system and another running on java on onother server. To achieve this I used the JASIG's CAS (Central authentication service) ...
2
votes
1answer
18 views

Pchart - Line chart on wrong axis

Im trying to build a combined scatter and line graph. Currently the Scatter plots fine, when i come to adding the lines they're rotated 90 deg to the right, so they are vertical and not horizontal. I ...
0
votes
0answers
16 views

drupal ajax callback on language selection

Is there way to bind an ajax callback when the language is changed, i want to update a nodereference-dropdown when a language is changed (to show the values only in that language). following code is ...
0
votes
1answer
19 views

Drupal 7 form state undefined index

I create a form like this in .module file: function form_registration_form($form, &$form_state) { $form['registration']['email'] = array( '#title' => t('EMAIL ADDRESS'), '#type' => ...
0
votes
1answer
19 views

Render multiple forms, including rendering form elements, in a template

I'm sending an array of forms to a template, but I am having a hard time figuring out how to get the opening and closing form tags to print if I want to render individual form elements. Here's an ...
1
vote
1answer
17 views

jQuery UI Accordion Widget: How to have the current page's panel open automatically

$.widget( "ui.accordion", { version: "1.10.2", options: { active: 0, animate: {}, collapsible: true, event: "click", header: "> li > :first-child,> :not(li):even", ...
0
votes
0answers
15 views

Drupal Forum Changing Title Color When New Content

I am trying to add a feature to my Drupal forum that when new content is available the "Color" of the forum link title will change at my home page. See, http://gorillalogic.com/monkeytalk/forum When ...
0
votes
0answers
19 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
24 views

Drupal modules - Nice menus CPU usage and response time

I am having a problem with nice menus drupal module. It's the module that is consuming more web server time and it's the slowest to respond . This is weird for me as a so insignificant module can ...
0
votes
1answer
36 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
11 views

Listing products to compare in views using drupal7 Dynamic properties module

I have to list out my products and allow users to compare different products.Here am using dynamic properties module.I got "Add to compare" button in every product node to compare.How to show all the ...
0
votes
0answers
8 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
1answer
11 views

Setting pages on which block will appear in Drupal installation profile

Created installation profile and need to make some custom block be visible on particular pages. In profile_name.install : profile_name_install(): $values = array( array( 'module' => ...
0
votes
0answers
10 views

display webforms submission data in a view

I have simple webform in Drupal 7, with a private approval checkbox. I am trying to create a View which will display all approved submissions. What is the best way to accomplish this?
0
votes
1answer
9 views

Twitter Button Not Returning Additional Times

I have a very custom drupal site that I am working on and I have come across this problem that whenever the overlay is triggered with the twitter button nested in it, the first time it works but any ...
-1
votes
0answers
25 views

fancybox2 thumbnail and buttons helpers not working [closed]

I include the fancybox2 into Drupal 7 through a 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 ...
-2
votes
1answer
54 views

Jquery how to keep a div when you hover it? [closed]

I have two different divs, and when you hover one of them, the other one appears, and i want to keep it on the screen until you hover out this last, or you hover out the first div. I have tried this ...
0
votes
1answer
28 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
1answer
13 views

Error in drupal-commons installation

i´ve got drupal 7 installed on my pc running on localhost from Acquia Dev stack. Now i tried to installed Drupal-Commonns, but i got this error when the Install Profile stage is running: An AJAX HTTP ...
1
vote
1answer
28 views

Search index doesn't work

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
0answers
20 views

Obtain form value from Drupal 6 module form while loop

inside form hook: $count = 1; while($slice = db_fetch_array($fruit)){ $section = $slice['section']; $form[$section][$count] = array( '#type' => $slice['type'], ...
0
votes
1answer
27 views

Adjust image attribute so I can change src

<img class="lazy" title="Windows 8" alt="Windows 8" src="http://b.a.org/sites/default/files/styles/thumbnail/public/category_pictures/Windows%20Media%20Player%20alt.png?itok=NXy-3w5_" href="lazy" ...
0
votes
0answers
30 views

Moving div container functionality into styles menu in CKEditor 4.1

I'm working on creating a painless MS Word to Drupal 7 process for a client of mine who who does online publishing. I'm using the CKEditor module with the 4.1 library, although this is much less a ...
0
votes
1answer
30 views

Getting the current module name

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

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

I have created a custom page and put it in the misc folder. When I call this page through ajax, it shows the following error: Fatal error: Undefined function path_to_theme() and base_path() I ...
0
votes
1answer
39 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.
0
votes
1answer
25 views

Making Drupal 7 show a menu link regardless of user authentication

To all the Drupal geniuses out there: I have a page that is viewable only by authenticated users but I want the link to the page to show up on the public footer menu. Right now Drupal hides the menu ...
1
vote
2answers
25 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 ...

1 2 3 4 5 242