


Adding "Directions To" to Geofield Map
I have a content type with a Location text field and a Geofield. The Geofield is geocoding the Location field into a coordinate and displaying it to a Google Map embed on the page. This is working quite well and the map is always marked at the correct location. The... read more
How can I use tokens for Addressfield values without using Addressfield_tokens?
I would like to use the Town/ City field as a token for Pathauto. I thought the Addressfield_tokens module was perfect for this, but Entity Tokens breaks Pathauto’s patterns control panel; the issue seems to be common and unresolved. I’m wondering what... read more
What’s wrong in my code for setting up entity title in a Computed Field?
I have written inside a Computed Field’s Computed Code section the following code: <?php //work if the node is new and there is no value for the field yet if (empty($entity_field[0][‘value’])) { do { //calculate a promotion code... read more
Taxonomy filter exposed to user that dynamically only includes terms attached to currently published content
Background: a) Taxonomy: I have built as site that allows users to tag content of a particular content type with tags. The system started with a pre-existing taxonomy before any content was added, but has grown organically as users add content and terms of their own.... read more
How to automatically select the organic group audience when adding content?
How can I setup a link on a group page to add content that automatically selects the group audience as the referred group? For instance: I’m a member of the group “Puppy Kittens” and I’m logged in to that group page (node/12) and I have links... read more
How to force rules configuration to load
There is a rule that comes with Commerce Paypal, commerce_payment_paypal_wpp, it implements an Action: “PayPal WPP – Credit Card”, which provides an admin interface to configuring the PayPal WPP, with API Username, password, etc. We’ve... read more