Can I change the title of target page? How? I want translate default title "List of pages tagged with <tag>:" to portuguese…
You can create a new page, place a ListPages module with a tags="@URL" attribute on any page, then add target="page-name" (page-name being whatever you named the page with the ListPages module) to the TagCloud module, where the new page has whatever title you want above the module.
Thanks for making all tags with the underscore in front of them hidden by default!
λ James Kanjo
Blog | Wikidot Expert | λ and Proud
Web Developer | HTML | CSS | JavaScript
Not with the TagCloud module, as far as I'm aware, but for the ListPages module and for Live Templates, you can use %%_tags%% to show the hidden tags attached to a specific page.
There should be a way to generate a list of all of your hidden tags using that method, but as it's 12:30 am in the morning here, I'm not in the best frame of mind to be thinking about these things… my mind's drawing a blank when it comes to thinking of an example :P
Shane Smith ★ Website: Wikidot Development & Programming.
STE Wikidot Editor: Windows & Mac OS X. ★ Try it for free!.
I'm also on Twitter, follow me there! ;-)
How about an option so that I can do this: (1) I hover my cursor over the tag, then (2) I see the number of pages in a tooltip?
Or maybe some templating of how tags are listed, a la ListPages. For example,
[[module TagCloud stuff]]
%%tagname%%,,[[size smaller]] %%tagcount%%[[/size]],,
[[/module]]
