The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    How to remove the delete cookies link?

    WAGABONDI
    WAGABONDI
    Forumember


    Posts : 81
    Reputation : 1
    Language : albania

    Solved How to remove the delete cookies link?

    Post by WAGABONDI August 23rd 2013, 12:12 pm

    how to remove thiss

    How to remove the delete cookies link? 123311
    Cassius Dio
    Cassius Dio
    Forumember


    Male Posts : 581
    Reputation : 79
    Language : Romanian &English
    Location : Yellow Submarine

    Solved Re: How to remove the delete cookies link?

    Post by Cassius Dio August 23rd 2013, 1:44 pm

    Hi, bye

    Go to "Administration Panel ~> Display ~> Templates ~> General ~> index_box", find this piece of code:
    Code:
    <!-- BEGIN switch_on_index -->
    <div class="main-box clearfix">
       <ul>
          <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
          <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
          <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
       </ul>
       <!-- BEGIN switch_delete_cookies -->
       <p class="right">
          <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
       </p>
       <!-- END switch_delete_cookies -->
    </div>
    <!-- END switch_on_index -->
    and delete it.

    Save, then publish template. thumleft 
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: How to remove the delete cookies link?

    Post by runawayhorses August 23rd 2013, 2:08 pm

    If you don't want to edit the template post your forum url and I can show you how to remove it with CSS.
    Cassius Dio
    Cassius Dio
    Forumember


    Male Posts : 581
    Reputation : 79
    Language : Romanian &English
    Location : Yellow Submarine

    Solved Re: How to remove the delete cookies link?

    Post by Cassius Dio August 23rd 2013, 3:47 pm

    Of course, it's possible via CSS STylesheet too. To make that box disappear with a simple CSS code, go to "Administration Panel ~> Display ~> Pictures and colors ~> Colros ~> CSS Stylesheet" and add this code:
    Code:
    .main-box.clearfix{
    display: none !important;
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to remove the delete cookies link?

    Post by SLGray August 23rd 2013, 7:19 pm

    Please change the title of your topic, that is related to
    your question/issue, so that other users will be able to find their
    question/issue using the search engine.


    You can remove the cookies link here:
    Administration Panel > General > Forum > Configuration
    Cookies deletion link: No



    How to remove the delete cookies link? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    WAGABONDI
    WAGABONDI
    Forumember


    Posts : 81
    Reputation : 1
    Language : albania

    Solved Re: How to remove the delete cookies link?

    Post by WAGABONDI August 24th 2013, 1:17 am

    Cassius Dio wrote:Of course, it's possible via CSS STylesheet too. To make that box disappear with a simple CSS code, go to "Administration Panel ~> Display ~> Pictures and colors ~> Colros ~> CSS Stylesheet" and add this code:
    Code:
    .main-box.clearfix{
    display: none !important;
    }
    this WORK ! thanks so much

    thanks all  Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to remove the delete cookies link?

    Post by SLGray August 24th 2013, 4:23 am

    Topic Solved & Locked



    How to remove the delete cookies link? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 23rd 2024, 2:30 am