This link has been bookmarked by 30 people . It was first bookmarked on 30 Mar 2008, by dave cormier.
-
26 Apr 11
-
04 Dec 10
-
06 Nov 09
-
03 Sep 09
-
08 Jan 09
-
14 Sep 08
-
05 Aug 08
Fuzbolero .(This thread includes a number of useful code bits, tricks and insights.)
Also in this thread: "Taxonomy Photo Gallery"
http://drupal.org/node/128085#comment-273771drupal views taxonomy qroykm reference fup fun examples snippets qrimp documentation customisation php limitation
-
I want to create a View (either a block or page, I would have application for both) that can list taxonomy terms in a given vocabulary.
-
All that to do what jastraat did in just a few lines and no extra modules...
-
Unless it's changed very recently, Views cannot display anything that is not attached to nodes. So something like a taxonomy or user list is not possible. Earl says he will do it some day, but probably not today.
-
So, the secret is choose an argument
"Taxonomy: Term Name" where the default is "Summary, sorted as view", and title is %1
-
The %1 puts the taxonomy term name into the title for the "subview" (the view once it's given an argument and is showing you nodes for a particular term,
-
<p>This is a sample of how to create a list of all terms that are being used from a particular vocabulary (category).</p>
-
This code now also includes support for the Taxonomy Image module.
-
This is what I made of it, and it is working with Panels_taxonomy!
-
Hi Nancy, Do you know how I can get rid of the bullets? They look ugly on my site
-
Put something like this in your CSS:
.no-bullets {
list-style-type: none;
}And then make sure the <ul> gets a
class="no-bullets". -
Typically, functions that start with an underscore are not documented interfaces and may change without warning.
-
Sample View - Taxonomy Photo Gallery
-
Taxonomy Photo Gallery
-
to generate Taxonomy list in 2 columns?
-
css for two column lists
-
If I want to create a page for a Vocabulary that lists the terms and few articles from each term how can it be done.
-
Some categories have subcategories. Function taxonomy_get_tree generate Taxonomy List with all categories and all subcategories. What to do to generate Taxonomy List only with categories?
And how to do to print count of all nodes from all subcategories of one category? -
taxonomy_get_tree($tid, 0, -1, 1)
-
I used taxonomy_get_tree($vid, $parent = 0, $depth = 0, $max_depth = NULL).
-
the code should be like this: taxonomy_get_tree($tid, -1, 1)
-
-
14 Jun 08
-
28 Apr 08
-
12 Feb 08
-
06 Feb 08
-
11 Dec 07
Pierre LordFRONTLINE/World Extraordinary Rendition | PBS
-
22 Sep 07
-
21 Sep 07
-
19 Sep 07
-
29 Apr 07
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.