Re: EternalGaming and Xaraya
[email protected] (mikespub)
| Newsgroups | gmane.comp.cms.xaraya.curiosa |
|---|---|
| Organization | not much |
| Message-ID | <[email protected]> |
In article <bchoqo$lca$1-111RdWWlOxkOkXtL6OYfHgC/[email protected]>, "Tomislav Grabic" <[email protected]> wrote: >mikespub wrote: >> In article <bc1vju$p39$1-111RdWWlOxkOkXtL6OYfHgC/[email protected]>, "Tomislav Grabic" >> <[email protected]> wrote: >>> ... >>> you duplicated the whole categorytree for each publication type. is >>> there no other way to do it? >>> >> It's not duplicated, it's shared - and that's how it should be in >> this case > >alright, but it still looks duplicated when browsing through the tree. I >think I´ve seen a discussion about other ways of displaying a sitemap >somewhere in the ngs... the current way of scrolling hundreds of lines >when there are so many subcategories is not too handy. >ciao > >Tomi If you're thinking about the articles map, yes, you can view that by category instead of by pubtype. You can switch the default behaviour to categories by changing $by = 'pub' to $by = 'cat' in the viewmap() function - modules/articles/xaruser/viewmap.php. Not that it's perfect, but it would be nicer anyway :-) Mike.