Counter in Forums Statistics

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Malfurion
    Member
    • Oct 2005
    • 87

    Counter in Forums Statistics

    Does anyone know how to get rid of the counter in Forums Statistics that says "days, hours, minutes, seconds since forums came online!" ?
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    AdminCP -> Styles & Templates -> Search Templates -> Search Templates -> Search in Style [ pick a style or parent to apply to others -> Search for Text :
    Code:
     <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
    -> Click Find -> FORUMHOME -> Click Find ->



    Add <span> tags

    Code:
    				[COLOR="Red"]<span style="display:none">[/COLOR]<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>[COLOR="Red"]</span>[/COLOR]

    Comment

    • ChrisLM2001
      Senior Member
      • May 2003
      • 1451
      • 3.6.x

      #3
      Originally posted by Malfurion
      Does anyone know how to get rid of the counter in Forums Statistics that says "days, hours, minutes, seconds since forums came online!" ?
      Just use what Lead_Weight posted above and comment it out like this...

      HTML Code:
      <!--<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>-->
      It's very effective in removing a <div>!!

      The display:none property has accessibility issues, like JAWS reading the contents (and the above can be ugly to hear!)...

      Fahrner Image Replacement and its analogues aim to combine the benefits of high design with the requirements of accessibility. But how well do these methods really work? Accessibility expert Joe Cl…


      Chris
      "Anyone who conducts an argument by appealing to Authority
      is not using his intelligence, he is just using his memory."
      ~~~
      Leonardo da Vinci

      Comment

      • Malfurion
        Member
        • Oct 2005
        • 87

        #4
        Thanks for the help.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...