The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Member Profile Alignment Bug: Basic Information
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...
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? |
#2
|
||||
|
||||
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
|
#3
|
|||
|
|||
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 |
#4
|
||||
|
||||
|
#5
|
|||
|
|||
but their is no fix for it correct?
--------------- Added [DATE]1304911044[/DATE] at [TIME]1304911044[/TIME] --------------- 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 [DATE]1304912222[/DATE] at [TIME]1304912222[/TIME] --------------- 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 Code:
<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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|