Blog Post Tags

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
7/1/2010 3:58:35 AM
Gravatar
Total Posts 47

Blog Post Tags

Namaste :)

Blog Posts Tags would be a very useful feature in MojoPortal Blogs. [I've seen its in the roadmap :)]

I've tried this Tag CLoud Control http://thetagcloud.codeplex.com/releases/view/17637 in a website it works smoothly

You can Select the Tags field from the blog and pass the string like this

<%= new TagCloud(   new[] { "C#", "C#", "C#", "ASP.NET", "ASP.NET", "VB.NET"},
                        TagCloudGenerationRules.Default) %>

The more times a tag occures in the list, the larger weight it will get  in the tag cloud.

Hope it helps :)

PS: Scott Gu announced Easy embedding of SQLCE 4 in ASP.Net websites http://weblogs.asp.net/scottgu/archive/2010/06/30/new-embedded-database-support-with-asp-net.aspx :)

Thanks n regards,

nitin

7/1/2010 6:41:07 AM
Gravatar
Total Posts 18439

Re: Blog Post Tags

We actually already have Categories aka Tags and a Tag Cloud in the blog. The plan on the road map is to make a more general tagging system that can be used by any feature not just the blog, but when it is ready we will replace the current blog tagging with the new system.

I've been working on SqlCe support in mojoPortal and already have it working for the core but haven't yet implemented it for the mojoPortal.Features projects. You can expect me to blog about it soon.

Best,

Joe

7/1/2010 6:52:19 AM
Gravatar
Total Posts 47

Re: Blog Post Tags

Thanks for the update :)

I've seen the Categories Tag Cloud in MojoPortal they r nice :), but sometimes we need to tag a blog post with 5-6 tags but it belongs to only one category like here http://www.codeplex.com/Tagging/FullTagCloud.aspx

waitin for the new tagging system :)

..ur already working on a SQL CE version, that's gr8 news,

keep up the good work,

thanks n regards,

nitin

You must sign in to post in the forums. This thread is closed to new posts.