Okay here's comes the task where i need some input from everybody.
I'm creating a new package for umbraco in combination with layout and uBlogsy.
Here's what im trying to do. I have different docTypes with tags and i want to display tag related Sidebar - total dynamically.
E.g. I have a content area and articles inside let's say tagged with "technical".
So i want to display the top 10 newest post with the same tags via a @RenderPage() (holding my sidebarlayout)
So
point to start could be using a list<tags> and read out all tags
in my nodes and than compare it with the other tags and if there are
matching tags order and render them inside my sidebar.
Ideas needed and thanks for every input solving this problem.
Dynamic Content - need community help and ideas
Enviroment: umbraco 4.7.0 ASP.NET 4
Okay here's comes the task where i need some input from everybody.
I'm creating a new package for umbraco in combination with layout and uBlogsy.
Here's what im trying to do. I have different docTypes with tags and i want to display tag related Sidebar - total dynamically.
E.g. I have a content area and articles inside let's say tagged with "technical".
So i want to display the top 10 newest post with the same tags via a @RenderPage() (holding my sidebarlayout)
So point to start could be using a list<tags> and read out all tags in my nodes and than compare it with the other tags and if there are matching tags order and render them inside my sidebar.
Ideas needed and thanks for every input solving this problem.
is working on a reply...