I am trying to build a dashboard page to pull up recent node titles of terms from four different vocabularies. I want each dashboard section (top, left, right, bottom) to print out the respective vocabulary name (say, Latest resources etc) and then list the 10 recent titles of nodes tagged with terms in that vocabulary.
Sorry if this question has already been answered. I have searched the forum but could not find an answer to my question.
I am using drupal 4.5 and image galleries (using the image module). I want to hide some of my albums and/or images from certain people (users or entire groups). I have tried using taxonomy_access but that just gives a access denied error for users who don't have access to that taxonomy.
I would like to theme my comment area - or more specificly, I would like to add an "Comments" heading above the comments.
I've searched the documentation and the source code, but has not been able to find where to do it. (I've found how to theme an individual comment, but not entire collection).
Okay, here's a nother lame attempt at getting some help with my issues.
I have recently changed to xinha as WYSIWYG editor, because tinymce kept crapping out with Firefox 1.5 no matter what. xinha is great and works like a breeze, I only have one problem: it keeps adding head and body tags to the source code, which somehow leads to line breaks that are far from pretty. Now I could use the HTML filter, which elegantly filters out these tags, but that leads to another issue: it also filters out the <!--break--> delimiter which I use for teasers in my article section.
I have been looking at the snippet pages, but couldn't find one that lists the titles of the most recent (say 10) nodes tagged with terms in one vocab, with the name of the vocab also printed out.