0
votes
0answers
2 views

Using ajax_command_data()?

If I have a Drupal form that calculates totals as a user selects different options, how can I keep a running total in memory? Is that what ajax_command_data is for? If so how do you store and use this ...
0
votes
0answers
2 views

Showing Taxonomy Terms with Empty Descriptions in Views

I'm trying to display a list of terms from a single vocabulary that have blank descriptions. I'm using views, and I've tried to set up some regexes as filters. A simple: [\w] returns all of the ...
0
votes
0answers
5 views

Where to initialize module specific variables

I have been using hook_init in order to initialize some _SESSION variables on my application, however a problem I got after... is that hook_init is called on every ajax request. That's why I wanted to ...
0
votes
0answers
6 views

Whimsical updates report

I just noticed that the page admin/reports/updates highlights subsequent modules as I proceed with the upgrades. For example, initially the Webform and Token modules got the yellowish highlight, and ...
1
vote
2answers
10 views

Assigning a student to a teacher

I've looked around for a couple hours but am not sure the best way to do what I need. I need to set up a student teacher relationship so that when a student logs in on some pages viewed by the ...
0
votes
0answers
7 views

Is there a module to create a panorama photo viewer?

I need to add a panorama photo viewer like this: http://www.digitalimages.gr/panoramata/fullscreen360/Pool_eng.html Is there a module to do it?
0
votes
1answer
17 views

How to authenticate a user which exists in an external site?

I would like to authenticate a user which exists in an external site. Here is a use case: In Drupal, user enters his username and password and hits submit. Drupal tries to find that user in it's ...
0
votes
0answers
3 views

Use Current Language Token in Views Filter

I have a field (Text:List['de','en','fr']) that I want to check against a custom variable ($language->language) in the Filter part of my view. The idea behind this is, that some items can be marked ...
1
vote
1answer
11 views

How to use a view as a search result page with facets?

I've created a pretty nice view with faceted filters following this guy's tutorial. It's basically a cheap way of doing getting the faceted feature without having to set up Solr. The problem I have ...
1
vote
2answers
28 views

Is there a clear separation between user data and Drupal data in the database?

I am trying to find a solution to the following scenario: Let's assume a Drupal site is in production. Users create a lot of content everyday. In development, additional features (content types and ...
0
votes
2answers
20 views

How do I go about creating a drupal site?

Simply, how does one, in a step-by-step format, go from downloading Drupal to having a relatively functional site on, say, localhost? I'm very new to drupal and am confused as to how to use it. Feel ...
0
votes
0answers
7 views

How can I automatically remove empty taxonomy term pages from being viewed?

I have a large taxonomy term list that will fill over time, however there will be a number of terms that will not contain any content for a while and want to make sure end users don't end up on empty ...
1
vote
1answer
10 views

What happens when a site goes in maintenance mode while a user is editing an node content?

Let's imagine a user is editing a node content. In the mean time, a Drupal administrator puts the site in maintenance mode. Does the user have a chance to save his work (assuming it does not have ...
1
vote
0answers
7 views

How can I mass delete multilingual strings when I know only the page that added them?

Some inappropriately placed t() functions generated a large number of strings that I do not want to translate. Unfortunately, using the Refresh strings i18n page does not clear these strings. On the ...
0
votes
2answers
26 views

How to let Drupal use two Databases

I have a problem while creating a website with Drupal. I want to use an admin specific page to insert or remove new users, instead of using Drupal admnistration panel. The question is: how can I ...
0
votes
0answers
5 views

Commerce Shipping Services rearrange - Sort function

I have added some Flat rate services and i see that it is not possible to rearrange them. A guy called Helior write me some part of the code at this post, but i can't figure it out how to make a sort ...
0
votes
1answer
33 views

Drupal 7.14 - Correct Server Permissions

I have recently installed a site on a debian LAMP server. I've finally got to work by changing the permissions to - /sites - 755 /sites/all - 755 /sites /default ...
1
vote
1answer
21 views

How to programmatically modify fields of taxonomy terms?

In D7, how do I programmatically add/modify fields to taxonomy terms? They are clearly fieldable and in UI I can add and edit fields in them just like I do in nodes but it proved to be no easy task in ...
0
votes
0answers
7 views

Apache Solr Search show only currrent user language

I'm using Apache Solr Search Integration to do the searching on our website, works great except i get results for all the language on the site instead of only the one the user is currently using. Is ...
0
votes
2answers
9 views

Robust handling of the pager in an Ajax controlled View, when shared with another user?

I have a gallery content type, it references a number of images. When viewing gallery content, a View renders a gallery image, and a pager set to display a single item at a time allows the user to go ...
0
votes
1answer
12 views

Use body field for views nivo slider instead of title field

I'm implementing a Views Nivo Slider on a Drupal site. It's currently taking the title field for the caption and using the whole text as a link. How can I configure it to use the body field for the ...
2
votes
1answer
25 views

Why are field widgets not form elements?

Form elements are often separate from field widgets, yet they implement very similar functionality. Sometimes, their functionality also creep across the two apis, such as in this question: Is ...
0
votes
1answer
11 views

Theme a view of one content type with node references to another

I'm attempting to theme a view containing of content type 'Activity' which includes Node References to a second content type 'Category'. When using the views-view-list template it appears I cannot ...
0
votes
0answers
10 views

Is there a Form element that replicates the tagging widget?

I'm building a Form API form, where I would like the user to select terms, much like the normal Field API tagging widget. However, Form API uses elements, not widgets, so I can't easily use the ...
1
vote
3answers
65 views

Javascript/CSS from module not loading

I am using a custom module (copied from a site where it is working) The module's .info file is as follows: name = jCarousel Rotator description = An image rotator implementing the jCarousel jQuery ...
0
votes
0answers
5 views

How to arrange contents (articles) in Magazine style (Volume by Volume)?

I have created a website, the front page is created by views and block is filtered by taxonomy term. All is working fine. Now I want add a facility that when we create contents, then there is a option ...
0
votes
0answers
4 views

generate or extract a automatic thumbnail for a video file using Video module in drupal 7

I need to show a video thumbnail of a video file which the admin upload using the video module. I have a content type called MEDIA.I have created field as with following settings. LABEL ...
0
votes
2answers
23 views

How to improve CDN on a drupal site?

I'm checking a drupal site with YSlow and I get a "Grade E on Use a Content Delivery Network (CDN)" with this message: "There are 43 static components that are not on CDN." Just wondering if ...
0
votes
1answer
20 views

different logo on different pages in Drupal 6

I want to switch my site logo for different pages. Actually there are two site logo's that need to appear on different set of pages on my drupal 6 website. What is the easiest way of doing this? Is ...
0
votes
0answers
6 views

Give list of all users in system apart from admin as views exposed filter on drupal 6

I want to give list of all users in system as views exposed filter list on drupal 6. Based on this some selection will be done. But i am not able to generate this list in views.
0
votes
0answers
12 views

how to show the content update status to a newly created role?

I have used Adminrole module in my system, which creates separate role as admin, everything works fine but when I update any content through this login its not showing me the confirmation message like ...
0
votes
1answer
11 views

Showing total of amount in view

I am listing the fee of students in a view developed using views 3. How can I show the total of fee for all records displayed at bottom as Total Fee: Thanks for your help.
0
votes
0answers
6 views

Format the way comments are displayed in drupal 6

Can i format the way comments are displayed by using my own module i.e. using some hooks. I want to show the comments in table manner.
1
vote
2answers
42 views

Does 'aggregate and compress CSS files' actually use gzip?

Under performance settings in my D7 site, I have "Aggregate and compress CSS files" enabled. When I run YSlow, I get this: Grade F on Compress components with gzip. There are 4 plain text ...
0
votes
0answers
9 views

How to configure Compass module with Basic theme?

I am trying to use compass framework with Drupal 7, Basic theme and Compass module on my local hosting on Windows. It is already installed on my computer. Should i install it to my local webserver ...
1
vote
1answer
31 views

How to perform action after a file is deleted?

Is there an API hook I could use to run some custom PHP code after a file is deleted? I need access to the name of the file which has just been deleted. I attempted using hook_nodeapi, and testing ...
0
votes
1answer
16 views

Which is the theme template file that contains the logo image of the site?

I need to change the output of the logo (to make it adapative) of a site. Which is the theme template file that contains the logo image of the site?
0
votes
1answer
9 views

How to add HTML to page following user/register to track Google AdWords conversions?

I want to track conversions for Google AdWords. Basically I want to track when people sign up via the user register page (i.e. when they click join). Google provides code (which is basically a little ...
0
votes
0answers
9 views

How to redirect traffic from subdomain(Wordpress) to my main domain(Drupal)

I have a Wordpress installed in subdirectory that act as my blog. I installed Drupal recently in my root directory and started moving all the contents from my Wordpress. I want to KILL my Wordpress ...
0
votes
1answer
16 views

Override favicon output

Some of search engines (yandex in my case) want me to output favicon with type image/x-icon. But drupal 7 outputs it without this type. How could i override this through template.php or any other ...
0
votes
1answer
22 views

Should I disable all UI modules once the site is in production?

Just wondering if I should I disable all UI modules once the site is in production? e.g.: Context UI Most of them are not required for any other module.
1
vote
0answers
12 views

Is the Search API module able to do range facets on numeric values?

I'm using Drupal Commerce and Search API, I'd like to put the product prices as a facet. Configuring my Search API index I managed to get this facet, but Search API doesn't seem capable of handling ...
0
votes
0answers
14 views

Custom news letter

Drupal Version: 6.26 I need a news letter, which can send users of certain group informing them the activity, which they are suppose to do for today or in future. (These activity will be fixed by ...
0
votes
0answers
7 views

delete file with rest services

services version 7.x-3.1 drupal version 7.12 I upload file in Base64 encoding with rest services resource_path: file.json how can i delete file with rest services? i now how to delete ...
0
votes
0answers
8 views

How to add a new report link

In a base install of Drupal, there is an admin link for Reports, which contains "Status Report", "Available Updates" etc. I have created a module, which generates a HTML report, but I'm not sure of ...
0
votes
2answers
24 views

Move footer structure to html.tpl.php

I've attempted to move the footer structure of a theme from page.tpl to html.tpl so the footer elements can occur outside of internal width specific layout. In doing so I receive an error: ...
0
votes
1answer
9 views

file upload using CCK not showing nid reference

I have uploaded the image using CCk the file path is stored in file table but where i can find the nid and fid for the uploaded file?
0
votes
0answers
6 views

Ubercart- free shipping through pay per click

Can anyone think of a way to offer free shipping for people who arrive at the site through Pay-per-click advertising (without a coupon code). drupal 7. thanks!
0
votes
0answers
15 views

How to load a apache solr document and send it for reindex after editing is done in drupal 7

As title says, I want to load a particular node's document and When the editing is done, I need to send the modified document to Solr for re-index programtically. How it can be done?
0
votes
0answers
24 views

How can i export data to PDF from an SQL query?

Given the following code: $query3 = db_select('1_jp_lomba', 'jp2')->fields('jp2', array('nama_lomba')); $query3->condition('jp2.jp_ke',$selected,'='); $options4 = ...

15 30 50 per page
1 2 3 4 5 246