MyBB Community Forums

Full Version: How do i edit these?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi how do i edit these specific fonts?
(2015-10-22, 09:06 PM)korija Wrote: [ -> ]Hi how do i edit these specific fonts?

Maybe member_profile template under Member templates. The part between the fieldset tags:

<fieldset>
	<table>
		<tr>
			<td width="75%">
				<span class="largetext"><strong>{$formattedname}</strong></span><br>
					({$usertitle})<br>
					{$groupimage}
					{$userstars}<br>
					<br>
					<strong>{$lang->registration_date}</strong> {$memregdate}<br>
					<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br>
					<strong>{$lang->local_time}</strong> {$localtime}<br>
					<strong>{$lang->postbit_status}</strong> {$online_status}
			</td>
			<td width="25%" align="right" valign="middle">{$avatar}</td>
		</tr>
	</table>		
</fieldset>
Where can i find that file? what file is it?
In your Admin Control Panel (ACP) click on templates and style towards the top. Then click on templates in the left colum below themes. Then click on the template set you are using. Then click on member templates to expand the set. Then click on member_profile. The contents to edit will be in there.
(2015-10-23, 03:06 PM)Ashley1 Wrote: [ -> ]In your Admin Control Panel (ACP) click on templates and style towards the top. Then click on templates in the left colum below themes. Then click on the template set you are using.  Then click on member templates to expand the set. Then click on member_profile. The contents to edit will be in there.

Thank you! it worked Smile