0
votes
0answers
3 views

I have created a component rule but doesnot show in VBO

I have created a component rule but doesnot show in VBO? does any one has the same experience.... ?
0
votes
1answer
11 views

how can i create latest_news archive block

I want to create a archive list for latest_news on my site. that is my path i create two block to use contexual filters base path: Year list = /latest_news/Years Month list = /latest_news/archive ...
0
votes
1answer
8 views

allow users to continue the survey (webform) if closed by accident

I wonder if there is a way of let users continue with survey (webform) in case they close the browser or the tab. For example: I have a very long webform survey, it has like 30 questions, if Users ...
1
vote
2answers
9 views

Redirect User with specified role to specified term page

I want when user login,he/she redirect to one term according her/his role, as example if user has role worker redirect to /term/8 how can I do this?
0
votes
0answers
6 views

Drupal 7 about wishlist module

I am working on Drupal 7 project. In which used Wishlist module. Through this module I have created "like it" button. On my localhost it is working fine.But on server button it have not appeared.From ...
-1
votes
0answers
5 views

Creating filters of different content types which goes as contextual filters to the view on submit. I created a form inside a block

form['year']=> array( '#title' => t('Year'), '#type' => 'select', '#options' => _load_year(), '#ajax' => array( 'event'=>'change', 'callback' ...
0
votes
1answer
14 views

Migration of data from old site to new

I am working on data migration from old site to new site. Which module i can use for data migration. I am stucked in the issue that fields are not same in the old site and new site. How can i map ...
1
vote
0answers
19 views

Contextual filter only working on one URL

I've been going through posts such as View block not accepting contextual filter argument, Contextual filter on Views Block file not found, How do I get a block to use a URL to configure a contextual ...
0
votes
0answers
4 views

colorbox node with enabled regions - help setup

I try to add some regions to content type abc displayed inside colorbox. I can not get it to work, please correct my steps if possible. What I did: Enable regions in colorbox settings (this enabled ...
0
votes
0answers
9 views

Entity form select list filtered by views

I want to make an entity form block with select list field. Select list must get values from a field of current node. For example: Node1's multi valued field contains A, B, C Node2's multi valued ...
0
votes
0answers
6 views

Execute Rules action after sharing content via ShareThis

I have ShareThis module, visitors can click on ShareThis buttons under each article to share content on Facebook, Twitter... Now I want to execute an action (email notification) in Rules module when ...
2
votes
4answers
20 views

How to submit a custom form in drupal 7

I am new to drupal, but i have a requirement with form submission .For this i have created a static block . In that block some input types are there like dropdown menu, checkboxes radio button etc. ...
1
vote
1answer
10 views

Use One Content type's field as a reference in another content type's view?

I have following requirements : Add and List of Book Add and List of Quiz related to book. I have created content type for Book with field name : book_id,book_name,price etc..,here book_id will be ...
1
vote
0answers
15 views

Rewrite exposed filter input from url

I have created a view to list nodes path articlesearch. Now i want to filter the content with a search string based on title, body and taxonomy term with OR condition One issue i am facing is i want ...
0
votes
1answer
15 views

Using Bootstrap with a Zen subtheme in Drupal 7

I was wondering if anyone could provide me with some advice on implementing bootstrap in D7 with the a Zen subtheme. I'm really only using it for the responsive div sizing at the moment - I've got a ...
0
votes
0answers
5 views

How to accept a commerce payment from within rules?

I have a view with recent orders with a VBO field on it. Users on my website pay by bank transfer, which means that I complete the order as soon as I see the transfer on my bank statement. I want to ...
0
votes
0answers
10 views

rule to remove items from Shopping cart

I am having difficulty creating a rule to completely remove items from a Shopping cart. I have tried Before adding a product to the cart { "rules_prevent_salon_professional_xover" : { "LABEL" : ...
1
vote
1answer
19 views

Views display product attributes with prices

How do I create something like this with Views ? This is my version in the making: this is my view set-up:
-1
votes
1answer
19 views

Profile 2 display field on my account page

Use this module - Profile2 Registration Path and Profile2 - when registering, so that would be made ​​at check-in person was filling certain fields, in this regard, I have a question - how do I ...
0
votes
1answer
15 views

Which e-learning module for Drupal?

I'm new to Drupal and I'm creating a web-site where users can take a quiz. Based on the quiz results, I want to group users into different categories. In addition, users should be able to message each ...
0
votes
0answers
11 views

Multisite Drupal 7 sharing same code base

I have existing Drupal 7 site and I want to create a sub-domain using the multisite feature of drupal. I followed all the steps required for drupal multisite as below. Suppose my existing site url ...
0
votes
2answers
14 views

How to add custom login logout links in drupal7 bootstrap theme?

I am new to drupal, but i had a requirement, my current site using bootstrap theme(drupal 7) . Previously there was no login and logout buttons on header. Today i got html login and logout strip from ...
0
votes
0answers
5 views

add value to shipping service

I am using flat rate shipping service and I want to add a value to shipping service price, I know drupal commerce has a rule for this job, Add an amount to the unit price , but when I want to ...
0
votes
1answer
22 views

Alternate link to download modules from drupal.org

I am unable to download these modules for drupal 7. It shows error "Not Found" https://www.drupal.org/project/search_api_solr https://www.drupal.org/project/fuzzysearch Is there an alternate link ...
0
votes
0answers
7 views

Show profile fields depending on the profile users role

We are using profile2 to display users listed on our site which has different member levels. Is there an easy way to hide certain fields based on the profile2 users role. We still like them to enter ...
0
votes
1answer
7 views

trigger event before content is parsed after ajax

I want to ajaxify my site. Everything, that is usally parsed as "Page Content" sould be opened in a lightbox. So the idea is to ajaxify every link and let #lightbox be filled with the result. but ...
0
votes
0answers
7 views

Switching from Search API Database to Solr

i have a site which is already using Search API database and Facets search hosted on Acquia. The site main search (recipe search) is a view with exposed filters to display search and similar content ...
2
votes
1answer
30 views

Customize search block in frontpage

I am using Zen3 theme , i created a subtheme ,i want have a big search box in front page , for doing this , i created a front page template page--front.tpl.php. also i added a custom css to my ...
0
votes
1answer
26 views

Views OOP approach - Let Views extend from Meta/Parent View

Hej. On my Drupal Site I have several slider, all of them have the most in common but could differ in some way. I'd like to have a View as Meta/Parent View so that if something is changed it will be ...
0
votes
0answers
3 views

Spellcheck for Search API Database

I need the functionality of google like "Did you mean". There is no solution for Search API Database. Though it is available for Solar Search. Is there some thing i can do with views to achieve this ...
1
vote
0answers
14 views

Getting “Fatal error: Class not found” by bootstrapping external script and executing user_save function

I have a problem i've struggled with for a long time, and it's starting to really piss me off, so i hope you can help me. The thing is i'm writing a custom script (not a module) that needs access to ...
-1
votes
0answers
13 views

Create a responsive email at Drupal for phone

does anyone successfully create a responsive email at drupal? I mean, with @media rule, but not just using width percentage(like 100%) to control element width. We got one request to build two ...
0
votes
1answer
26 views

How to execute Drupal form without waiting? Ajax? Jquery?

I am trying to code one of my first Drupal modules and hitting this problem. I have a simple form in a custom module, that checks value of field_status and depending on if it is "down" or "up" ...
0
votes
0answers
8 views

Including non-Drupal location data on page

I have a search page for location-based nodes of a certain type, using a proximity-based exposed filter (on a geocoded field) from a view. On the same page, I would like to show nearby related ...
1
vote
1answer
42 views

Can I use PHPUnit for testing Drupal 7?

Drupal 8 is replacing the testing framework Simpletest with PHPUnit which could be depreciated in Drupal 9. I'm not upgrading yet to Drupal 8, but I was wondering how I can write existing tests in ...
0
votes
2answers
14 views

How to make a custom block listen to context module?

I've been creating my own module that consist an array of blocks. I plan to print them using context as oppose programatically as I already have the module on use (no need to reinvent the wheel). ...
0
votes
0answers
6 views

Is there a mailing list module that allows users to respond and then have it go out again?

My client needs a module that sends out a news type email but allows users to respond to it. their response in turn sends the email out again so other users will see it. i guess it's like a forum but ...
3
votes
2answers
62 views

Whats faster db_query, db_select, or EntityFieldQuery

So I'm trying to find out what is faster db_query, db_select, or EntityFieldQuery. Currently I'm using EntityFieldQuery. I'm grabbing about 1600 node entries. I realize this can be taxing on the ...
0
votes
1answer
7 views

i need to add rules when i access the particular views page

I have the views page. eg: www.example.com/entrepreneur when my user access the particular url means the rules will be executed. but in rules admin page React on event * am not able to find (page ...
0
votes
1answer
14 views

Adding a block to markup

I have created several content types and using views I have created blocks that take the uid as an argument and displays content that that author has created. So far so good. What I want to do now is ...
1
vote
1answer
11 views

Merge production site's content into staging through database tables

I am working on a major upgrade on my website which includes several new modules being installed, various theme changes, updates on existing modules and a few modules that were uninstalled. All the ...
0
votes
1answer
8 views

Metatag Database updates need to be ran

When im trying to add new node it gives me Error : The website encountered an unexpected error. Please try again later. When I checked in Reports. I got this. PDOException: SQLSTATE[42S22]: ...
0
votes
1answer
12 views

Trying to render an array of items with the drupal_add_html_head function

I have a preprocess_html function that gets an array of google fonts and adds them as an html class. I have it partially working but if say I have three fonts, only the last one gets into <html ...
0
votes
2answers
21 views

Form in template without <form> tags

My forms dont seem to have tags wrapping them in my templates. What am I doing wrong here? I have a template whith some calls to theme() inside it. Two of these are forms with their own template. ...
0
votes
0answers
6 views

Restrict a relationships and contextual filters to one field in view

I am trying to create a chart of site-wide versus user activity over time. X-axis is time, and Y-axis is userpoints. I can plot site-wide activity and user activity on separate charts fine. I'd like ...
-1
votes
2answers
20 views

call views block with php

I make a page and enable php filter core module too. Now I want to call a views block with php. How can I do this? How can I call a views block with php?
0
votes
0answers
9 views

How to display decoded html from a view pre_render hook?

I want to alter a view programmatically using the view pre_render hook. I am using this hook to modify a field using a custom function i wrote called "get_school_url(school_id)". This function returns ...
0
votes
0answers
6 views

How to use Feeds to retrieve HTML for nodes, each node having its own url/Xpath expression

Hithere, Maybe someone could help me ... What Im trying to do is to create a Feed, that will retrieve a numeric field from HTML source, and those HTML sources are website homepages associated to ...
0
votes
1answer
21 views

Drupal 7 completely offline, avoid Boostrap via CDN

I need to move my Drupal site to completely offline environment. The bootstrap library takes the correct Bootstrap JS and CSS from sites/all/libraries, but there is a CDN call to download Bootstrap ...
0
votes
1answer
10 views

How to change the draggable icon of new theme

I am using draggable table in my new theme. Every thing is working properly but I want to show this icon like in Bartik theme for every draggable rows:- Currently it is showing as How to ...

15 30 50 per page