1 (edited by דימה 2005-10-21 13:13)

Topic: Why we are cannot see: "Board statistics" "User information"...

Go to http://forums.punbb.org
View -> Source

But it's appear in the code:

<div id="brdstats" class="block">
    <h2><span>Board information</span></h2>
    <div class="box">
        <div class="inbox">
            <dl class="conr">
                <dt><strong>Board statistics</strong></dt>
                <dd>Total number of registered users: <strong>5192</strong></dd>
                <dd>Total number of topics: <strong>6867</strong></dd>
                <dd>Total number of posts: <strong>52567</strong></dd>
            </dl>
            <dl class="conl">
                <dt><strong>User information</strong></dt>
                <dd>Newest registered user: <a href="profile.php?id=5367">dz</a></dd>
                <dd>Registered users online: <strong>6</strong></dd>
                <dd>Guests online: <strong>17</strong></dd>
            </dl>
            <dl id="onlinelist" class= "clearb">
                <dt><strong>Online: </strong></dt>                
                <dd><a href="profile.php?id=5294">????</a>,</dd> 
                <dd><a href="profile.php?id=2667">ellmang</a>,</dd> 
                <dd><a href="profile.php?id=308">Jansson</a>,</dd> 
                <dd><a href="profile.php?id=1860">jop</a>,</dd> 
                <dd><a href="profile.php?id=4979">StevenBullen</a>,</dd> 
                <dd><a href="profile.php?id=5359">Tenkawa</a></dd>
            </dl>
        </div>
    </div>
</div>

Why it's disappear from our eyes?

2

Re: Why we are cannot see: "Board statistics" "User information"...

i can see it ok.

3 (edited by דימה 2005-10-21 13:13)

Re: Why we are cannot see: "Board statistics" "User information"...

May I see your screenshot?

Here's my:
IE:
http://img462.imageshack.us/img462/8933/iepunbb8kc.jpg

Firefox:
http://img462.imageshack.us/img462/5029/ffpunbb1iu.jpg

Re: Why we are cannot see: "Board statistics" "User information"...

it it hidden by CSS as it is not needed when it is in a box like that.

Re: Why we are cannot see: "Board statistics" "User information"...

It's there so that the page will make sense for people who are browsing the page with a text-only browser or with a screen reader. For regular browsers, it doesn't really add anything so it's hidden.

"Programming is like sex: one mistake and you have to support it for the rest of your life."