On Thu, Mar 13, 2008 at 2:02 AM, ballistic_realm
<[EMAIL PROTECTED]> wrote:
>  with my Jroller version 4.0. Server apache tomcat 6. Mysql5, java 1.,5.0_10
>  and winxp prof sp2 , i have another question again.

FYI: the name of the software is Apache Roller. JRoller is the name of
a website that runs Roller but that is not associated with the Apache
Roller project.


>  First of all i apologize if my question will sound very newbie and stupid
>  I am reading along the tag cloud thing
>
>  i notice this line
>
>  #set($mytags = $model.weblog.getPopularTags(-1, $maxtags))

That should get all of the tags used in your blog, up to the number
$maxtags. Where did you define $maxtags.


>  However when i am trying to display the tags using
>  #foreach ($tag in $mytags)
>    $url.tag($tag.name)
>     $tag.name
>  #end

Could be a bug, but did you defined $maxtags somewhere?

- Dave

Reply via email to