Hello! I have a problem with customizing the way categories are displayed. I
want to list each category individually, so the only way i could think to do
this is:

<p>#set($rootCategory = $model.weblog.getWeblogCategory("Noticias"))
 #showWeblogCategoryLinksList($model.weblog.getWeblogCategory("Noticias")
false true)</p>
<p> #set($rootCategory = $model.weblog.getWeblogCategory("Nuestras Marcas"))
#showWeblogCategoryLinksList($rootCategory false true)</p>
<p>#set($rootCategory = $model.weblog.getWeblogCategory("Eventos"))
#showWeblogCategoryLinksList($rootCategory false true)</p> 

This code gives me two problems:

1) When i select any of those categories the name changes to
"categoryObject.name". I don't understand wy it doesn't shows the name of
the category instead. Is there an easier way to list the category one by
one? Or is there something else i have to add to my code?

2) It appends a bullet at the beginning of the category name. I can't find
the way of deleting that, i have removed the tags <li></li>,<ul></ul>, and
any other tag asociated with list in html and it doesn't go away. Is there a
way of doing this?


Horatia wrote:
> 
> 
> Hello!
> 
> Is there a way to hide one category of
> categories  displayed; e.g. from:
> 
> All                   All
> Music                 General
> General      to       Java 
> Java                  
> 
> Thank you.
> 
> Horatia
> 
> 

-- 
View this message in context: 
http://old.nabble.com/WeblogCategories-II-tp25588583s12275p26421385.html
Sent from the Roller - User mailing list archive at Nabble.com.

Reply via email to