So you probably want to use tagging? umbraco comes with a tagging datatype, that you can use to categorize (or tagging) your content. You'll have to add this property to multiple document types (they can share the same tag group tho) and use the tagging xslt extensions to fetch data from your umbraco instance that's related.
go to developer section, expand the datatypes node, create a new datatype, select 'Tags' as render control and optionally set a group.
how to create shared categories between different document types?
hello,
is there an easy way to create categories? (like expressionengine if someone know)
this categories shuld be shared between different content, for example blog and services -
so i can relate service with posts in the same topic.
another question: is there a good calendar module that i can use (like wordpress or expression engine).
Thanks!
Eran.
So you probably want to use tagging? umbraco comes with a tagging datatype, that you can use to categorize (or tagging) your content. You'll have to add this property to multiple document types (they can share the same tag group tho) and use the tagging xslt extensions to fetch data from your umbraco instance that's related.
go to developer section, expand the datatypes node, create a new datatype, select 'Tags' as render control and optionally set a group.
Hope this helps.
Regards,
/Dirk
thanks,
i'll check it out and let you know if its suit my needs.
Eran.
is working on a reply...