Copied to clipboard

Flag this post as spam?

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


  • Baris Isler 6 posts 26 karma points
    Jun 17, 2011 @ 03:05
    Baris Isler
    0

    Dashboard Comment Moderation Problem

     i have installed Blog4Umbraco 2.026 on fresh-installed Umbraco 4.7 

    but links in Comment Moderation tab at dashboard  not working (no postback occurs)

    Then i tried to use the built-in Change Password tab at dashborad and changed my umbraco user password successfully.

    Then again, i returned back to Comment Moderation tab and this time everythings worked properly, clickable links, mark as spam, delete etc.. Why?

    i guess there is a client-side script issue, but i could not solve?

    Did anyone have that issue, and can you help me? thanks 

     

  • Baris Isler 6 posts 26 karma points
    Jun 18, 2011 @ 01:15
    Baris Isler
    0

    i remove the other built-in tabs of Content area and fixed. i don't know why but it works fine. 

     

    uncomment below rows in config/Dashboard.config file.

     <section alias="StartupDashboardSection">
        <access>
          <deny>translator</deny>
        </access>
        <areas>
          <area>content</area>
        </areas>
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardintro.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardkits.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardvideos.ascx
          </control>
        </tab>
        <tab caption="Last Edits">
          <control>/umbraco/dashboard/latestEdits.ascx</control>
        </tab>
        <tab caption="Change Password">
          <control addPanel="true">/umbraco/dashboard/changepassword.ascx</control>
        </tab>
      </section>

  • Daniel Bardi 924 posts 2556 karma points
    Jun 18, 2011 @ 09:37
    Daniel Bardi
    0

    usercontrol conflicts I would think!... Glad you got it figured out.

  • Nigel Wilson 939 posts 2061 karma points
    Aug 04, 2011 @ 19:51
    Nigel Wilson
    0

    You can keep the change password control in to the dashboard.

    Adding the "validationGroup" to the change password functionality user control (/unbraco/dashboard/ChangePassword.ascx) fixes the issue.

    It is detailed here and I have just successfully tried it.

    Hope this helps.

    Nigel

  • Nigel Wilson 939 posts 2061 karma points
    Aug 04, 2011 @ 19:51
    Nigel Wilson
    0

    You can keep the change password control in to the dashboard.

    Adding the "validationGroup" to the change password functionality user control (/unbraco/dashboard/ChangePassword.ascx) fixes the issue.

    It is detailed here and I have just successfully tried it.

    Hope this helps.

    Nigel

  • 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