Tagged Questions

Drupal is a highly configurable Content Management System (CMS) and Web application framework. Questions here can often be answered in a programmatic manner or through the use of modules and configurations. The latest version with official releases is Drupal 7; Drupal 6 is still largely used; ...

learn more… | top users | synonyms | drupal jobs

0
votes
0answers
5 views

How to know the path of Compass executable?

I am trying to use compass 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 again, how ...
0
votes
0answers
7 views

How to programmatically bulk create/update aliases in Drupal 7

How to programmatically bulk alias node urls by using only drupal 7 core (with it's great batch API !)? My question is actually how to make drupal use and recognise the aliases stored in url_alias ...
1
vote
0answers
8 views

Drupal unique login

I have two instances of Drupal on same server instance 1 and instance 2 with different databases. I want to do following functionality so I will go ahead for my work. Unique login for both ...
1
vote
0answers
5 views

subnavigation doesn't show in drupal 7.14 (Bartik)

Just to say, I'm pretty much a drupal newbie... I would like to have a menu point in my main naavigation with sub menu points. I created a main point +Services with two points undernaeth it where I ...
0
votes
0answers
6 views

D6 Views field-override.tpl.php - [field] tokens not getting overridden output?

I created a theme override file for all instances of one of my CCK fields, "tags." I'm excluding most of the fields in my view, and combining them using [field_tokens] in the last fields in the view, ...
-1
votes
2answers
22 views

How can I create some specific content with a cron job

I need to create a specific content, for instance, a Page, every 15 days. Of course that goes into some cron job. But how can I do that? Do I need to implement the hook_cron at my .module?
0
votes
0answers
12 views

Creating displays to interact with data using multiple Panels

I'm wanting to use Panels to drive a whole bunch of pages for data interaction, but I'm not sure how to get Panels to "interact" with each other. I think the best way to put it is with an example. Say ...
5
votes
1answer
27 views

android HttpResponse always dies second time it is called

I have a strange glitch where I cannot make the same network call twice. HttpClient client = new DefaultHttpClient(); HttpPost post = new HttpPost(url); try { HttpResponse ...
0
votes
1answer
15 views

Drupal Block Configuration

I'm not familiar with the back end of drupal whatsoever. All I'm using is the web interface. I've been trying to modify a block in order for it to be on one page only. I read this: Specify pages by ...
1
vote
1answer
23 views

Allowing a Node Form to Submit More than Once

Using Drupal 7, I am running into an issue with Drupal not allowing node forms to be submitted twice. The scenario: I display a node form and use Drupal's ajax framework to handle the submit via the ...
0
votes
1answer
14 views

Sort view by a node reference field

I need to sort my view by a specific field that is actually a node reference field. For some reason, however, the node reference field does not appear in the sort criteria list. Is there any reason ...
1
vote
1answer
26 views

Template drupal in full HTML

Is there a way to build a drupal template for a content type which not import the tag and the begin of the tag ? in exemple, i would create a "newsletter" content type which is based on a ...
0
votes
0answers
4 views

new CCK generate new view in drupal6

I want to have an auto generated view that generate when creating a content type e.g:if I create a CCK called "man" a view generate automatically
0
votes
0answers
8 views

Video conversion is not working on node edit in Drupal 6

I am using Drupal 6. I have installed Video 6.x-5.0 successfully.When I am creating a new node with a video field then it is working properly(converting videos according to transcoder and presets), ...
0
votes
1answer
20 views

Ckeditor_image Upload Error

I Configure Ck Editor & i am try to upload Image & Browse Image from server path it will get Error. Error Statement here: xml parse Error! & get Fatel error.... cannot redeclare checnk ...
0
votes
0answers
20 views

How can I get radio buttons to output HTML in my Drupal Form?

Inside of a Drupal module I'm writing, I created a form that outputs a set of radio buttons. Each of these buttons represents a palette of colors. I would like to add some blocks of color next to ...
0
votes
1answer
26 views

Drupal 7 change Submitted by format

I'm new to drupal but learning quickly. I've got drupal 7 and I'm working on creating a theme based on Zen's starterkit sub-theme. I'm trying to find where I can customize the "Submitted by" line. ...
1
vote
1answer
22 views

How to set a default submit button on a form with multiple submit form elements?

A question exactly like this was asked last year, but this question was for Drupal 6, I'm wondering if there has been a change for Drupal 7. Can I make the second or later button in a Drupal form ...
0
votes
1answer
11 views

in durpal 7, if you follow a group, how to notify you when the group update their content?

I want to build such functionality that allow the user to follow the other users ,and when the followed person is updating the information, the follower can get notified for what they are doing. I ...
1
vote
1answer
14 views

Drupal 7 - Multiple Joins in Query Giving Me Trouble

When adding new fields to the user registration page of a Drupal site the new fields are not stored in the "User" table, but in their own individual tables. I have a custom form module page set up ...
0
votes
1answer
9 views

Error Installing Drupal 7 Date API on MAMP

When I install this Drupal 7 setup on localhost. I receive this error: An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: ...
0
votes
1answer
7 views

drupal feeds module csv import error

I am trying to import a CSV from a url using the feeds module, I set everything up but when I start the import I get the following error: An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging ...
0
votes
1answer
11 views

How to get Drupal view block with exposed filters to work within a node

I have a view block with three exposed filters that work fine within the view, but not when called within a node. It worked fine when I first called it in the node, but has since stopped working. I've ...
0
votes
0answers
23 views

Drupal Views Nivo Slider “undifined offset error”

im trying to use the "views nivo slider" module after the minor update to the lates drupal i am always seeing this error Notice: Undefined offset: 0 in ...
0
votes
1answer
18 views

Drupal 6 responsive Zen sub theme?

I am having zero luck searching for work or information regarding a version 6 responsive zen sub theme. Rather than recreate the wheel I thought I would inquire here for any leads. This is also my ...
0
votes
2answers
22 views

How to block direct content access by node number?

I installed the module Content Access on Drupal 7 to block anonymous user to view a content type. But I find a anonymous user can view them through URL like http...domain/?q=node/99. How can I secure ...
0
votes
0answers
14 views

drupal page flash links not working

I have created a page-node-38.tpl.php and copied object html tag code inside that and its working fine The website link is http://indivar.biz/centralpark/node/38 Now my problem is on the left ...
0
votes
0answers
14 views

Thumbnail link to Galleria Fullscreen

I'm using Drupal 7 and Galleria Fullscreen theme in my content. And write a module show thumbnail for this content. This is codes: if(count($p_detail->field_slide) > 0){ ...
0
votes
0answers
11 views

Drupal Adsense injector module issue

I posted this issue in the modules issue cue but got no response is any body here to help me. I installed 7.x dev version on drupal 7.12 in beginning it worked but when i install the 7.x-3.1-alpha2 i ...
0
votes
1answer
32 views

How to simulate “add another item” via JS or Jquery in Drupal 7,

Currently, I need dynamically add items (form elements, more specifically field collection items) to form via JS or Jquery ways. Anyone has ideas how to do this is appreciated
0
votes
1answer
33 views

Can I install drupal 6 and 7 in subfolders of public_hmtl on shared hosting?

I have a shared hosting account with hostgator, and currently have maybe 6 or 7 drupal 6 sites installed there. Drupal 6 is installed in the public_html folder. I have a couple of Drupal 6 sites ...
0
votes
2answers
25 views

How can I display count of imagefield images in views?

I want to display the number of images uploaded to an imagefield, in a views field or views tpl.php. How can I do this? My imagefield is called boatimages. I tried this but it comes out as 0, not the ...
0
votes
1answer
11 views

in drupal 7 's view, how to comment without redirecting to content type page?

I make a view for a specific content type, the path of content type and the path of the view are different. Now I put a form into the view, in order to comment on that content type. However whenever I ...
0
votes
0answers
11 views

Lost user when calling Drupal REST service from Android with Restlet library

I'm making REST calls from Android app to the Drupal site. On Drupal site I have REST services developed using Services 3.0 module, on Android I'm using Java library Restlet 2.0. First I call service ...
0
votes
0answers
27 views

Facebook comment count views field?

How can I display the number of Facebook comments in a views field or views tpl.php? I'm using the fbsocial module to display my facebook comments, it doesnt seem to have views integration. ...
0
votes
2answers
9 views

Drupal: “The directory is not writable”

I recently upgraded my Drupal core from 6.15 to 6.26. In the update process, I was asked to make a backup of all my files, then delete the entire Drupal installation from my server, and rebuild it ...
0
votes
1answer
11 views

in drupal 7, adding a form to a view produces multiple same forms because of multiple attachment , how to keep only one?form

I am adding a comment form to a view, in fact, in this view I have 3 attachments, so when I finally added one form in the view.tpl.php through the code $comment = new stdClass; $comment->nid = ...
0
votes
1answer
15 views

in drupal 7, how to get node id from node title?

I know the node title, and I want to get node id from the node title, I tried 2 ways but not working properly 1) $title = arg(2); // get node title from the url $node = node_load(array('title' ...
0
votes
1answer
18 views

How to display multiple images of products in drupal

I am using Drupal commerce Currently, i have displayed one large size product image or can display multiple same size product images. But, I want to display multiple images of each product, one image ...
0
votes
1answer
5 views

translate the billing information in the cart/checkout page

I want your help please I spent one week on this issue without any solution I want to translate the billing information in the cart/checkout page I dont know how?? I use translate interface but ...
-1
votes
0answers
8 views

Drupal - Edit and manage revision content in workflow module

Looking for a module, which enabling the following: Edit new content type, proceed throw workflow module, then publish the content. Create new revision for the exist content, and edit the revision ...
1
vote
1answer
17 views

Add javascript file if the user is logged in

How to add a javascript file or javascript code is the user is logged in to the website. The website is built with drupal 7.
0
votes
1answer
33 views

in drupal 7, how to get node id from url in the view?

I want to add a comment form to my view by adding $node->nid), 'comment'); ?> however, it shows up a error saying undefined variable $node->nid, then I realize it is a view not a content type In ...
0
votes
1answer
25 views

string offset as an array

I am working in drupal 6, but I think this is more of a php related question than a drupal question. I am using regex to collect certain values from an the $node object, based on the key I assign the ...
2
votes
2answers
18 views

How can i create my own hook in drupal6?

How does drupal create its own hook. Similarly i want a customized hook for myself. How am I to proceed ?
0
votes
2answers
15 views

Where does drupal saves images path i've uploaded from a content type in its table?

I have created a content type gallery. I have the fields description and image, I want to retrieve all data from content type gallery .I do not know where drupal saves image paths from a content type. ...
0
votes
1answer
21 views

Drupal 7 - What is the most appropriate way to retrieve all the rows of a particular column?

I am using the following code in an attempt to retrieve all the rows of a particular column in Drupal 7: // Use Database API to retrieve current posts. $query = ...
1
vote
1answer
23 views

Drupal 7 Not Recognizing Twilio Client in Custom Module

I have a Twilio account and I am writing a mass text message module for my Drupal site. At the beginning of the module I have set up the Twilio client with the following code: $path = ...
0
votes
1answer
15 views

drupal 7 import book set parent/book id

I need to migrate a book (some sort of manual) from an expressionengine website to drupal 7. I will be using the core book module to put the book in. Since this is a one time import I used a simple ...
0
votes
1answer
37 views

Change DIV height dynamically based on viewport height in Drupal 7

My page only consist of header and content. The header is about 90px and all my contents are placed inside a DIV. Is there a way to change the height of DIV to match the height of my viewport?

1 2 3 4 5 184