Topic: Help with some code

    <h2><span>Statistics</span></h2>
        <div class="box">
            <div class="inbox">
                <?php echo 'Total number of users: <strong>'. $stats['total_users'] ?></strong><br />
                <?php echo $lang_index['No of topics'].': <strong>'.$stats['total_topics'] ?></strong><br />
                <?php echo $lang_index['No of posts'].': <strong>'.$stats['total_posts'] ?></strong><br />
                <?php echo $lang_index['Users online'].': <strong>'.$num_users ?></strong>
            </div>
        </div>

How do I change for example: Total number of users: into Members:. Well I got that. But the rest like No of topics, No of posts, Users online I've tried to change that but no luck.

[img]http://img90.imageshack.us/img90/746/scripter8ko.png[/img]
http://openwings.co.cc

2

Re: Help with some code

You change the value in the language file not in the code. Just look in the index.php langauge file and you should find it. Just remember you only change the value on the right.

Re: Help with some code

Paul wrote:

You change the value in the language file not in the code. Just look in the index.php langauge file and you should find it. Just remember you only change the value on the right.

Ah! Thanks, I was doing the values on the left side. Thanks for helping me out!

[img]http://img90.imageshack.us/img90/746/scripter8ko.png[/img]
http://openwings.co.cc