hello everybody,

I play with drupal for a while and I can't figure out one thing...

I use tagedelic module to display some tags in a cloud, it works fine, let's say one tag from the whole cloud is "restaurant" and when I click on it whole page with all restaurants is displayed, but I want do display those restaurant in a list, let's say list of restaurants names and tags added to individual restaurant like this:

-restaurant name1
tag1, tag2, tag3
-restaurant name2
tag1,tag2
-restaurant name3
tag1, tag3, tag4
-.....
.....

Anybody knows how to achieve this kind of view after clicking on "restaurant" tag from tagedelic cloud???

I use:
taxonomy.module
tagedelic.module
views.module
drupal4.7.4

Comments

globalplayer’s picture

maybe you will know how to solve my second problem, I use tagedelic module to display tags as a kind of cloud (suppose you know what I mean), but tags are only visible for authenticated user, anonymous user can't see anything even though when I give them the same permission in access control as to authenticated user...

maybe you know what I'm doing wrong and what should I do to make tags visible to anonymous and authenticated users?

globalplayer’s picture

nobody knows how to solve problem from previous post ?