MyBB Community Forums

Full Version: Profile Picture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Square with my theme, the text is distorted.

With the original theme mybb: GOOD
[attachment=35273]

With the original theme mybb: NO GOOD
[attachment=35274]
Help me please
Replace whole content of global template "usercp_profilepic_description" through:
<tr>
	<td class="trow1" width="40%">
		<strong>{$lang->profilepic_description}</strong>
		<br /><span class="smalltext">{$lang->profilepic_description_note}</span>
	</td>
	<td class="trow1" width="60%">
		<input type="text" class="textbox" name="profilepicdescription" size="60%" value="{$description}" />
	</td>
</tr>
I do not find usercp_profilepic_description
It is in global templates.
I is not usercp_profilepic_description in Global Templates

[attachment=35287]
I mean the global template sets for all themes.

[attachment=35288]
Thank you very much it works ..  Smile