


Changing label on node edit form
I want to change a label/string on a node edit form for a date field. The label is, “Show end date” – I want to change this to, “Show end date (optional)”, but I can’t find where this is set anywhere. My guess is that it is some... read more
How to get the highest value of a specific field in a multivalue field collection
How to get the highest value of a specific field in a multivalue field collection, USING PHP? This is about displaying the right discount for a marketplace product. There is a node type Product with two field collection fields: (1) field_discount which contains:... read more
Import a node with its path alias
I’m using ne-impot and ne-export with drush for importing and exporting nodes. When exporting, as part of the uuid module, the URL alias is included with the export. However, when importing a node, the alias is not kept. I have tried using another custom module... read more
How do I enable the "print PDF" link on only a specific page?
I have enabled the print module and configured the basic page content type to show a PDF print link under the basic page settings. On the print module’s Links settings page at admin/config/user-interface/print/ui, under the Advanced Link Options heading, I can... read more
Pathauto insert taxonomy term custom url
I have change the url of an taxonomy term. Now when i use a field with taxonomy term the url is showing like this: [node:field-taxonomy:parents:join-path]/[node:field-taxonomy:name]/[node:title] auto/safety-tools/audi The taxonomy term has name Safety Tools but i have... read more
Custom field Rules implementaion
I added new “Markup” field into commerce_product table using custom module. Now I need to create a rule to calculate (sell_price=prod_price*markup), but I can’t acccess Markup field throught Rules selectors. Is there a UI , or what hooks should I... read more
How to give a content editor access to the theme settings?
I’m using the Marinelli theme and want to give my main content editor access to the theme settings. Ideally just the ability to upload/change/add/subtract/enable the backgrounds of the rotating banner. I don’t see any way for them to do this without full... read more
Multiple points openlayers geojson display only the last of it
I made a module retrieving data with geodata. The import feature allows to create a file in geojson. So, i’d like to display the points and the data without using Views, only openlayers module. I saw the layer example provided with the module : Example GeoJSON,... read more
How to fallback to default language when listing nodes in a view if no translation is available
I have a list of projects, mostly in english, but some are translated in French. When i visit the French version of my website, how can I list all projects that are translated in French and if no translation is available for a specific node, display the english... read more
How do I get Facebook latest uploaded images for an account?
I am new in Drupal, I want to get all the images from my Facebook account and want to display them into front end. I tried Facebook Album Fetcher module but this module give me the facility to get images only for a particular album not for overall. I want to get and... read more
Using drush to install multiple sites, how?
I’m executing the following commands in /var/www/html on a clean Ubuntu 14.04 installation: drush dl –drupal-project-rename=Platform cd Platform drush site install standard -y –db-url=[mysql connection string]/drupal –site-name=Example1 This... read more
Shipping amount incorrect when hitting "Go back" on checkout
I am using Drupal Commerce with Commerce Flat Rate and I have setup various different rates depending on the total order amount. The normal use case works as expected, however if I am at the shipping checkout pane and I hit go back,hit continue, and then arrive again... read more
Add All link on view pager
Is there a way to add a Show All Link on my view pager. I have a Block View. I would like to be able to add an All Link button when the number of Items reach 5. I do not need the pager “Next, last 1,2,3” only the All Link button. Thanks a lot read more
Migrate: What’s the difference between prepare() and prepareRow()?
Using the Migrate module: I understand that prepareRow() runs a filter on the row and should return TRUE or FALSE based on some conditions, which allows a row to be migrated or not, but could someone clarify: when to use prepare() when to use prepareRow() why you... read more
CKEditor does not work
The ckeditor on my site suddenly stopped working without changing anything. This is what I tried up to now: update all other modules and drupal core remove ckeditor clear caches of drupal and browser download the latest drupal ckeditor module download the latest... read more
Views: Multiple Rows & Mutliple Columns
I’ve been twisting and turning the View module but can’t get simple tasks done. Well it should be simple but yet Drupal don’t have a good solution …yet. How to create 2 columns where column A have an image that spans from top to bottom and... read more
Views Exposed Filter Sort on Entity based on Term Reference Field from Entity Reference Relationship
I’ve been playing around with Views exposed filters on an entity. I have so far been able to create a relationship to another entity through an Entity Reference, and exposed the fields belonging to that entity. What I needed to sort my entity by was a term... read more
Feeds: Is it possible to set a unique field other than the title field?
I’m trying to create a feed importer that uses a unique ID that is NOT necessarily in the title field of the content type. For example, were I using the feeds importer to import a list of contacts, I’d like to have the unique ID be the phone number, yet I... read more