MyBB Community Forums

Full Version: GamerZone White Orange changing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please Help me how to remove Avater and time info from header in GamerZone White Orange Theme.
[Image: attachment.php?aid=34836]
please post your forum url & a test user account so that someone can check it
tienes que editar la plantilla "header_welcomeblock_member"
Translated with Google:
you have to edit the "header_welcomeblock_member" template

	<div class="cabecera_recuadro2">
	<table class="cabecera_recuadro6">
	  <tr>
		<th class="cabecera_recuadro6"><a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}"><img src="{$mybb->user['avatar']}" class="cabecera_recuadro6_ima" /></a></th>
		<th class="cabecera_recuadro6">{$lang->welcome_back}</th>
	  </tr>
	</table>
	</div>