Copied to clipboard

Flag this post as spam?

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


  • Andrew Blackmore 84 posts 127 karma points
    Feb 24, 2010 @ 22:51
    Andrew Blackmore
    0

    Making contact log info go away

    Hi All,

     

    When I log into Umbraco, it displays a warning about there being no contact us logs and no email to a friend logs. I don't have either of those currently implemented on this solution and would like not to see it. I have no idea how to get rid of these however. Any ideas?

     

    thanks

  • Douglas Robar 3570 posts 4711 karma points MVP ∞ admin c-trib
    Feb 24, 2010 @ 23:09
    Douglas Robar
    0

    These are part of the CWS2 package. To deactivate them, edit the /config/dashboard.config file. Comment out the section for these items. For example:

    <!--
    <section alias="MyDashboardSection">
    <areas>
    <area>default</area>
    <area>content</area>
    </areas>
    <tab caption="Contact Logs">
    <control>/usercontrols/dashboards/ContactForm_logs.ascx</control>
    </tab>
    <tab caption="Email a Friend Logs">
    <control>/usercontrols/dashboards/EmailAFriendForm_logs.ascx</control>
    </tab>
    </section>
    -->

    cheers,
    doug.

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Feb 24, 2010 @ 23:10
    Peter Dijksterhuis
    0

    Hi Andrew,

    open up /config/Dashboard.config

    Remove the 2 tabs (tab caption=Contact log and tab caption=Email a friend Logs) and I think your errors will disappear :)

    HTH,

    Peter

  • Andrew Blackmore 84 posts 127 karma points
    Feb 25, 2010 @ 18:16
    Andrew Blackmore
    0

    Hi Guys,

     

    Thanks for the speedy response. Worked perfectly. Had to give the solution points to Douglas cause he just barely beat your answer in Peter. Sorry

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Feb 25, 2010 @ 18:39
    Peter Dijksterhuis
    0

    Haha no problem. Douglas gave a more detailed answer anyway :)

Please Sign in or register to post replies

Write your reply to:

Draft