I haven't tried it yet, but I have the same question. I will be using uCommentsy without uBlogsy in Umbraco 7. I imagine the approval dashboard won't work, but I wonder if there will be any other issues. Maybe I can just install uBlogsy, which apparently has been upgraded to support Umbraco 7, and only make use of uCommentsy?
I haven't tried using it yet, but the comments approval dashboard does appear in the content tab. That's a good sign. uBlogsy 4.0, uCommentsy 1.0.2, Umbraco 7.0.4.
I'm also looking for an update to this. If you could at least make the source code available, I would be happy to update the project dependancies. Thanks in advance!
But the comments form is not showing up on the site. I debugged and found that the error message is "Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'."
Please suggest if any other versions of UCommentsy can work well with Umbraco 7.4.3 and UBlogsy 4.2. Thank you.
@Corey Sherman: Dit you get it to work with the new project dependancies?
We migrated everything to umbraco 7 but this is the last issue we ran in to...
Frans, I updated the DLL's and references to them and got it to work. Mind you, I'm just using the API (I built my own comment form). Looking at a diff of my changes, it appears I updated references to these binaries (I grabbed the ones from Umbraco 7.0.4):
Hey guys, I managed to get it working with Umbraco 7.1.1. Not quite sure where I can upload it if any of you would like it but you can email me at [email protected] and I'll send you the installable package. All that was needed was to update the references and fix an ambiguity issue.
When I installed it my website went down due to it placing a new duplicate uBlogsy section in the dashboard.config - to fix just move the new comment <tab> element under the old uBlogsySection in the config.
It also creates the Comment Configuration (which will need publishing before the comment form shows up); also I moved it under the uBlogsy Landing node for good measure.
Sorry, I have been meaning to get it on there and just havn't had the time. I am leaving my company after next week, as my placement is up, and I will no longer be available through that email address. But I'll add it as a pull request early next week.
Also thanks for this extension to umbraco - you should really look for getting umbracos support and getting it on thier main site.
By the way, if I remove the try/catch, then I get: The type or namespace name 'uCommentsy' could not be found (are you missing a using directive or an assembly reference?)
Highlighting Line 6: @using uCommentsy.BusinessLogic.Factories
I'd just like to confirm that installing the uCommentsy 2beta package (with uBlogsy 4.1) throws the error mentioned above.
I've posted some more error detais below.
Could not load type 'uCommentsy.Web.usercontrols.uCommentsy.Dashboard.Installer'.
Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Installer.ascx.cs" Inherits="uCommentsy.Web.usercontrols.uCommentsy.Dashboard.Installer" %> Line 2: <div>
Line 3: <asp:MultiView ID="MvInstall" runat="server" ActiveViewIndex="0">
Any help in resolving this issue would be greatly appreciated.
Well, mine is working now. I had to go and get the source code from bitbucket (link below), download it and build the solution again on my local machine.
Then if you take the 2beta package .zip, replace uCommentsy.Web.dll with the recompiled version, install it again and it should install.
That should at least get you close, thats more or less what i did.
At a guess, I would say the 2beta was compiled with a specific cpu setting maybe? Something like that, so the .dll wasn't being loaded and then the ascx file couldn't see the class that it inherits from. Something like that, I could be way off base...
I had to make some changes (change references? I forget) and recompile it to get it to work with Umbraco 7, and it appears it has not been updated since then.
Is there any update on getting this to work with Umbraco 7.x and uBlogsy 4? I see some workarounds, but I was hoping there was an updated working build?
I also tried to set it up, get it running by uploading the Microsoft.Web.Helpers.dll in the bin-directory, cause it was missing before. Maybe this hint helps you.
I'm not sure if it's working at the moment. I'll have to get some time to upgrade it for the latest v7 version.
I think that helpers dll issue is because ublogsy was shipping with the web.config in the views directory. That was an oversight. You can take the /views/web.config form a clean umbraco installation and try that.
I'm starting using uBlogsy and uCommentsy straingt away on Umbraco 7.2.4. Having read this topic and other materials I've managed to set up these components on new Umbraco installation (MSSQL Server) without errors.
My question is - what is uCommentsy back-end Dashboard? I supposed that it is some single place in backend where all the new comments from all post withing the site/blog can bee seen and approved. But now I see only comments as subnode of every other post. So if I have 10-20 posts with open commenting how can I know at the next morning which of those posts were commented? Now I only have to go through every other Comments subnode and check if the post was commented..
Hi, guys.
I'm working with Umbraco 7.3.1 + uBlogsy 4.
And now I'm trying to install uCommentsy for this stuff, but as result, I'm having error related with Microsoft.Web.Helpers, Version=1.0.0.0. And it's normal, because Umbraco 7.3.1 uses Microsoft.Web.Helpers, Version=3.0.0.0(!!!), but uCommentsy.Mvc.Parts.dll uses Microsoft.Web.Helpers, Version=1.0.0.0. How I can avoid this error?
uCommentsy working with Umbraco v7 + uBlogsy v4?
Anybody got ucommentsy to work with uBlogsy v4 on Umbraco v7? It's not working for us. Comment form is not rendered... throws an error.
I would like to know this, too.
I haven't tried it yet, but I have the same question. I will be using uCommentsy without uBlogsy in Umbraco 7. I imagine the approval dashboard won't work, but I wonder if there will be any other issues. Maybe I can just install uBlogsy, which apparently has been upgraded to support Umbraco 7, and only make use of uCommentsy?
+1
I haven't tried using it yet, but the comments approval dashboard does appear in the content tab. That's a good sign. uBlogsy 4.0, uCommentsy 1.0.2, Umbraco 7.0.4.
I tried to get it up and running. I got it to install fine but couldn't figure out how to get the forms showing on the front end.
Hi guys
uCommentsy currently does not work for v7. I think all I need to do is upgrade the project dependencies to v7 and rebuild, but have not had time.
I will probably get around to it this weekend.
Thanks for the update. Looking forward to it.
Hi
Any News about uCommentsy for umbraco 7?
Thanks
I'm also looking for an update to this. If you could at least make the source code available, I would be happy to update the project dependancies. Thanks in advance!
Sorry about the delay... things have been chaos. I did spend some time on this but am not near to release yet.
The source is already available here if you would like to play around with it:
https://bitbucket.org/anthonydotnet/ucommentsy
Hi Anthony,
I have installed UCommentsy Version 1.0.2 on our Umbraco website (version 7.4.3) http://parish.dev.contentactive.com/test-ublogsy/2016/post-3/
I have followed the steps shown in http://www.screenr.com/Nxk7 to implement UCommentsy.
But the comments form is not showing up on the site. I debugged and found that the error message is "Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'."
Please suggest if any other versions of UCommentsy can work well with Umbraco 7.4.3 and UBlogsy 4.2. Thank you.
Thanks for the update.
Hello Anthony,
I know you are busy, as all of us :) but do you have a timeframe for a first release?
Thanks a lot!
@Corey Sherman: Dit you get it to work with the new project dependancies?
We migrated everything to umbraco 7 but this is the last issue we ran in to...
Thanks
Frans, I updated the DLL's and references to them and got it to work. Mind you, I'm just using the API (I built my own comment form). Looking at a diff of my changes, it appears I updated references to these binaries (I grabbed the ones from Umbraco 7.0.4):
Hey guys, I managed to get it working with Umbraco 7.1.1. Not quite sure where I can upload it if any of you would like it but you can email me at [email protected] and I'll send you the installable package. All that was needed was to update the references and fix an ambiguity issue.
When I installed it my website went down due to it placing a new duplicate uBlogsy section in the dashboard.config - to fix just move the new comment <tab> element under the old uBlogsySection in the config.
It also creates the Comment Configuration (which will need publishing before the comment form shows up); also I moved it under the uBlogsy Landing node for good measure.
@Joshua:
I tryed to mail you but no answer. Is there a typo in your mailaddress? Or are you on a holliday :P
Wel let me know if you can send it to me.
Thanks
Frans
Joshua would you like to make a pull request?
@Anthony
Sorry, I have been meaning to get it on there and just havn't had the time. I am leaving my company after next week, as my placement is up, and I will no longer be available through that email address. But I'll add it as a pull request early next week.
Also thanks for this extension to umbraco - you should really look for getting umbracos support and getting it on thier main site.
Cheers, Josh.
@Anthony, @Joshua
Hi guys, any news?
Just came across this thread and was wondering if the 7 support is integrated. Would appreciate if you can update its current status.
cheers
I've been working on it. I think I'll be releasing a beta in the next week or so.
If you want, you can check out the source.
*poke* *poke* *poke*
http://our.umbraco.org/projects/website-utilities/ucommentsy
Hi Anthony,
Tried installing the beta for V7 and get an error after the install: Could not load type 'uCommentsy.Web.usercontrols.uCommentsy.Dashboard.Installer'.
After I refresh the page, it all looks like its installed, but no dashboard item for post approval.
The comment form is also not showing in the post page and I can't create a comment via the backend.
By the way, I've got uBlogsy and uCommentsy running fine on a v6 install.
By the way, if I remove the try/catch, then I get: The type or namespace name 'uCommentsy' could not be found (are you missing a using directive or an assembly reference?)
Highlighting Line 6: @using uCommentsy.BusinessLogic.Factories
I'd just like to confirm that installing the uCommentsy 2beta package (with uBlogsy 4.1) throws the error mentioned above.
I've posted some more error detais below.
Could not load type 'uCommentsy.Web.usercontrols.uCommentsy.Dashboard.Installer'.
Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Installer.ascx.cs" Inherits="uCommentsy.Web.usercontrols.uCommentsy.Dashboard.Installer" %> Line 2: <div> Line 3: <asp:MultiView ID="MvInstall" runat="server" ActiveViewIndex="0">
Any help in resolving this issue would be greatly appreciated.
Thank you
Well, mine is working now. I had to go and get the source code from bitbucket (link below), download it and build the solution again on my local machine.
https://bitbucket.org/anthonydotnet/ucommentsy/downloads
Then if you take the 2beta package .zip, replace uCommentsy.Web.dll with the recompiled version, install it again and it should install.
That should at least get you close, thats more or less what i did.
At a guess, I would say the 2beta was compiled with a specific cpu setting maybe? Something like that, so the .dll wasn't being loaded and then the ascx file couldn't see the class that it inherits from. Something like that, I could be way off base...
I'd like to check this package out in Umbraco v7.
Is it working OK?
I had to make some changes (change references? I forget) and recompile it to get it to work with Umbraco 7, and it appears it has not been updated since then.
Thanks, I'll just have to play about with it. :-)
Is there any update on getting this to work with Umbraco 7.x and uBlogsy 4? I see some workarounds, but I was hoping there was an updated working build?
I also tried to set it up, get it running by uploading the Microsoft.Web.Helpers.dll in the bin-directory, cause it was missing before. Maybe this hint helps you.
Hi
I'm not sure if it's working at the moment. I'll have to get some time to upgrade it for the latest v7 version.
I think that helpers dll issue is because ublogsy was shipping with the web.config in the views directory. That was an oversight. You can take the /views/web.config form a clean umbraco installation and try that.
Hello Anthony and others!
I'm starting using uBlogsy and uCommentsy straingt away on Umbraco 7.2.4. Having read this topic and other materials I've managed to set up these components on new Umbraco installation (MSSQL Server) without errors.
My question is - what is uCommentsy back-end Dashboard? I supposed that it is some single place in backend where all the new comments from all post withing the site/blog can bee seen and approved. But now I see only comments as subnode of every other post. So if I have 10-20 posts with open commenting how can I know at the next morning which of those posts were commented? Now I only have to go through every other Comments subnode and check if the post was commented..
Thanks!
When you are in the content section, you should see a tab for uCommentsy. That's the dashboard (it does indeed list comments for approval).
Oh, yes... sorry... Nicholas, you've opened my eyes! Thanks! :)
Hi, guys. I'm working with Umbraco 7.3.1 + uBlogsy 4. And now I'm trying to install uCommentsy for this stuff, but as result, I'm having error related with Microsoft.Web.Helpers, Version=1.0.0.0. And it's normal, because Umbraco 7.3.1 uses Microsoft.Web.Helpers, Version=3.0.0.0(!!!), but uCommentsy.Mvc.Parts.dll uses Microsoft.Web.Helpers, Version=1.0.0.0. How I can avoid this error?
Thanks!
is working on a reply...