Hi,
I'm trying to build a site that shows a directory of vocabularies and terms in the same what that Yahoo! Shopping (http://shopping.yahoo.com/) and Joomla! Extensions (http://extensions.joomla.org/) displays their Shopping Categories and Joomla! Extensions Directory respectively. I'm thinking this can be done via Views and CCK, but I have no idea how.
Is there a tutorial that can lead me to the right path? Also, is this actually possible with Views?
On Mon, Sep 15, 2008 at 1:00 AM, Andres Montiel, CUA kyutums@gmail.com wrote:
Is there a tutorial that can lead me to the right path? Also, is this actually possible with Views?
I've done something like this using the custom argument parsing in Views (and passing that to a filter), and then playing with the template. It's not a clean solution, but it works.
There is also a "Directory" module that does something like this, didn't really work for me.
This probably isn't the best answer, and hopefully the drupal gurus can chime in and lead you to a better solution.