How do I fix this commerce_auction_node_presave error message?

How do I fix this commerce_auction_node_presave error message?

I am working on a reverse auction for our youth group. I’m using D7 with the commerce_auction module. I ran into the error below when setting up the content type for the auction: Notice: Undefined offset: 0 in commerce_auction_node_presave() (line 260 of... read more
How do I fix this commerce_auction_node_presave error message?

How to change pager class to view

I have HTML desing of pagger ,How to I assign my own class to pager in side view ?I dont have any idea about it so will you plese tell how can I ? read more
Backup & Migrate scheduled backup silently fail

Backup & Migrate scheduled backup silently fail

I’ve tried to use backup & migrate for backups on my omega8 based aegir server. Although I’ve defined a schedule, and setup cron interval to 1 hour, it doesn’t work – no backups are generated. Scheduled backup silently fail. Attached is a... read more
How to disable text format options in CKEditor

How to disable text format options in CKEditor

I wish users don’t have the option which text format they want to use as shown here: I have been playing around with the better formats module, Currently only works on Field API fields on fieldable entities implementing core style text processing. So this module... read more
How do I fix this commerce_auction_node_presave error message?

Drupal Print PDF module with Chinese characters

I’m using the Print PDF module, but cannot get Chinese characters to display. I have tried DOMPDF (which displays as ?????), and TCPDF (which displays rectangles). I have tried changing all the settings (Use dompdf’s Unicode Mode, dejavusans font... read more
How do I fix this commerce_auction_node_presave error message?

Redirect user to language other than default

So… i have set a drupal website with 2 languages, english (default) and portuguese. At some point during development the client asked me to change the default language to portuguese but as i’ve read all over the web that turning the default language to... read more
How do I fix this commerce_auction_node_presave error message?

Speech API Javascript and Drupal Forms

I’m using WebSpeech API to allow users speech recognition on my site. I’m using example 3 on this page: https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html. My code looks like this: function _google_speech_speak_form($form, &$form_state) {... read more
How do I fix this commerce_auction_node_presave error message?

Figuring out a conditional statement for a specific page

I have a view which is modified by a views template page – this is in Drupal 6. I’m trying to figure out a condition to affect the layout. Currently, the element seems to be generated in page.tpl.php, which is fine, but I want to add a condition for this... read more
How do I fix this commerce_auction_node_presave error message?

Form Validation. Ensure Placeholder is not submitted value

I have a Drupal registration form with a placeholder set on a first name field. I am trying to get the form to check so that if the placeholder value is the same as the submitted value it will give an error asking them to be sure to enter their first name. Here is my... read more
How to set Permission based on roles for Views Data Export

How to set Permission based on roles for Views Data Export

Using views data export module, I set the permission for different roles in the Data Export in Views like: But I can still see the Export button for all users in front page. However if the role doesn’t have permission to export then after clicking it they are... read more
How do I fix this commerce_auction_node_presave error message?

Change mark-up with a textfield using Ajax

In a form I have a field where the user have to enter the name, after this I have to update a markup with data from an external DB using the textfield as a parameter, How can I do this or even Is this posible? PD: I am using autocomplete to show a list of users when... read more
How do I fix this commerce_auction_node_presave error message?

How to add a ‘flag link’ in an email?

I want to add a ‘flag link’ in an email. I have an event content type, and every time a new event created, the users get an HTML Email. I have a flag that the users can flag this event if they want to attend. I want to embed the flag link in the email, so... read more
Cant get desired results for multiple sort criteria in a view

Cant get desired results for multiple sort criteria in a view

I have created a points table for a race event and would like to sort the results in a specific order. I am working with a table view that contains 3 sort criteria: the race event (working fine done via table settings) class of a car A, B , C and the points each... read more
How do I fix this commerce_auction_node_presave error message?

Hiding Menu Links Based on URL

Is there a way to hide menu links on the main menu based on the URL? For instance, if my URL is ‘example.com/undergraduate’, the main menu links would be different than if I were to go to ‘example.com/graduate’. This obviously can’t be... read more
How do I fix this commerce_auction_node_presave error message?

Embed Views remove pager

I have embedded view in a node with following code: <?php $view = views_get_view(‘articles’); $view->set_items_per_page(1); $view->set_offset(2); print $view->preview(‘page’); $view->destroy(); ?> I just need to display only... read more
How do I fix this commerce_auction_node_presave error message?

How do I add fields and hide them from client?

I added fields to a Client profile using Profile2, such as first name and last name. But I added another fields, let’s call it “Assigned Consultant”. But the “Assigned Consultant” field… I don’t want it to be available on... read more
How do I fix this commerce_auction_node_presave error message?

How can I create Rules condition for event when 404 error generated?

I’ve assigned page for 404 error handling (example.com/404). I’ve created Rules condition: Data to compare: [site:current-page:url], Data value: 404. And I’ve created some Rules action for this case. But when I open nonexistent page... read more
How do I fix this commerce_auction_node_presave error message?

Migrating a site that has been upgraded [closed]

I had a Drupal 6 site on a server that I’ve made a local copy of using Backup & Migrate. I’ve now upgraded this site to Drupal 7 on my localhost. When I try to move this to a server (or, as I’ve discovered, a new installation of D7 on localhost)... read more
How do I fix this commerce_auction_node_presave error message?

Get locations search: Show all markers by default

I played around with the get locations module for drupal escpecially with the get locations search part. Finally I got the thing working but I’m wondering now if it’s possible to display by default all markers on the map and not only the result markers... read more
How do I fix this commerce_auction_node_presave error message?

How do I display a block on the checkout page based on the product type?

I have created some custom blocks in code that are shown on the Drupal Commerce checkout page. I would like the block to have differ content basing on which items are in the cart. How can I achieve this in code? read more