Footer stats - latest user is ..... Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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

    Footer stats - latest user is .....

    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Footer stats - latest user is .....

    Post by HBFL- July 22nd 2020, 10:32 pm

    hbfl.forumotive.com

    Hi there,

    I'm trying to hide stats at bottom of home page.

    I've added javascript code as described in previous thread but hasn't worked for me, as yet.

    Help would be appreciated please.

    Footer stats - latest user is ..... Screen11
    Mihai
    Mihai
    Forumember


    Male Posts : 943
    Reputation : 38
    Language : Romanian, English
    Location : Bucharest, Romania

    Solved Re: Footer stats - latest user is .....

    Post by Mihai July 22nd 2020, 11:07 pm

    Hello,

    Visit Administration panel > Templates > General > overall_footer_begin, and if you template is edited, or its not edited (by default)

    Change the whole code, with this:
    Code:
    <!-- BEGIN html_validation -->
    <div>
       <div>
          <div>
             <div>

    <div>
       <div>
          <div>
             <div>
                <div>
                   <div>
                      <div>
                         <div>
    <!-- END html_validation -->
                         </div>
                      </div>
                   </div>
                </div>

                <div id="{ID_RIGHT}">
                   <!-- BEGIN giefmod_index2 -->
                   {giefmod_index2.MODVAR}
                   <!-- BEGIN saut -->
                   <div style="height:{SPACE_ROW}px"></div>
                   <!-- END saut -->
                   <!-- END giefmod_index2 -->
                </div>
             </div>
          </div>
       </div>
    </div>
             </div>
          </div>
       </div>
    </div>
    <div id="page-footer">
       <div class="wrap">
          <ul class="footerbar-system">
             <li class="footer-home">
                <a class="icon-home" href="{U_INDEX}" accesskey="h"><i class="ion-ios-home"></i>{L_HOME}</a>
             </li>
             <li class="rightside">
    <!-- BEGIN html_validation -->
             </li>
          </ul>
       </div>
    </div>
    <!-- END html_validation -->
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Footer stats - latest user is .....

    Post by Draxion July 23rd 2020, 12:56 am

    If you mean hiding the forum statistics. You could enable only admins able to see them via the admin panel.

    ACP(Admin Control Panel) > Users and Groups > Special rights > Special rights > Rights > Forum Statistics
    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Footer stats - latest user is .....

    Post by HBFL- July 23rd 2020, 11:17 am

    Thanks for the response Draxion!

    But I have already made those changes with no success.

    It's the footer section 'The newest user is' that I'm keen to hide.



    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Footer stats - latest user is .....

    Post by skouliki July 23rd 2020, 11:19 am

    hello

    add this to your css
    Code:

    .statistics-item {
        display: none;
    }

    or if you want only the name to hide and not all the stats add this
    Code:


    .statistics-item a:link, .statistics-item a:visited {
            display: none;
    }


    Last edited by skouliki on July 23rd 2020, 11:28 am; edited 1 time in total

    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Footer stats - latest user is .....

    Post by HBFL- July 23rd 2020, 11:24 am

    Thanks skouliki!

    Could you please provide image where to add that, CSS?
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Footer stats - latest user is .....

    Post by skouliki July 23rd 2020, 11:27 am

    here

    add and submit

    Footer stats - latest user is ..... Scre2047
    Footer stats - latest user is ..... Scre2046

    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Footer stats - latest user is .....

    Post by HBFL- July 23rd 2020, 11:30 am

    You're ace skouliki, thank you!

    Will give it a go!
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Footer stats - latest user is .....

    Post by skouliki July 23rd 2020, 11:32 am

    ok and tell me if you are ok

    HBFL- likes this post

    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Footer stats - latest user is .....

    Post by HBFL- July 23rd 2020, 12:31 pm

    That's great skouliki, stat info hidden! Although 1. has appeared above Homepage message?

    Footer stats - latest user is ..... 20200711

    Footer stats - latest user is ..... 20200711
    Footer stats - latest user is ..... 20200712
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Footer stats - latest user is .....

    Post by skouliki July 23rd 2020, 1:12 pm

    i didnt understand

    i visit the homepage of your forum i didn't see any stats

    edit : check the stats to be visible by guests so i can see what you see

    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Footer stats - latest user is .....

    Post by HBFL- July 23rd 2020, 1:21 pm

    That's correct, no stats, thanking you.

    But 1. has appeared above homepage message.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Footer stats - latest user is .....

    Post by skouliki July 23rd 2020, 1:23 pm

    Ok you have to open another thread for questions that is not related to your original issue
    If this is solved please mark it as solved

    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Footer stats - latest user is .....

    Post by HBFL- July 23rd 2020, 1:32 pm

    Screen shot from yesterday without 1.

    Screen shot today since making changes as described with 1.

    Footer stats - latest user is ..... 20200715
    Footer stats - latest user is ..... 20200716
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Footer stats - latest user is .....

    Post by skouliki July 23rd 2020, 1:59 pm

    can you delete my code in order to look it again please and sorry

    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Footer stats - latest user is .....

    Post by HBFL- July 23rd 2020, 2:05 pm

    I have deleted code but 1. is still there?

    Thank you for your time!
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Footer stats - latest user is .....

    Post by skouliki July 23rd 2020, 2:05 pm

    i still see the number 1 so it is not related to my code

    did you change anything to your homepage index body template ?
    Seems to be in the template


    so since this is not related to stats issue i suggest you mark this as solved and open another thread

    HBFL- likes this post

    HBFL-
    HBFL-
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Footer stats - latest user is .....

    Post by HBFL- July 23rd 2020, 3:29 pm

    Solved

    skouliki likes this post

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15346
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Footer stats - latest user is .....

    Post by skouliki July 23rd 2020, 3:29 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules