MyBB Community Forums

Full Version: How to change the text in the "About me" section in Square Theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The one which says "Fill me with text pleaaaaaaaaaaaaaaase."

Thanks in Advance Smile
I believe it's the footer template.
I already checked it, this code is responsible for the "About me" section:

<h3>{$lang->xstyled_aboutus}</h3>
<p>{$lang->xstyled_aboutfirst}</p>
<p>{$lang->xstyled_aboutsecond}</p>
<p>{$lang->xstyled_aboutthird}</p>
<p>{$lang->xstyled_aboutfourth}</p>
<p>{$lang->xstyled_aboutfifth}</p>

But I don't know how to edit the variables Sad
edit the lang file that comes with square. inc/languagues/english/vars_envy.lang.php or change it over admin cp -> configuration -> languagues -> edit vars_envy.lang.php
Thanks Blackbeard! Big Grin