I've downloaded the source to take a look. Seems like it uses linkbuttons in the moderation panel to do it's work - and I'm using Firefox/Safari which has problems with linkbuttons if I remember correctly so that might be the reason it's not working.
I'll see if I can replicate when I get a chance, and try it in IE as well.
IsaacW on Codeplex figured out what the issue is..
"In Umbraco 4.6.1 (im running 4.7.0.RC) , there is a Change Password Tab that does validation on postback. Disable that tab in the dashboard.config file and all the controls on the page will be able to postback.
eg.. Just comment out the following line OR move the comment section to its own dashboard.
I just ran into this, a better solution than just deleting the change password panel control (/umbraco/dasboard/ChangePassword.ascx) is just to open it up in notepad, and add validationgroup="password" to the three validation controls on the page. That way you can still have the change password panel and it won't break any other dashboard controls!
Comment moderation not working...
Ive just installed UComment on 4.6.1 and everything went perfect... but...
I can't delete comments on the dashboard. Neither single comments or by marking several and "delete selected"...
Any ideas how to fix this?
Hmm,
I've got the same issue. Did you work it out in the end or is it still a problem?
It's almost as if the callback isn't firing...
No, havent found a solution yet.
Exactly the same with the call back
I've downloaded the source to take a look. Seems like it uses linkbuttons in the moderation panel to do it's work - and I'm using Firefox/Safari which has problems with linkbuttons if I remember correctly so that might be the reason it's not working.
I'll see if I can replicate when I get a chance, and try it in IE as well.
I've tried in FF and Chrome on mac and IE8 on windwos, and none works.
and we're not alone http://ucomment.codeplex.com/discussions/244616
IsaacW on Codeplex figured out what the issue is..
"In Umbraco 4.6.1 (im running 4.7.0.RC) , there is a Change Password Tab that does validation on postback.
Disable that tab in the dashboard.config file and all the controls on the page will be able to postback.
eg.. Just comment out the following line OR move the comment section to its own dashboard.
@Claushingebjerg, thanks for posting that up, saved me from tearing anymore hair out!
Would you please mark it as solved, thanks
I just ran into this, a better solution than just deleting the change password panel control (/umbraco/dasboard/ChangePassword.ascx) is just to open it up in notepad, and add validationgroup="password" to the three validation controls on the page. That way you can still have the change password panel and it won't break any other dashboard controls!
:)
@Tim, super respone. That is the correct sollution!
@Tim. Thank you very much. I think the next versionof Umbraco should reslove this problem.
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.