View Full Version : Member Profile Alignment Bug: Basic Information
FASEOFMARS
05-08-2011, 05:39 AM
hi their seems to be a problem with the alignment of the basic information in the "about me" section on the members profile.. it will show correctly when viewing your own profile but when view your profile as seen by someone else, or viewing someone else's profile the alignment is out of place...
http://www.mars-jupiter12.com/images/version1.png
http://www.mars-jupiter12.com/images/version 2.png
im currently running 4.1.0 patch level 3, any assistance would be greatly appreciated :)
i have did some searching only to find one thing about this bug and it had no resolve for me..
has anyone else experienced this?
Lynne
05-08-2011, 03:53 PM
Are you talking about the Date of Birth? I believe that is a bug. You can search for it in Jira over on vb.com
FASEOFMARS
05-08-2011, 11:17 PM
yea i tried this one http://tracker.vbulletin.com/browse/VBIV-11672 but it had no resolve as i did not have the same issues with the css..
ill jus keep looking, worst comes to worst ill remove it :(
Lynne
05-09-2011, 01:32 AM
That's not the one I was thinking of.
Date of Birth in About Me Tab is not showing correctly (http://tracker.vbulletin.com/browse/VBIV-10547)
FASEOFMARS
05-09-2011, 02:11 AM
but their is no fix for it correct?
--------------- Added 1304911044 at 1304911044 ---------------
and that only how its seen by yourself, when viewed by someone else it is all aligned on the left-side instead of spaced out left to right..
--------------- Added 1304912222 at 1304912222 ---------------
yay! i got around it..
A) remove the d.o.b from memberinfo_block_aboutme
B) duplicate the top part of the code in memberinfo_profilefield and replace with the bottom part..
ending up with this
<dl>
<vb:if condition="$show['profilefield_edit']">
<dt id="profilefield_title_{vb:raw profilefield.profilefieldid}" class="aboutme_left">{vb:raw profilefield.title}</dt>
<dd id="profilefield_value_{vb:raw profilefield.profilefieldid}" class="aboutme_right">
{vb:raw profilefield.value}
<script type="text/javascript">
<!--
vBulletin.register_control("vB_ProfilefieldEditor", "{vb:raw profilefield.profilefieldid}");
//-->
</script>
</dd>
<vb:else />
<dt id="profilefield_title_{vb:raw profilefield.profilefieldid}" class="aboutme_left">{vb:raw profilefield.title}</dt>
<dd id="profilefield_value_{vb:raw profilefield.profilefieldid}" class="aboutme_right">
{vb:raw profilefield.value}
</dd>
</vb:if>
</dl>
awesome :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.