I'm in the process of porting a site to Drupal because I like it's capabilities. I'm working with the latest 4.7 beta. I'm wondering if I could ask you how I could get the tagadelic module to do something specific?
If you go here, www.whatdoesthatmean.ca/browse
You'll see that I've got a page set up to browse entries on this site (which will be a lexicon of English idioms - the original is at www.whatdoesthatmean.com, and uses the mediawiki platform).
What I'd like to be able to do on this browse page is have three sections (probably blocks):
Browse By Country
-- All the country tags displayed --
Browse By Region/City
-- All the Region City tags displayed --
Browse by Additional Category
-- All the Additional Category tags displayed--
I can currently call up all the tags in use by using the appropriate URL - for example http://www.whatdoesthatmean.ca/tagadelic/chunk/1
But I'd like for "tagadelic/chunk/1" output to be displayed on the same page as "tagadelic/chunk/4". I hope I'm clear here.
I tried setting up a php block in much the same way as the Google AdSense module works (that uses a print adsense_display command), but my knowledge of PHP is minimal at best, and I don't know what or how to call something out of the tagadelic module to make it work.
I chose the tagadelic module in part because it's one of the few things that's working with 4.7 at the moment (very little else has been ported) and because it seems to be one of the few things that groups vocabulary for display without showing all the nodes... the weighted display is an added bonus.