vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Member Profile Alignment Bug: Basic Information (https://vborg.vbsupport.ru/showthread.php?t=263315)

FASEOFMARS 05-08-2011 05:39 AM

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...

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

FASEOFMARS 05-09-2011 02:11 AM

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>

awesome :)


All times are GMT. The time now is 10:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01422 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete