Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Claushingebjerg 886 posts 2415 karma points
    Mar 03, 2011 @ 10:43
    Claushingebjerg
    0

    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?

  • Tony Bolton 83 posts 109 karma points
    Mar 07, 2011 @ 01:30
    Tony Bolton
    0

    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...

  • Claushingebjerg 886 posts 2415 karma points
    Mar 07, 2011 @ 08:28
    Claushingebjerg
    0

    No, havent found a solution yet.

    Exactly the same with the call back

  • Tony Bolton 83 posts 109 karma points
    Mar 08, 2011 @ 15:12
    Tony Bolton
    0

    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.

  • Claushingebjerg 886 posts 2415 karma points
    Mar 08, 2011 @ 15:49
    Claushingebjerg
    0

    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

  • Claushingebjerg 886 posts 2415 karma points
    Mar 11, 2011 @ 08:32
    Claushingebjerg
    3

    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.

     

    <!--
    <tab caption="Change Password">
    <control addPanel="true">/umbraco/dashboard/changepassword.ascx</control>
    </tab>
    -->
    

     

  • Simon EiderCr 1 post 21 karma points
    Mar 11, 2011 @ 13:10
    Simon EiderCr
    0

    @Claushingebjerg, thanks for posting that up, saved me from tearing anymore hair out!

  • Claushingebjerg 886 posts 2415 karma points
    Mar 11, 2011 @ 15:40
    Claushingebjerg
    0

    Would you please mark it as solved, thanks

  • Tim 1193 posts 2655 karma points c-trib
    Apr 28, 2011 @ 18:06
    Tim
    0

    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!

    :)

  • Dick Gennissen 3 posts 23 karma points
    Sep 26, 2011 @ 10:20
    Dick Gennissen
    0

    @Tim, super respone. That is the correct sollution!

  • Lee 5 posts 25 karma points
    Oct 25, 2011 @ 04:29
    Lee
    0

    @Tim. Thank you very much. I think the next versionof Umbraco should reslove this problem.

  • 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.

Please Sign in or register to post replies