vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Frame for user profile in posts (https://vborg.vbsupport.ru/showthread.php?t=118076)

frandy 07-02-2006 12:51 AM

How do you get it so its got the rounded images and stuff like that?

peterska2 07-02-2006 08:50 AM

Please attach your instructions in a text file.

Nice little modification BTW, but you're a line of code missing. If you need any help, just shout.

G_Man 07-07-2006 12:19 PM

What nifty little idea.

sam anders 07-09-2006 11:04 AM

nice thanks for this :)

GreysAnatomy 08-11-2006 05:55 AM

Very nice, thank you for sharing!

Revpolar 08-12-2006 01:16 PM

Anyone know how to change the color of the border? I just cant figure it out.

o0Hubba0o 08-13-2006 05:06 AM

Quote:

Originally Posted by frandy
How do you get it so its got the rounded images and stuff like that?

I think that's a browser issue, it won't round them in FF if I remember right, not a 100% sure on that though.





Quote:

Originally Posted by Revpolar
Anyone know how to change the color of the border? I just cant figure it out.

You should be able to add color by adding this:

color: #ffffff;

so it looks like this, that should do it...I think. Though I'm not sure why the "class="fieldset"" is in there, I haven't tried this one yet myself.


Code:

<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px; color: #ffffff;"> <legend>User Profile</legend> <div>

ran_iu_Conan 08-13-2006 07:03 AM

demo?????????/
thank

Revpolar 08-15-2006 03:45 PM

Quote:

Originally Posted by o0Hubba0o
I think that's a browser issue, it won't round them in FF if I remember right, not a 100% sure on that though.






You should be able to add color by adding this:

color: #ffffff;

so it looks like this, that should do it...I think. Though I'm not sure why the "class="fieldset"" is in there, I haven't tried this one yet myself.


Code:

<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px; color: #ffffff;"> <legend>User Profile</legend> <div>

Still blue no matter what I do. I dont know why Its not definable or what.

GreysAnatomy 08-18-2006 07:55 AM

Adding the following code instead of the one provided in the first post will add a border around it using the same color defined in Styles & Templates > All Style Options > Table Border section:

Code:

<fieldset class="alt2" style="border:1px solid $stylevar[tborder_bgcolor]"div>
A preview can be seen here.


All times are GMT. The time now is 12:57 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.01189 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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