im using Drupal 开发者_Go百科7 and I want to add a new filter in views. I have a custom table \"clicks\" with two fields; nid and clicks_left.
So I\'m designing a Drupal 6 site for a lefty political party. I want to generate 48 separate \"Candidate P开发者_JAVA百科ages\" from a single configuration of Views+Panels. The panel will include pic
I\'m building a Drupal site that has a database of local services. I\'m using 2 vocabularies to categorise the services by:
I have an exposed filter for one of my views. I would like users to be able to flag specific search results so they can return to them later. All using the flag API. I know flags are normally for node
Kind-of a crazy question here... I have a view display that\'s set up as a page. It looks great in theme A (desktop), but terrible in theme B (mobile). So I made a different version of the view for t
I have a CMS system using Drupal 6 with a Template.tpl file which redirects each node to a customized template page. For example, the \"about us\" page node is directed to aboutus.tpl.php page:
I\'m searching for ideas to do the following in Drupal-7: 1- Create product categories (Main category, and sub categories, and products itself...)
I have a view listing different \"task\" nodes called \"available tasks\" I wish to have a button for every listing that will enable the user to assign the \"task\" to themselves.
I have a \"Deadline\" field in a custom content type. I am using views to display an output o开发者_如何转开发f my nodes and their respective deadlines. But I want the deadline to be a numeric days u
Alright, im probably doing something a bit stupid. Im developing in drupal 6, using views to get all images in nodes from the previous week. To put those images in a nice gallery, im using jquery Gall