Unanswered Questions

10
votes
0answers
227 views

If parent feeds (import) node is unpublished, how do I not include it in the import schedule?

If the parent feed imports a node (the form/node to input the feed URL, not the feeds importer) that is unpublished, I'd like to have it (the feed URL) not be included in the cron schedule to ...
7
votes
1answer
177 views

Hook for Field Duplication

I have a custom module that is formatting the display of an image field, which can accept multiple values. I would like to know what hook I should use to duplicate the first value of the field (e.g. ...
5
votes
1answer
189 views

Does Drupal 7 run on AWS Elastic Beanstalk for PHP?

I'm looking at AWS Elastic Beanstalk. Does Drupal 7 run on AWS Elastic Beanstalk for PHP? Any extra info regarding caching and performance (e.g. comparison with PressFlow, or Memcache) is welcome.
5
votes
0answers
60 views

Any particular vacuum policy to increase performance using Drupal with PostgreSQL?

I'm running Drupal 7 with PostgreSQL as a Q&A (with a lot of nodes inserts/updates and several contrib modules). Do you recommand any particular pgsql vacuum policy on particular tables ?
4
votes
1answer
64 views

How to add two products in one click

In my Drupal Commerce site, I have a product type - an attribute which refers to another product type (via reference product). The display is: Type 1 Product 1-1 x Product 1-2 x Product 1-3 x ...
4
votes
2answers
54 views

Converting hard-coded menus to using the Menu module

I have a site built in Drupal 7 with the navigation hard-coded in template.tpl.php. How do I go about switching this over to use the menu module instead? I've already have the menu recreated in the ...
4
votes
2answers
146 views

Displaying node reference select list as ordered menu list

I want to display the Node Reference Select List (usually a long list of nodes, unordered and generally quite long) as an ordered bunch of nodes, that replicate the structure of the menu system. The ...
4
votes
1answer
30 views

Views Menu Tabs and Ajax?

Is it possible to use menu tabs/default menu tabs available in Views, along with ajax, so that hitting a tab does not load a new page?
4
votes
2answers
391 views

Change $form_state in AJAX callback

I am creating a form which uses the form API '#ajax' attribute, and I need to make changes to $form_state when the AJAX-enabled button is pressed. Here's what I've got: Inside my form builder ...
4
votes
1answer
119 views

Prevent Multiple Form Submissions (Server side)

I'm running into a problem where a user can submit any form built by the Form API multiple times (fast clicking resulting in multiple requests). I've put in the basic client side (javascript) ...
4
votes
3answers
158 views

How can I control access to group-private content based on organic groups roles?

I would like my groups to be able to create content that is not only private to a group, but also private to certain roles within the group. For example, a post that is only accessible by members of ...
4
votes
1answer
403 views

Add ajax popup multistep form

I am trying to build an ajax popup for my custom built multi-step form using the form API. I have examined the module "modal forms" and wondering if i should use that module or just create the ajax ...
4
votes
2answers
300 views

Views slideshow pager as menu tabs

I wondering if this is possible. I can not find any information on this topic, but I am trying to make my pager that is in a Views slideshow into the menu tabs of my navigation, so that if I scroll ...
3
votes
2answers
91 views

Adding Meta Data to Content Types

I'm trying to add more fields to my content types That is, I have a content type called "Cars" and another called "Airplanes" And I want them both to belong to a category called "Transportation". ...
3
votes
1answer
52 views

Display views result from a certain entry on

I have a ranking list on my Drupal site (Database output sorted by points, and I assign a rank via the field "Global: View result counter"). Now, displaying the entire ranking list is no problem. But ...

15 30 50 per page
1 2 3 4 5 183