Language
  • English
  • Français
Drupal custom theming or module development price estimate calculator

Advanced

Drupal Question Urgent....

Hello

I have a taxonomy embedded view for a page and i need to break the taxonomy view into individual terms and display few of the terms in a block.

For example say i have a vocabulary called article type with terms health care, grooming, travel , nutrition. I need to break this article type taxonomy by its terms and then for few the terms i need its view to be displayed in the block.

All your feedback are valuable...

Thanks in advance

Csurocker

How to export data from drupal into xml format

hello

How do i export a feed daily to my website hosting company in a xml format?

Thanks in advance.

1 Responses | READ MORE

Mac OSX + Drush = Time saved

The longer I have my mac the more things I find that drastically simplify my life as a Drupal developer. Now for fairness sake I should admit that there are still some things about mac that annoy me (namely Finder which is in many ways inferior to the windows explorer), but that is another story all together. Drush, the command line tool for Drupal is one of those many little things that make me very happy to have broken free from the slimy grasp of Bill Gates and his minions.

Taxonomy+Views+Panel

I'm currently busy with a Social Networking website. I have a problem implementing a functionality called "City Guide".

http://i47.tinypic.com/zlbxx4.jpg
This is what I'm trying to do actually
So far I could not separate the exposed filters from the Views :(

The question here is, how can we send arguments between panels and how can we show our views items in separate panels?

In my particular occasion, each City Guide item has 2 taxonomy vocabulary and some CCK fields. I want to put "City Guide" items in 3 panels
1) Top: City(taxonomy vocabulary) as a dropdownlist(exposed filter)

4 Responses | READ MORE

Displaying Hierarchical Content???

hi
this the situation I have [please click on the link - it is the printscreen]
http://www.freeimagehosting.net/image.php?6938a82673.jpg

i am using Drupal 6

as you can see i am displaying 2 content types (for the second one i created view/block and displayed in content) and i want to specify the view (for that second one - 'lyrics') in that way so it will only apperar on the specific pages

if someone added new song 'song 1' and that song belong to 'album 1' i want the lyrics to be display only on the 'album 1' page, not on every album pages

2 Responses | READ MORE

Official Documentation for the JQuery Menu API

This document is intended for module developers who wish to make use of JQuery to process an array of hierarchical data into a click and expand menu. It is written with the assumption that you are a programmer and that you know how to create multidimensional arrays through recursive functions.
The only function that third party modules need to call from JQuery menu in order to create a click and expand menu is as follows:

theme('menu_creation_by_array', $menutree, $trail);

This calls the theme function menu_creation_by_array() and sends it two arguments:

3 Responses | READ MORE

How to show all nodes tagged with children terms with Views 2 for Drupal 6

The Views module for Drupal 6 (also known as Views 2) ships with several default views which allow you to override certain Drupal core list pages. One of the most useful of these views is the view provided for taxonomy term list. Just recently I decided to set up views to override my taxonomy pages so that they would show children terms, but when I jumped into the Views 2 interface and tried to actually do it I was left a little perplexed; if you are reading this page you probably were too.

7 Responses | READ MORE

How to use the Webform module to create custom forms for your Drupal Website

The Drupal Webform module by Nathan Haug aka “quicksketch” is in my book rates up there in the top ten most important Drupal modules in existence and it’s not that hard to use once you understand how it works. This is a brief tutorial designed to help people get a handle on the Webform module quickly so they can start using it to add web forms to their website. Note: This tutorial is written in the context of Drupal 6. There may be minor differences for Drupal 5 installations.

How to theme the search form for Drupal 6

Drupal is made to be customized; however some parts of Drupal theming don’t have much documentation written about them. Theming the search form is a good example. I don’t know if someone has added a tutorial in the last couple of months, but when I made the switch from Drupal 5 to Drupal 6 I couldn’t find a tutorial anywhere that explained how to do it, and the function that I had used for Drupal 5 was no longer working. So I tinkered with it a little, and after a bit of trial and error I came up with a method that works.

Ask a question related to Drupal development or administration