Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

Complex hierarchical taxonomies in drupal?

CMS, Drupal

I’ve been struggling with this problem for some time now, and am a bit stumped. Bits of it are trivial to solve, but when I start hooking things up, there’s a pretty big gap and disconnect.

..

The other thing I’m hitting my head against is the need to keep data entry as simple as possible. Some really nicely designed forms have been sketched out with ease of use as the primary concern. But they’re going to be pretty darned difficult to implement in Drupal without writing custom modules. If ease of use wasn’t such a big concern, I could probably just use text fields for display so I could enter whatever text I wanted to represent the degrees, and have a set of Taxonomy vocabularies to be used to represent the data for querying and filtering. But that’s redundant data entry, and would be very confusing to anyone actually entering the data.

Full article: http://www.darcynorman.net

License: Creative Commons Attribution 2.5 Canada

Add to any service

Indexed in June 2008

Related Info Web

  • Drupal, PHP, and APC
  • Tuning APC (Alternative PHP Cache) to work with Drupal is a relatively painless process. As Dries Buytaert has noted, APC can help serve Drupal pages up to 4 times faster than a stock Apache and PHP setup. However, tuning APC for use with more than one Drupal instance can be a little bit more challenging than a single site running on...

  • Cloning a drupal site
  • Just a quick hack and reminder for myself… Situation: you developed a nice website with drupal on one of your local boxes and you want to clone this literally to a new staging host.. .. Now you fire up your web browser, and there is that disappointment: you see just an empty, white page, not even single error message! ... Full article: http://squio.nl/blog/2007/11/23/cloning-a-drupal-site/ License:...

  • Drupal SEO Checklist
  • Looking for help improving SEO on your Drupal site? There's a great little module available called the SEO Checklist. It provides a list of the best SEO modules for Drupal and tells you if they're installed. If you don't, it will give you the link to download the extra modules and then a link to enable them. We've already got a...

  • Joomla and (or vs) Drupal - Which One is Right for You?
  • During the last few months we've had a lot of clients who are very technically knowledgeable and coming to us to find out more after picking up on the buzz around CMS systems and Drupal and Joomla in particular. .. After talking and developing answers for several clients, we decided to put all we'd written into one document to help other people...

  • Why Drupal?
  • Drupal is a content management system (CMS) that you can use to create dynamic websites and web applications. Instead of using individual hand-crafted files for each web page, Drupal stores your content in a database and then creates each page on the fly as a link is clicked. This allows you to create incredibly feature-rich websites, with features like: comments user profiles .. .. A few...