Just took a quick look at this. Try changing line ~27 of the
infotags.php script from:

                $out .= " <span style=\"font-size: " . $x . 
"px;\">[[?tag.$i|+]]</span> ";

to

                $out .= " <span style=\"font-size: " . $x . 
"px;\">[[?tag.$i|$i]]</span> ";

Basically just change the + to $i.  I think perhaps this will do it
for you...   :)

Cheers,
Dan


On Sun, Mar 7, 2010 at 2:12 PM, Phoenix Wu <[email protected]> wrote:
> original:
>  Tags: [(list '{info.tags::{p}}' delimiter=' ' join=' | ' fmt='[[?tag.
> {+p}|+]]')]
>
> this won't work:
>  Tags: [(list '{info.tags::{p}}' delimiter=' ' join=' | ' fmt='[[?tag.
> {+p}|{+page}]]')]
>
> this works fine and the tags won't be capitalized:
>  Tags: [(list '{info.tags::{p}}' delimiter=' ' join=' | ' fmt='[[?tag.
> {+p}|{+p}]]')]
>
>
> But for Tag Cloud, it's too complicated for me. :P
> It seems cannot just put {+p}(template format) into that function.

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to