On Nov 30, 2007 12:47 AM, Raúl Fuenzalida <[EMAIL PROTECTED]> wrote:
> Yes, I took velocity code from the template user guide and I've
> realized that what happens is different... sorry. Here is the code:
>
> #set($mytags = $model.weblog.getPopularTags(-1, 50))
> #foreach ($tag in $mytags)
> <a class="tag s${tag.intensity}" href="$url.tag($tag.name)"
> title="$tag.count">
> $tag.name
> </a>
> #end
>
> What happens is that the tag cloud is showing results from entries
> that has not been published, why?
That's a known problem:
http://opensource.atlassian.com/projects/roller/browse/ROL-1387
Until it is fxed, the best work-around is probably to refrain from
tagging drafts until you are read to post.
- Dave