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

0
votes
0answers
7 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 ...
0
votes
0answers
9 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
12 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
16 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
17 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 ...
1
vote
1answer
13 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
10 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
9 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
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 ...
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
15 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
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
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
19 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
32 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
8 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
43 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
12 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 ...
-3
votes
0answers
21 views

PHP Ticket system with form builder [closed]

I need a PHP application where I can forms which can be filled by the public. Then, for each record, I can manage the results (eg, closed-positive, closed-negative, irrelevant etc.). After that I can ...
0
votes
1answer
17 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
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
1answer
10 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
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
19 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
13 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
17 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
9 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
26 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
26 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
57 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
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
1answer
12 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 ...
0
votes
1answer
23 views

Some questions about Drupal

I made my first website, because we learn HTML at school, and I thought that wouldn't be bad. So after a few tries with HTML all programmed by myself, I decided to try Drupal. Well, on my laptop is ...
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
16 views

Jplayer music does not stop and will keep playing in the background and clash in IE9

I have used a jplayer module to play MP3 files in a popup. But I am getting a problem: When I close the popup, the song is still played. I want the player stops when I close the popup. This problem ...
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 ...
-1
votes
0answers
7 views

How to get a translation set ID into an RSS feed with Drupal [closed]

I need to get articles from a website running Drupal which has translations of some articles in three languages. So when I pull in the English language RSS, and subsequent the French language RSS I ...
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
34 views

Javascript Module Pattern and Google Closure Compiler

I am using the Google Closure Compiler on a Drupal project right now. My Javascript is structured using the Javascript Module Pattern. Because of the way Drupal works, I am compiling each JS file ...
0
votes
1answer
11 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
6 views

How to save string value by using auto_save method in drupal?

Below code is working for array, but i want to save string value, but i am not getting exact syntax for that. //oa_user_dob as arry it's working fine $account -> oa_user_dob = array(); $account ...
0
votes
1answer
16 views

Hook into Drupal View after form submit to modify search parameters

Basically I have a view that filters results of job postings. I have the following fields: Region, Job Field, and Position What I want to do is hook into the functionality where the user submits the ...

1 2 3 4 5 241