vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   AAHH!! How to get rid of Statistics part of User Profile???!!! (https://vborg.vbsupport.ru/showthread.php?t=280999)

Lynne 04-05-2012 04:00 PM

Can we get a link to see the problem? And an image pointing it out if it isn't obvious.

Dave234 04-05-2012 05:51 PM

Hey, Lynne. Here is how it appears to other users. I want to change how this looks, but putting "<br><br><br>" in the code in what I believe to be the correct area is not changing anything:

Basic Information

About Dave234
Biography:
Raised in blah blah blah
Location:
Washington, DC
Gender:
Male


But in the edit screen, it shows the titles all on the left (Biography, Location, and Gender), and the user input to the right, in like a second (albeit invisible) column, flush left against the middle of the screen. Please let me know if I can describe it better, as I'm not the best at conveying this kind of info.

--------------- Added [DATE]1333651951[/DATE] at [TIME]1333651951[/TIME] ---------------

I want it to look like it does in the edit screen. The way it appears now it is too cramped and not enjoyable to read.

Lynne 04-05-2012 08:12 PM

Noone can troubleshoot html or CSS from an image or from you doing a copy/paste.

Dave234 04-05-2012 11:23 PM

<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>{vb:raw profilefield.title}:</dt>
<dd>{vb:raw profilefield.value}</dd>
</vb:if>

</dl>

--------------- Added [DATE]1333683221[/DATE] at [TIME]1333683221[/TIME] ---------------

That's the code. Does it look like there are any issues in it?

--------------- Added [DATE]1333715936[/DATE] at [TIME]1333715936[/TIME] ---------------

Please help me.

Lynne 04-06-2012 03:44 PM

Sorry, but we cannot view the CSS from some posted html code.

I'll say it again...
Quote:

Originally Posted by Lynne (Post 2317128)
Noone can troubleshoot html or CSS from an image or from you doing a copy/paste.


Dave234 04-06-2012 05:55 PM

What is CSS? I'm sorry, I'm really new to all of this.

Lynne 04-06-2012 07:36 PM

CSS is the stuff that adds style to your site. Like:
HTML Code:

body a {
  color:#417394;
  text-decoration:none;
}

That is the CSS to make link be color #417394 and not be underlined. You can also make CSS to not have line breaks where there normally are line breaks:

HTML Code:

div.class {display: inline;}
... normally divs are block elements.

Dave234 04-08-2012 12:47 PM

Do you know where I can find this CSS for the profile page?

Lynne 04-08-2012 03:35 PM

You don't need to necessarily find it (although I'd guess it is in member.css), you just need to add your own to override it to the additional.css template.

Dave234 04-10-2012 11:51 PM

Please explain. I have no idea what you are talking about. I really don't know anything about any of this. If possible, please explain how to do it as if you were explaining it to a 2-year-old.


All times are GMT. The time now is 02:36 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.01254 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete