Two questions

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Re: Two questions

Post by Oliver »

I got a tip from a genies, what happens in the easiest way.

Index_body.html

Find

Code: Select all

<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}


Replace

Code: Select all

<p>{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST} 


Destroy, but to say this. ({L_ONLINE_EXPLAIN})

;)
Last edited by Oliver on 08 May 2010, 22:47, edited 1 time in total.