MyBB Community Forums

Full Version: [Solved]Change Member profile Style.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2016-12-07, 05:01 PM)subzr1 Wrote: [ -> ]here you go a fresh install of igame theme
[Image: KSOob4a.png]

You both may need to confirm where you're downloading it from. If it's from the same place, I suggest OP redownload the files again and try again. Must be skipping a step or doing something they shouldn't be.
got it from the mod site here
Can ya give me link of this theme with fix version of this ?
cuz i don't have it

or atleast tell me that what should i do
(2016-12-07, 05:56 PM)Kakarot Wrote: [ -> ]Can ya give me link of this theme with fix version of this ?
cuz i don't have it

or atleast tell me that what should i do

https://community.mybb.com/mods.php?action=view&pid=357

Go there, download the latest version again (#12). Remove the old theme completely, and reinstall your new downloaded files.

EDIT: I just tried it myself, I got the latest files, I don't have the same profile as yours subzr1. By looking in your footer, it looks like you're using a 2014 version. The one in mine says 2016.
No bro its still not working man
Check here http://premium-cs-community.com/test/mem...file&uid=1

i reinstalled MyBB and i put this theme

still i got the same thing
ok try this
go to "member profile" template and replace all content with this:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1800"></script>
</head>
<body>
{$header}
  
  
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="25%">

  
  <fieldset>
	<table width="100%" cellspacing="0" cellpadding="0" border="0">
		<tr>
			<td width="75%">
				<center><span class="profilet"><strong>{$formattedname}</strong></span><br />{$avatar}<br />
				<span class="smalltext">
					({$usertitle})<br />
					{$groupimage}
					{$userstars}<br />
					<br /></center>
					<strong>Joined:</strong> {$memregdate}<br />
					<strong>D.O.B: </strong> {$membday} {$membdayage}<br />
					<strong>{$lang->local_time}</strong> {$localtime}<br />
				</span>
			</td>
		</tr>
	</table>
</fieldset>
  <br />
{$awaybit}{$bannedbit}
  
{$profilefields}
{$modoptions}
{$adminoptions} 
  
</td>
<td>&nbsp;</td>
<td valign="top">

  <div class="float_right" style="text-align: center; padding-bottom:10px;">{$buddy_options}{$ignore_options}{$report_options}</div>
  
  <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
				<tr>
					<td colspan="2" class="thead"> {$online_status}</td>
				</tr>
				<tr>
					<td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td>
					<td class="trow1">{$memregdate}</td>
				</tr>
				<tr>
					<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
					<td class="trow2">{$memlastvisitdate}</td>
				</tr>
				<tr>
					<td class="trow1"><strong>{$lang->total_posts}</strong></td>
					<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
				</tr>
				<tr>
					<td class="trow2"><strong>{$lang->total_threads}</strong></td>
					<td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span></td>
				</tr>
				<tr>
					<td class="trow1"><strong>{$lang->timeonline}</strong></td>
					<td class="trow1">{$timeonline}</td>
				</tr>
				{$referrals}
				{$reputation}
				{$warning_level}
			</table>
			{$contact_details}<br />
            {$signature}
  
</td>
</tr>
</table>

  
{$footer}
</body>
</html>


make a backup first
Thanks pro You did it <3
Pages: 1 2