Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding > Coding Tutorials
You last visited: Today at 03:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[IPB 3] How to change Online-Stats-Text

Discussion on [IPB 3] How to change Online-Stats-Text within the Coding Tutorials forum part of the General Coding category.

Reply
 
Old   #1
 
elite*gold: 57
Join Date: Nov 2011
Posts: 44
Received Thanks: 6
[IPB 3] How to change Online-Stats-Text

I gave him some tutorial (since im coding alot IPB stuff).

Well i gonna post it now, maybe someone else needs it lol

For Unreal Portal:

ACP -> "Look & Feel" -> click on the arrow on the right hand of your skin -> "Manage Templates & CSS" -> skin_uportal -> stats_header

Find this (first lines though lol)

Code:
<tr>

                <td class='row2 altrow'><b>{$stats['TOTAL']} {$this->lang->words['active_users_text']} {$this->lang->words['active_users']}</b></td>

            </tr>

            <tr>

                <td class='row2'>{$stats['MEMBERS']} {$this->lang->words['members']}, {$stats['GUESTS']} {$this->lang->words['guests']}, {$stats['ANON']} {$this->lang->words['anon_users']}</td>
you can replace these with your text strings:

Code:
{$this->lang->words['members']}

{$this->lang->words['guests']}

{$this->lang->words['anon_users']}
For Forum-Stats:

ACP -> "Look & Feel" -> click on the arrow on the right hand of your skin -> "Manage Templates & CSS" -> Board Index -> boardIndexTemplate

Look for:

Code:
{parse expression="sprintf( $this->lang->words['active_users_detail'], $stats['MEMBERS'], $stats['GUESTS'], $stats['ANON'] )"}
Replace with this, you can edit it fosho:

Code:
{$stats['MEMBERS']} Members, {$stats['GUESTS']} Guests, {$stats['ANON']} Anonymous Users
Dr. John Dorian²' is offline  
Reply


Similar Threads Similar Threads
CHANGE TEXT
07/28/2011 - Metin2 Private Server - 1 Replies
How to change the text people ??? :confused::confused: http://img847.imageshack.us/img847/8691/changetex t.png Uploaded with ImageShack.us PORTUGALGAMERS - Metin2
Change text
02/10/2011 - EO PServer Hosting - 9 Replies
ammmm , how to change this one ?! i pretty much changed every single text on the server so i know how to edit texts in game but this case is different , i couldn't find that text in cq_action ....... http://i54.tinypic.com/2czvonm.jpg
Does any one know how to change guild text?
02/12/2010 - Archlord - 0 Replies
Does any one know how to change guild text?:cool: I want to make guild pvp text smaller....... The big text is not good for my eyes :-)
text front change how to do ....
02/11/2010 - Archlord - 15 Replies
like the name says i want to change the text front from the fcking bullsht how its now to arial black or something like that cos i and seriusly 99% all of u have the same problem that we cant read a single word ... i dont want the file i just want to know: 1. wich file do i have to mod ? 2. is it possible ^^" ? thx for answers EDIT : can be closed ^^" problem solved :P
Wow stats change
05/26/2008 - World of Warcraft - 1 Replies
hello i need this hack, i search and i dont found. Thx



All times are GMT +2. The time now is 03:30.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.