0
votes
0answers
2 views

Why does Drupal webform civicrm returns DB Error: syntax error when trying to add a new organization type contact?

I've setup a webform wherein all logged in users can create new organization contacts on civicrm via webform civicrm integration module. Not sure if this is a bug or I'm missing something important ...
0
votes
0answers
1 views

client side validation

I am new to Drupal. I am trying to enable client side validation on my web forms. I installed & enabled the modules as per the Drupal.org link: https://www.drupal.org/node/1324924 & then went ...
0
votes
0answers
3 views

Remove link from active page in menu

I need the active page in my menu not to be a link. So let's say I'm on the services page, I need my menu structure to look like this: <ul class="menu"> <li class="first leaf"><a ...
0
votes
0answers
3 views

translate php date?

Im my view I use last-access field for users. I use custom date format (only d) The resulot is for example 1 day 14 hours. Question: how to translate it to different language? I am not using any ...
0
votes
0answers
4 views

why am i getting an error after authenticating my twitter account? [on hold]

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'twitter_uid' cannot be null: INSERT INTO {twitter_account} (twitter_uid, screen_name, name, location, description, ...
0
votes
0answers
5 views

How to install Composer, using Acquia Dev Desktop and also a Vagrant box?

I'd like to install Composer, and use it to install PHPUnit. I use a Mac and have both Acquia Dev Desktop and a Vagrant box installed (for different teams/projects). Looking at Composer installation ...
0
votes
1answer
4 views

pdf.js unable to locate libraries in Drupal 7

I followed the installation instructions that was located in both the module that you download from the modules section in Drupal as well as also downloaded the precompiled pdf.js and pdfworker.js ...
0
votes
0answers
2 views

form_alter: Inline entity Form

I am using IEF and all is well...until I try ad implement hook_form_alter() and when I access the form via IEF UI (as opposed to directly modifying the entity) none of the changes I make appear to ...
0
votes
1answer
8 views

Actual output in view is different than preview

I have set up a view to display all nodes for 1 taxonomy term. Something got messed up and now the final view drops one node (which is also a different content type). I cannot find rhyme or reason ...
0
votes
0answers
3 views

Panel is removing my form tag

I've created a Panel showing a form declared in a module within a block, but when I save it and view it, it removes the <form> tag and does nothing. Any help why this could be happening? My ...
0
votes
0answers
3 views

best practice glossary / lexicon on d7?

I have a d7 install with literally thousands of nodes of the same content type. The nodes are generated via xml feed import. Each node has information about several 'actors' and their 'role' all ...
1
vote
1answer
8 views

how do i get rid of <p> tag in manually created block

i'm trying to remove a p tag from a manually created block. this block only contains an image and nothing else. i have kpr() function outputting block variables but am not seeing where, or how the ...
0
votes
0answers
9 views

Drupal Services 3.x - Custom error output

Is there a way to control the output in the drupal services? Example, if a argument that is required, it not provided in the call, I get the following output as a JSON array. Missing required ...
0
votes
1answer
6 views

what is the strongarm variable addititonal_settings_active_tab_*

I am using the Features and Strongarm module to move my work between sites. I am using them as a way of version controlling changes made in the database (as Configuration Management module has many ...
0
votes
0answers
10 views

Temp images still aren't being saved in custom module form

I have what appears to be an expected issue with Drupal 7 in my custom module. My temp images are removed every few hours when the system_cron() function runs. I am, however, using a form submit ...
0
votes
0answers
4 views

Custom formatter for a multi-valued field

I have a multi-valued image field and I'd like to use its delta value with the Custom Formatters module. What I want to do would be really simple with html+tokens if it were to work: <div ...
0
votes
2answers
8 views

Frontpage grid - Rowsize to big

Following configuration: Drupal 7.31 / Theme: Tb Corpal (based on nucleus 7.x-1.5) I am using views to configurate what is shown on the frontpage. Format is "Grid". Please have a look at the page: ...
0
votes
0answers
11 views

Copied site to new server, now can't log in

Have migrated my site from my dev area to the production server, and the site works OK, but I can't log into the database from within Drupal. Once a login with a valid user ID and password, the site ...
-1
votes
1answer
7 views

Are there any modules where you can import H2Database data into drupal 7 as nodes?

I'm working with the java h2 database engine and there is data that i want to query/import everyday. Is there a module or how would I go about importing such data into drupal 7 as nodes?
0
votes
1answer
8 views

Missing Logo block on a fresh build of Drupal 7 using Omega 3.x theme

I just did a fresh install of Drupal 7 and I'm currently made a sub-theme with omega 3.x and for some reason the blocks page is missing the logo block. I tried also uploading a logo image on the ...
0
votes
1answer
17 views

Drupal 7 views - Only display nodes related from user field

So I have user accounts and have added some custom fields to the user accounts. One of the fields is 'field_procedures' which is a entity reference to a content type called procedures. Inside this ...
0
votes
0answers
5 views

imageresizer outputs image paths with query strings, how can I remove query string from such resources?

In the page speed analyzers it is recommended to Remove query strings from static resources. I know how to remove these query strings from .css files in the following way: function ...
0
votes
1answer
11 views

How do I change either the text in the views data export CSV button or the button completely

I have a view that exports data, so the csv button is displayed. I want the button to read "Export" instead of CSV - how can I change the text that displays on that button or display a different ...
0
votes
1answer
15 views

How can I include a custom JavaScript file such that it can access and bind events to DOM elements?

This is my first time writing custom JavaScript for Drupal, and at the moment I am attempting to bind onClick events to buttons within a block generated by a view, but I suspect I am approaching this ...
-2
votes
2answers
24 views

Don't Allow User To Log Back In After Logging Out Of Drupal Site

This might be a simple fix, but I cannot figure out how to do it or find a module that accomplishes this. I simply need to dis-allow a user to log back into a site after they have logged out. They ...
0
votes
0answers
7 views

Add class to views row in preprocess function?

I wanna make a view with an integer field. If the value of the integer field in a row is more then x% of the average I wanna add a class to it. In what preprocess function would I do the calculation ...
0
votes
1answer
8 views

User Import: Possible to use other variables in the user notification email?

We are using the User Import module to populate the User list, and having it send out a notification email with a temporary login URL. In the notification email section of User Import configuration, ...
0
votes
2answers
21 views

Multiple copies of the same content shown due to voting

I have made an image gallery using views. I want to create a vote option for each image. I used the Rate module and I've created a rate button which looks something like this I used the yes/no ...
0
votes
1answer
3 views

logintoboggon and user registration password to allow users register with password and email verification at the same time

Im using logintoboggon module to enrich account functionalities, in its settings there is a field "set password", if not checked anonymos users can't choose their passwords in registration form and by ...
0
votes
0answers
7 views

Drupal 7 + Data (External) + Views - Can't Add Relationship [White Screen + JSON]

I can't add relationships to Views generated by the Data module. I have some external (related) tables I need to patch together for viewing, and linking from other parts of the site. I get a white ...
0
votes
1answer
9 views

Implementing Google CSE Results Code

I'm trying to implement the Google CSE Search Results code on a page that I created called search-results. When I implement the code using CKEditor (PHP mode) and save the page, the code does not show ...
0
votes
1answer
10 views

flex slider with unique links and no links

I have a flex banner that displays images from a content type I have created for the banner. In my banner view I can only link the image to the original image, the banner page or nothing. My goal is ...
-1
votes
2answers
25 views

Is it possible to create in Drupal a multiple pages on single page

Please check screenshot , without moving to any new URl when i click on Q&A it shows at right side the result even i can edit and save without going to new URL, everything happens on same page Is ...
0
votes
0answers
3 views

Commerce- How can I modify order details with hook_commerce_paypal_wps_order_form_data_alter()?

I want to modify the information Commerce sends to PayPal so that the order description on PayPal describes the product, not the order (users on my site can only order one of two products, so I think ...
1
vote
1answer
12 views

Lightbox2 doesn't open html content and links

I installed Lightbox2 module and I tried to link an image to a webpage, say google.com, this is my code <a href="https://www.google.com/" rel="lightframe[][This is Google]"><img ...
0
votes
0answers
9 views

Rise integer value to one [duplicate]

I try to rise integer value to one using db_update. But it not works, here is my code: db_update('voting_nomination_counter') // Table name no longer needs {} ->fields(array( ...
0
votes
1answer
16 views

How do you add information text to a Drupal 7 form?

I have this: $form['rate_the_room']['room_rating'] = array( '#type' => 'radios', '#title' => 'How would you rate the room you stayed in?', '#options' => array(1 => 1, 2 => 2, 3 ...
0
votes
0answers
9 views

Field Collection import

I've created Award field which is a type of field collection in user entity. Where user will select the awards they received. I want to import the set of users. Am using User Import Framework module ...
0
votes
0answers
12 views

Get all post from table and put it in excel sheet [on hold]

I have website with 25025 posts, And i need to get the post name and the post url for all post in 2014. and export it in Excel sheet. How can i do that. i try to do this query but i dont get the URL ...
0
votes
0answers
15 views

Module Secure Page for SSL: from https to http lose session

I have a problem: I work on Drupal 7 with Drupal Commerce Kickstart (Kickstart2 distribution). I have installed the module SecurePage to manage which pages are under https and which under http, I ...
-2
votes
0answers
23 views

Bootstrap / Jquery vs. Drupal [on hold]

Anyone who has a good solution for the following problem? I am using Bootstrap and Drupal 7, so things like tabs.js (part of bootstrap), are using the $-sign for jQuery. But as it seems drupal does ...
2
votes
2answers
46 views

How to rebuild registry table?

I've truncated registry table, because of the other problems, but now I have problem rebuilding the registry table based on the files listed in the database. I'm calling registry_update(), ...
0
votes
0answers
10 views

“File (Field) Paths” and “Media” modules: files not saved in the intended folder

I'm trying to use both the "Media" module (1.4) (to manage uploaded files) and the "File (Field) Paths" (to keep the uploaded files organized in various subfolders). Basically, I have a content type ...
0
votes
2answers
17 views

Multi step form with click and state logging in Drupal 7?

I need to create two separate forms flows. Essentially the one case has 3 pages (intro, questions, thank you), while the other has 4 pages (intro, questions, questions, thank you). I want to be able ...
0
votes
0answers
7 views

when Node Date Field is empty adding node returns 'The website encountered an unexpected error. Please try again later.' message

I have a field on a Node.content.type which is a date field. recently we've noticed if you enter a blank date here I get the error - 'The website encountered an unexpected error. Please try again ...
0
votes
0answers
7 views

Custom widget for field collection with multiple values

I need to create a custom field widget for a field collection. My field collection is called Article and has the fields "Title", "Summary" and "Description". My content type has the field of type ...
0
votes
1answer
18 views

Drag & drop upload plugin, how to make it multiple

I am trying to use this module to upload multiple files into a schemma that I created (in a separated module), https://www.drupal.org/project/dragndrop_upload $form['file'] = array ( '#type' => ...
0
votes
1answer
20 views

How to alter view query

I am just looking for altering select query, created by any view just before its execute. For e.g. I want to add some manual filter which I can't add from Views' UI. Thanks in advance
0
votes
0answers
9 views

Multi groups level content moderation

I created some groups (E.g., Group1, Group2, Group3). Group member of "Group1", posted one "Blog" to multiple groups and it is in "Needs review" state. Group owner of Group2 changed "Needs review" to ...
0
votes
4answers
30 views

How to show the contents of view page from template?

I'm trying to theme a view page on Drupal 7, I used views-view--name-of-page.tpl.php So now it's blank right? I invoked some blocks on the view page and added some divs to style but I can't seem to ...

15 30 50 per page