List Info

Thread: Tag questions Was: Couple of proposals for 4.0




Tag questions Was: Couple of proposals for 4.0
user name
2007-03-08 22:40:33
On 3/8/07, Elias Torres <eliastorrez.us> wrote:
>
>
> Henri Yandell wrote:
> > On 3/8/07, Elias Torres <eliastorrez.us> wrote:
> >>
> >>
> >> Henri Yandell wrote:
> >> >
> >> > So maybe this is "we should allow
multiple categories for a blog
> >> entry"?
> >>
> >> You can use tags. We have feeds based on tags
and we support multiple of
> >>  those. I'm also working on search feeds.
> >
> > I've been meaning to ask - are categories
automatically tags in your setup?
>
> We disabled categories altogether. Redundant.
>
> >
> > How do people share their tag dictionaries with
each other?
>
> We have a tagcloud. But no "tag dictionary"
per se.

Apologies for asking this when the latest trunk does have
tags - I can
only see my 4.0-dev box at home (and I've not figured out
how to make
the frontpage work on trunk there yet).

When I enter tags, I see that it offers me tag-completion.
Is that
shared between blogs?

Is there a theme that supports tags yet?

Hen

Re: Tag questions Was: Couple of proposals for 4.0
user name
2007-03-12 07:43:22
On 3/9/07, Henri Yandell <flamefewgmail.com> wrote:
> On 3/8/07, Elias Torres <eliastorrez.us> wrote:
> Apologies for asking this when the latest trunk does
have tags - I can
> only see my 4.0-dev box at home (and I've not figured
out how to make
> the frontpage work on trunk there yet).

BTW, Roller 3.1 will be the first release to support tags.


> When I enter tags, I see that it offers me
tag-completion. Is that
> shared between blogs?

I just did a little test and determined that no,
tag-completion only
considers the tags in your blog.


> Is there a theme that supports tags yet?

No and we decided to leave out a tags macro too. Here's what
I use to
display the tags cloud on my blog:

          #set($mytags = $model.weblog.getPopularTags(-1,
100))
          #foreach ($tag in $mytags)
              #if ($tag.count > 4)
              <a class="tag s${tag.intensity}"
href="$url.tag($tag.name)"
                 
title="$tag.count">$tag.name</a>
              #end
          #end

- Dave

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )