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
3 posters

    Remove Global announcement , Important and Pinned text

    Joost
    Joost
    Active Poster


    Male Posts : 1402
    Reputation : 194
    Language : Dutch, English
    Location : The Netherlands

    Solved Remove Global announcement , Important and Pinned text

    Post by Joost Sun Aug 06, 2017 6:40 pm

    Hello,


    How can i remove the texts from my forum? Smile
    - Global announcement
    - Important
    - Pinned text

    -Screen delete by Joost-


    Last edited by Joost on Sat Aug 12, 2017 4:36 pm; edited 2 times in total
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1557
    Reputation : 146
    Language : Spanish & English
    Location : Mexico

    Solved Re: Remove Global announcement , Important and Pinned text

    Post by YoshiGM Mon Aug 07, 2017 1:04 am

    Hello @Joost,
    Try adding this CSS code:

    Code:

    div.forumbg div.inner ul.topiclist li.row > dl.icon > dd.dterm > strong {
        display: none;
    }

    Joost
    Joost
    Active Poster


    Male Posts : 1402
    Reputation : 194
    Language : Dutch, English
    Location : The Netherlands

    Solved Re: Remove Global announcement , Important and Pinned text

    Post by Joost Mon Aug 07, 2017 8:35 pm

    I see this now, i have remove the text in the administration panel. Smile
    -Screen delete by Joost-


    Last edited by Joost on Sat Aug 12, 2017 4:36 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: Remove Global announcement , Important and Pinned text

    Post by Guest Wed Aug 09, 2017 5:57 am

    Hi,

    Your forum can't be accessed by guests and the user and pass you sent me by PM are not working. I need them to get the selectors from your forum and make a code to hide the texts
    Joost
    Joost
    Active Poster


    Male Posts : 1402
    Reputation : 194
    Language : Dutch, English
    Location : The Netherlands

    Solved Re: Remove Global announcement , Important and Pinned text

    Post by Joost Fri Aug 11, 2017 6:00 pm

    Justice™️ wrote:Hi,

    Your forum can't be accessed by guests and the user and pass you sent me by PM are not working. I need them to get the selectors from your forum and make a code to hide the texts

    Hello,

    I have send you a PM!
    Thanks Very Happy
    avatar
    Guest
    Guest


    Solved Re: Remove Global announcement , Important and Pinned text

    Post by Guest Sat Aug 12, 2017 4:33 pm

    Hi,

    Add this JS code with placement on subforums:
    Code:
    $(function(){
    var elem=document.querySelectorAll("dd.dterm"), len=elem.length, i=0;
    if(len){
    for(i;i<len;i++){
    elem[i].innerHTML=elem[i].innerHTML.replace(/ strong&gt;Globale mededeling: /, "")
    }
    }
    })
    Joost
    Joost
    Active Poster


    Male Posts : 1402
    Reputation : 194
    Language : Dutch, English
    Location : The Netherlands

    Solved Re: Remove Global announcement , Important and Pinned text

    Post by Joost Sat Aug 12, 2017 4:36 pm

    Yes, thank you very much!
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    Solved Re: Remove Global announcement , Important and Pinned text

    Post by brandon_g Sat Aug 12, 2017 4:42 pm

    Topic solved and archived~ brandon_g
    Please read our forum rules: ESF General Rules



    Remove Global announcement , Important and Pinned text Brando10
    Remember to mark your topic Remove Global announcement , Important and Pinned text Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Remove Global announcement , Important and Pinned text Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points

      Current date/time is Mon Sep 23, 2024 1:11 pm