MyBB Community Forums

Full Version: Profile Comments Plugin Messes up the Profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have the Dark Ice theme installed on GamerVoid, and found out that "Profile Comments" is causing the fluid-width/set-width toggle to break. I really do not want to get rid of comments. Does anyone know what code could be causing the toggle to break? I know that it seems unmaintained (which makes me kind of sad!).

Thanks so much in advance!

URL: http://gamervoid.com/User-jhtech100
is it supposed to fill up full width of the page ? if so paste the code of member_profile template in php code tags ..
Sorry for taking so long ranjani. For some reason, I forgot that I had actually posted this thread. Thank goodness I searched.

Well, it is supposed to fill to like 95% or something like it.

The member_profile template contains the following:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%">
<span class="largetext"><strong>{$formattedname}</strong></span><br />
<span class="smalltext">
({$usertitle})<br />
{$groupimage}{$gi}
{$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}
</span>
</td><td width="25%" align="right" valign="middle">{$avatar}</td></tr></table>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</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=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}<!-- ProfileComments -->{$pf_statistics}<!-- /ProfileComments -->{$newpoints_profile}
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}
<tr>
<td class="{$bgcolors['pm']}"><strong>{$lang->pm}</strong></td>
<td class="{$bgcolors['pm']}"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>
<tr>
<td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
<td class="{$bgcolors['icq']}">{$memprofile['icq']}</td>
</tr>
<tr>
<td class="{$bgcolors['aim']}"><strong>{$lang->aim_screenname}</strong></td>
<td class="{$bgcolors['aim']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
</tr>
<tr>
<td class="{$bgcolors['yahoo']}"><strong>{$lang->yahoo_id}</strong></td>
<td class="{$bgcolors['yahoo']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
</tr>
<tr>
<td class="{$bgcolors['msn']}"><strong>{$lang->msn}</strong></td>
<td class="{$bgcolors['msn']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</tr>
<tr>
<td class="trow2"><strong><img src="{$settings['bburl']}/images/xli.gif" alt="Xbox Live ID" title="Xbox Live ID" /> Xbox Live ID:</strong></td>
<td class="trow2">{$memprofile['xli']}</td>
</tr>
</tr>
<tr>
<td class="trow2"><strong><img src="{$settings['bburl']}/images/wfc.gif" alt="Wii Friend Code" title="Wii Friend Code" /> Wii Friend Code:</strong></td>
<td class="trow2">{$memprofile['wfc']}</td>
</tr>
</tr>
<tr>
<td class="trow2"><strong><img src="{$settings['bburl']}/images/pni.gif" alt="Playstation Network ID" title="Playstation Network ID" /> Playstation Network ID:</strong></td>
<td class="trow2">{$memprofile['pni']}</td>
</tr>
</tr>
</table>
</td>
<td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
<td width="50%" valign="top">
{$profilefields}
{$signature}
{$myxbl}
{$modoptions}<!-- ProfileComments -->{$comments_index}<!-- /ProfileComments -->
{$adminoptions}
{$buddy_options}
</td>
</tr>
</table>
{$footer}
</body>
</html>
How is it breaking the width-toggle for you? It seems fine to me.
So the width toggle works for you? If so, which browser are you using? I am using Chrome on my Mac.
Bump.
Google Chrome 17

Full width: http://i.imgur.com/zAqQG.png
Fixed width: http://i.imgur.com/dTHan.png

Firefox 3.6.25

Full width: http://i.imgur.com/61fgk.png
Fixed width: http://i.imgur.com/fpf9a.png

IE8

Full width: http://i.imgur.com/srxT9.png
Fixed width: http://i.imgur.com/jFXcL.png

Opera 11

Full width: http://i.imgur.com/Pv1BA.png
Fixed width: http://i.imgur.com/uKV0n.png

OS:Windows 7

You can move profile comments outsite of table that is wrapping xbox live stats (something like this http://i.imgur.com/KKj7r.png)
I'd prefer to not move it further down... But I suppose I can try that.
*walks away to fix*