XF 1.0 Forum Statistics - "User Records" (What is that?)

Pride1760

Member
Hi,

What is that "user record" field in the forum statistics block?



I went to forum_list template to remove it but couldn't find anything there that corresponds to "user record"

Code:
<!-- block: forum_stats -->
        <div class="section">
            <div class="secondaryContent statsList" id="boardStats">
                <h3>{xen:phrase forum_statistics}</h3>
                <div class="pairsJustified">
                    <dl class="discussionCount"><dt>{xen:phrase discussions}:</dt>
                        <dd>{xen:number $boardTotals.discussions}</dd></dl>
                    <dl class="messageCount"><dt>{xen:phrase messages}:</dt>
                        <dd>{xen:number $boardTotals.messages}</dd></dl>
                    <dl class="memberCount"><dt>{xen:phrase members_count}:</dt>
                        <dd>{xen:number $boardTotals.users}</dd></dl>
                    <dl><dt>{xen:phrase latest_member}:</dt>
                        <dd><xen:username user="$boardTotals.latestUser" /></dd></dl>
                    <!-- slot: forum_stats_extra -->
                </div>
            </div>
        </div>
        <!-- end block: forum_stats -->

How can I remove it from the block? This board does not show "user record" in the block and I would like mine to be that way too.

Thanks!
 
Hi ragtek,

I don't have that installed.

This is a list of current addons:

Untitled.webp

however, at one point, I did have your sidebar and framework addons installed. can you see what may be causing this?

Thanks for your help!
 
Hello: I don´t Know if its the best place to post my question...
In my forum always marck 16 user as user record but in de statistics show mor than 50 , I had this problem before install XF 1.1 , I tought that could bu solved with the upgrade.
Xenporta is upgrade too...
I don´t no what could be the problem
Thanks so much
 
Thanks Borgan, I have found a solution thansk the "ragtek Most Line User" add on, I just installed and now it shows in the forum but not in the porta, them I have deativated the block that shows froum statistics.

The intention of the Most user online is online to info us (the staff) , so we have now in the forum.

Thanks so much
 
Top Bottom