MyBB Community Forums

Full Version: FTP File, altering hidden parts to lang files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm in my FTP server, changing lang files to suit certain parts of my design. In particular, right now, I'm editing

inc/languages/english/global.lang.php
at this point:
$l['welcome_back'] = "Welcome back, {1}.";

now in that {1}, it shows the username and a link to the user's profile when displayed on the actual index of the forum.
I need to access in that{1} so I ca remove the link part. It's conflicting with a code I've implemented, as the div it's in is already wrapped in a <a> tag, and the link in the name is cancelling out important functions of the code, rendering it useless.

How do I find this file, and how do I edit it?

EDIT: Realized only after posting that I posted this in the wrong section. I wanted to post in the coding section. Could someone move this for me? Thank you.

Can someone delete this for me? I just posted a duplicate thread in the right section.