vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   About me? (https://vborg.vbsupport.ru/showthread.php?t=253663)

Tasking Mickey 11-14-2010 11:00 AM

About me?
 
On this site, In the "About Me" tab. I see boxes surrounding the profile field.

http://iaza.com/work/101115C/iaza1305052759500.jpg


How can it be created? And if it's a modification. Does anyone know what the modification is called? So I can download it?

Or even if it's a template edit. I need to know what it is. :)

Tasking Mickey 11-16-2010 10:56 AM

Bumping this. :)

Tasking Mickey 11-21-2010 07:28 PM

Bumping this. Hopefully someone can help me.

BirdOPrey5 11-21-2010 07:42 PM

Likely done by custom edits to the template and the boxes are probably <legend> tags... you can view source to confirm but here is more info on using <legend>: http://www.htmlcodetutorial.com/forms/_LEGEND.html

Tasking Mickey 01-29-2011 02:47 PM

Would you happen to know what custom edit I should do to arrange them like that?

Lynne 01-29-2011 02:51 PM

As Joe said, go take a look at the page source on that site to see what they did. It's probably a <legend> tag.

Tasking Mickey 01-29-2011 02:55 PM

Well, when I take a look at the page source, anything I really see with the profile legends is

PHP Code:

<fieldset class="fieldset"><legend><strong

Then the profile fields begin. But I see nothing that arranges it into 2 boxes like in the picture.

Lynne 01-29-2011 04:05 PM

I have no idea what those boxes contain, but I'm guessing the CSS is written such that each takes up 50% of the width. It is impossible to figure out CSS from an image. You will need to use something like firebug to see what they are doing there.

BirdOPrey5 01-29-2011 04:18 PM

Look for fieldset in the CSS code, that will likely have the code they used to create what they did.

Tasking Mickey 01-29-2011 05:26 PM

OK, so I did view the source, and I did find the "About me Tab" in the CSS and got this.

PHP Code:

About Me Tab
*/
#aboutme li.profilefield_category {
    
font-weight:bold;
    
margin-top:6px;
}
#aboutme dl.profilefield_list {
    
font-weight:normal;
    
margin:6px 16px 0px 16px;
}
#aboutme dl.profilefield_list dd {
    
margin-bottom:6px;
    
margin-left:0px;
}
#aboutme #signature {
    
width:100%;
    
overflow:auto;
}
#aboutme #simple_aboutme_link {
    
text-alignright;
    
displayblock;


That being said, how can I edit my css code? For the About Me tab?


All times are GMT. The time now is 03:34 AM.

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