Creating a dynamic contextual filter list

Creating a dynamic contextual filter list

I would like to make a grouping of articles based on the year and month. In other words something like April, 2013 March, 2013 February, 2013 January, 2013 Each would be a link to the articles section and provide a contextual filter (/articles/2013/1 for January... read more
Creating a dynamic contextual filter list

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
Creating a dynamic contextual filter list

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
Creating a dynamic contextual filter list

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
Creating a dynamic contextual filter list

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
Creating a dynamic contextual filter list

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
Creating a dynamic contextual filter list

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
Creating a dynamic contextual filter list

Saving form data and running custom queries in mysql

I’m new to drupal and although I’ve researched and asked some questions I’m still stuck on how I can achieve my end result. I have built a php/html/mysql website (www.gbpokerclub.co.uk) but I now want to create it in drupal, mainly so I can easily... read more