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
vote
1answer
11 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
6 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 hope page. See, http://gorillalogic.com/monkeytalk/forum When ...
0
votes
0answers
13 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
15 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
19 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
4 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
9 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
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 ...
-2
votes
1answer
53 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
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." ). ...
0
votes
1answer
12 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
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
0answers
19 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
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
0answers
29 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
23 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
17 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
34 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
24 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
1answer
22 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
vote
0answers
20 views

Which is the equivalent of php drupal format_interval for javascript? [migrated]

I want to use in javascript function Drupal.t the equivalent of format_interval function. With php it's easy: print t("!date ago", array("!date" => format_interval(time() - $lastActivity, 1))); ...
0
votes
2answers
19 views

Drupal: List recently modified pages

In drupal, I would like to create a page like a site map, but also containing last modification date of each page and preferably mod author. To clarify: I need to last date the page contents have ...
0
votes
0answers
32 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
8 views

Drupal.theme.prototype[func] is undefined error when trying to remove node from subqueue

So I'm trying to remove nodes from nodequeue but always when i try to do that I get that error: TypeError: Drupal.theme.prototype[func] is undefined on line 194 of javascript-minified.js return ...
-2
votes
1answer
21 views

Drupal 7 user register form - how create own form? [closed]

I installed Drupal 7 and now I want create own customize register user form. Which file I should edit? I try: http://drupal.org/node/1063598 ...
0
votes
0answers
47 views

unset session at window unload in drupal 7

i am writing a module for field display format its working fine but if this field format should display 10 time at one page than module forget setting for all past nine that why i store all values in ...
0
votes
0answers
7 views

Drupal 6 + Services 2.X - user.login call only accepts super user credentials

I am having two drupal websites and both websites are having same users i.e. users are synced. I am using 'content profile' module in both websites, for creating users profile. My requirement is that ...
-1
votes
0answers
9 views

Drupal:Videos are not uploading well why? [closed]

I am using Drupal7,In that i want to upload my video to my site,but the video is not uploading well,means i got like uploading video(1% to 100%),but after uploading i didn't get any thumbnail of ...
0
votes
3answers
44 views

best way to grab CSS you want to style in firebug?

im using drupal to do a theme but i think this applies to any css/html using html. im basically going into firebug and copying the CSS PATH of an item i want to stylize.. but the CSS is MASSIVELY ...
1
vote
0answers
20 views

Set new relic to show data for a specific database used by a custom drupal module

I have installed New Relic on my live instance on AWS . New Relic identifies correctly the drupal modules and also the mysql database. On my environment there is a drupal module that connects with an ...
0
votes
1answer
18 views

Drupal6: $THEME_URL how to change themes based on full domain path

I have this function in my settings.php: $THEME_URLS = array( array('/optoelectronics','optotemp'), array('/power-devices','optotemp'), ); foreach ( $THEME_URLS as $info) if ( ...
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
1answer
13 views

How to set default selected QuickTabs tab depending on operating system?

I've a D6 website where I'm using QuickTabs to display block content. A download page has a 'Windows' tab and 'Mac OS X' tab - how can I pre-select the tab appropriate to the visitors OS on page load ...
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
20 views

How to display a custom form in a newly created template page

I do have a hook_form in my custom module and also have a customized page.tpl.php file .Is there any way by which you can pass the form to the tpl page.I thought of passing the $form variable to the ...
1
vote
0answers
16 views

How can I test a lightbox-driven UI in an automated fashion?

I am a tester and I use crossbrowsertesting.com (not a plug; just the site I signed up for) and the developers building the web app (on a Drupal platform) used lightbox to access some features. So, ...
0
votes
1answer
16 views

Enable autosubmit ONLY for sort exposed filter in Drupal Views

I have an exposed filter block with multiple select filters including "sort by" type of filter. All filter values are submitted by pressing "Apply" button. I want to give auto-submit function only ...
0
votes
2answers
21 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
11 views

Drupal 6 Node Preview does not work on custom view

I recently created a custom Drupal 6 view for client using a block. In order to do this using global custom text I had to create a new text/content field and exclude it from the display as I cannot ...
0
votes
1answer
27 views

Drupal6 template file not recognised

I've create a nodequeue and set the "Description / Tag" in the Defaults section to "Entertainment Highlights" and when I click to view Theme: Information it has a template suggest for style output of ...
0
votes
2answers
38 views

how can i change the entire template of the page according to module in drupal6

I have check lots of area in the web about theming in drupal6. All the tutorials in the web saying theme module, which means the theming a small area or theming a samll blobk etc. But in my case i ...
1
vote
1answer
19 views

How do i set a specific template for a specific module in drupal 6 using hook_theme

Is there any way by which i could assign a template to my custom module.I heard it may be possible.I tried out with the hook_theme function.My hook_theme looks something like this function ...
0
votes
0answers
29 views

Drupal White Screen only on product page?

I am pulling my hair out at this question. I have found many things of white screen of death and have tried many methods. Only my product page appears as a white background. However, links are still ...
2
votes
0answers
60 views

clean URL test failed D7

I have spent about four hours trying to get clean URLs to work and it is really doing my head in. I am very new to Drupal and after hearing all the wonderful things about it, this is disappointing. ...
-1
votes
0answers
24 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
26 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
1answer
18 views

Drupal 7 — #AJAX Refresh not displaying drupal_set_message errors

The issue: In Drupal 7's Form API, when using #AJAX to refresh fields, error messages from validation are not displayed until the entire page is refreshed. I see the field I refreshed highlighted in ...

1 2 3 4 5 241