hi,
I'm using Drupal, Views, tag exposed filter and I would like to allow my customer to select the default tags from back-end. However when he selects some tags is not possible anymore to unselect all of them.
See initial picture: http://dl.dropbox.com/u/72686/Picture%201.png
Now all the tags are unselected, but if I select just one ...
The title for this question pretty much sums up what I'm asking.
I've got a list of taxonomy terms, and I'm using a view to display the latest post to each one. I'd like to also display a custom field set up in CCK just under this.
Currently, I'm just using "date updated" of the taxonomy term itself which was easy to set up in views. I...
I have a view with an argument based on Taxonomy Term and a page display. I get a nice summary list on the display, but I'd like to show an image and the taxonomy term. Any way to do this non-programatically?
Currently the page looks like this:
I'd like something like this: (just an idea, exact layout is irrelevant at this point)
...
I'd like to add a date field to a drupal taxonomy term, alongside the default "title" and "description"
Is there some technique/php/module that lets me do this?
Is it possible to do with CCK??
I need to be able to display the new field in the same view presenting the content nodes referencing the term.
At the moment, I've added a date...
Although it was easy to find some info online about how to theme other stuff (e.g. search results), it is impossible to find a straightforward article about how to theme the output of a taxonomy/term/247 page?
How can I do it?
...
Hi.
I have a block generated by Finder module (simple search mechanism). The block contains a form with select lists of various taxonomy dictionaries.
Their order, however seems quite random (neither, alphabetical, nor chronological) and lists regions in such an order with no hierarchy:
Italy, France, Poland, Benelux, ..., Upper Austria...
I have a Drupal (v6.17) Content Type which includes a Taxonomy field. I want to hide this from ordinary Authenticated Users, but want it available to my Site Contributor role users, so they can review and then assign tags to user-created nodes.
I've tried overriding the Node Add/Edit form in Panels 3 by creating a panel variant especia...
Summary:
I'm currently working on customizing Drupal-6 as a news portal.
In summary, I'm trying to view posts that belong to term 5 AND term 1.
The drupal documentation mentions that this can be achieved through the below taxonomy URL by separating the term ids with a comma (,):
http://drupal-server/taxonomy/term/5,1
(See. Using Vo...
While you can easily make a query result where vid=vocabularyId I'd like to know if there's a method in the api to do so so my code looks a bit less ugly. I'd like to know if theres something like vocabulary_get_nodes(vid) already implemented in Drupal's core.
...
I am trying to upgrade an old-school PHP site (http://cordair.com/) to work with Drupal running Ubercart. One of the key things is making sure URLs that people have bookmarked stay the same.
My taxonomy looks something like this
Catalog
+ Artists
+ Pablo Picaso
+ Lenardo DaVinci
+ Medium
+ Sculpture
+ Painting
+ ...
Hi ! I need to automatically assing a taxonomy term to a node based on its zipcode (field). What would be the best solution to accomplish it ?
Thanks !
...
I have a taxonomy set up similar to:
Parent Term 1
Child 1.1
Child 1.2
Parent Term 2
Child 2.1
Child 2.2
How can I restrict a certain content type to a certain term?
For example, I want to force "News Item" to only be in "Parent Term 2", so that on the content creation page only that taxonomy term would appear in the taxonomy...
I'm using Taxonomy View to display all nodes belonging to a term.
If it is a parent term, all nodes belonging to the children term are displayed (I've set depth>0).
However the nodes are displayed all together. While I would like them to be displayed in different groups (one for each children term).
Thanks
...
Hi, i'm developing my first Drupal project and i'm wondering how should alter the breadcrumbs and active menu item. part of my site setup is as follows:
Virtual Exhibitions (which is a view, that lists all the taxonomy terms related to a certain taxonomy vocabulary, breadcrumb should be "home > Virtual exhibitions")
Theme...
I want to be able to show or hide a text snippet on a node based on whether or not it was tagged with a specific taxonomy term.
Something along the lines of:
if (term('green')) {
echo"this is green";
}
else {
echo "not green";
}
What is the Drupal way of doing this?
...
Hi every one,
is it possible in joomla to make pages and users like drupal?
in drupal there is an option called taxonomy by which we can create tags which are similar into a group and can create user groups who can use a particular group of tags. and those group of users can manage pages created under those taxonomy group.
i want to d...
Hello!
I am looking for an easy way to allow visitors of our Drupal 6-based website to filter all displayed obejcts globally by a tag from a given taxonomy ("featured topics"). This way a user could eg. select the tag "marketing" from a drop-down-list, which is located somewhere near the navigation, and the system would filter all pages...
Many people have a problem with "native" Ubercart menu. Since standart Ubercart menu is not "normal" drupal-menu, it can not be used with others modules like Nice Menu etc
Also standart Ubercart catalog provides its own structure - catalog/term_ID, taxonomy/term/id not supported.
So, the question is:
May I use Taxonomy Menu as alterna...
Hello
It seems that Advanced Taxonomy Block doesn't use a PathAuto url's.
Default setting of url is taxonomy/term/%tid.
Could somebody tell me replacement for term name?, instead of id I want to use taxonomy name.
Regards.
...
Hi Folks,
I have a Content-Type with taxonomy-terms. It's a select-list, so it can have only one taxonomy - at least of that vocabulary. Now I need to build a view that lists all nodes with the same taxonomy.
Thought that this wouldn't be too hard since it sounds pretty basic. Yet I can't get it working. Any ideas? I'm trying to avoid...