I've come across some problems with this package. I've read all the pages on your site and gone through various checks and reinstalls but no luck getting it working yet. The steps to replicate the problem are as follows.
Create 2 blogs adding relevant categories for grouping tags
Create post with one of the blogs
Tag post with "test1"
Check front end to make sure tags are appearing in correct blogs (using amended XSLTs) and check post has been tagged correctly and appears in filter by tag. - All OK at this point.
Go back into the post in Umbraco and it displays no tags.
Check cmsTags and cmsTagRelationship tables in Umbraco DB. Tag has been created within correct group and tag relationship with this node is correct (despite now not showing in Umbraco)
Republish post
Check post in frontend. Post is still tagged correctly however now does not appear when filtering by tag
Everything is still ok in Umbraco DB, relationships still exist
Go back into Umbraco and try tagging again by typing exact same tag and clicking on autocomplete option
Check front end. Post now has 2 tags both exactly the same and the filter by option now works
Checking in the cmsTags and cmsTagRelationship tables in Umbraco DB a new tag has now been created with the same name "test1" but this time with a group of "default" and a record has been added in cmsTagRelationship linking the post with the new tag.
Go into Umbraco and tag now appears correctly against the post
Sorry for the long post but thought I'd give you as much info as possible. Been banging my head against the wall for a couple of days with this now.
There was an issue in the Refactored.UmbracoExtensions.dll that caused the recursive lookup of the Category property to fail when the Blog Post was published. I've uploaded a new package (version 0.4.2). Try it out, and please let me know if there are still any issues.
I am having a similar problem. But i am using the Umbraco version 4.5.2 and .net 3.5 framework. I cannot install your package as it is saying the assembly is built in a new version . Can you help me out how can i solve the issue in showing the tags to specific group.
The package is built on the 4.0 Framework only, so it won't run in installations built on the 3.5 framework. If you're handy with C# development, there are a couple of blog posts on my website that go into detail, or send me your email address (send a message from my website's contact page) and I'll email you the source code so you can have a go at re-compiling it. I'm happy to put up a dotnet 3.5 version, but don't have the time right now...
Thanks for your quick respone.much appreciated buddy.
As suggested i have sent an email from your website from the contact us page with my email address. Can you please provide me the source code for the version of .Net 3.5 framework so that i can use it and slove the issue.
Is there a reason why you're using the 4.5.2 version of umbraco? I would strongly recommend you upgrade the site to 4.7 and dotnet 4.0 as the project is built against the 4.7 binaries and there's no guarantee that you'd be able to compile without some code changes. You will probably find it easier to upgrade instead.
My client is having his umbraco version installed with 4.5.2 so i need to use it with that version. I dont know when he will upgrade the umbraco to 4.7 version.
Posts lose tags and other problems
Hi
I've come across some problems with this package. I've read all the pages on your site and gone through various checks and reinstalls but no luck getting it working yet. The steps to replicate the problem are as follows.
Sorry for the long post but thought I'd give you as much info as possible. Been banging my head against the wall for a couple of days with this now.
Any help appreciated
Ben
Hi Ben,
There was an issue in the Refactored.UmbracoExtensions.dll that caused the recursive lookup of the Category property to fail when the Blog Post was published. I've uploaded a new package (version 0.4.2). Try it out, and please let me know if there are still any issues.
Regards,
Rob.
Hi Rob
That seems to have worked.
Thank you very much, much appreciated.
Ben
Hi Rob,
I am having a similar problem. But i am using the Umbraco version 4.5.2 and .net 3.5 framework. I cannot install your package as it is saying the assembly is built in a new version . Can you help me out how can i solve the issue in showing the tags to specific group.
Thanks
bobby
Hi Bobby,
The package is built on the 4.0 Framework only, so it won't run in installations built on the 3.5 framework. If you're handy with C# development, there are a couple of blog posts on my website that go into detail, or send me your email address (send a message from my website's contact page) and I'll email you the source code so you can have a go at re-compiling it. I'm happy to put up a dotnet 3.5 version, but don't have the time right now...
Hi Robert,
Thanks for your quick respone.much appreciated buddy.
As suggested i have sent an email from your website from the contact us page with my email address. Can you please provide me the source code for the version of .Net 3.5 framework so that i can use it and slove the issue.
Thanks
Bobby
Hi Bobby,
Is there a reason why you're using the 4.5.2 version of umbraco? I would strongly recommend you upgrade the site to 4.7 and dotnet 4.0 as the project is built against the 4.7 binaries and there's no guarantee that you'd be able to compile without some code changes. You will probably find it easier to upgrade instead.
Hi Robert,
My client is having his umbraco version installed with 4.5.2 so i need to use it with that version. I dont know when he will upgrade the umbraco to 4.7 version.
Thanks
Bobby
Hi robert,
I tried to work on the code that is mentioned in your blog. when i try to create a blog type datatype in .net i get error at the foloowing location.
string
category = (
string
)BlogExtensionsLibrary.GetValueRecursively(nodeId.Value,
"category"
);
Umlaut.Umb.Blog.BlogLibrary doesn't contain the defnition for the "GetValueRecursively". Can you help me how what reference am i missing.
Thanks
Bobby
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.