[Solved] PhpBB I would like to change some text.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anthony88guy
Forum Contributor
Posts: 246
Joined: Thu Jan 20, 2005 8:22 pm

[Solved] PhpBB I would like to change some text.

Post by anthony88guy »

In the profile.php I would like to change some text. I have found the html files that it includes but where it outputs "username" I would like to change that. But you cant change it directly, its like a variable "{L_USERNAME}" What file would I need to go to, to change it?
Last edited by anthony88guy on Mon Apr 18, 2005 5:20 pm, edited 1 time in total.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

its in the corresponding language file in /lang/
anthony88guy
Forum Contributor
Posts: 246
Joined: Thu Jan 20, 2005 8:22 pm

Post by anthony88guy »

k, thanks I would have never looked their. Makes sense now.
Post Reply