vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Box in users info? (https://vborg.vbsupport.ru/showthread.php?t=71424)

94DROPTOPZ 11-06-2004 02:26 PM

Box in users info?
 
I'm looking for something that will allow me to "box" in my users information.
Kind of like this: http://www.vbulletintemplates.com/mo...ead.php?t=7157
I would really like to make it one box that is seperated inside.

And maybe even make a thick colored block around their user title.

Thanks in advance for your help.

HiDeo 11-06-2004 03:01 PM

It's only html code:

HTML Code:

<div style="border: 1px solid #XXXXXX; background-color: #YYYYYY; margin-bottom: 2px" width="100%">....</div>
with #XXXXXX for the border color and #YYYYYY for the background color.

94DROPTOPZ 11-06-2004 03:03 PM

Quote:

Originally Posted by HiDeo
It's only html code:

HTML Code:

<div style="border: 1px solid #XXXXXX; background-color: #YYYYYY; margin-bottom: 2px" width="100%">....</div>
with #XXXXXX for the border color and #YYYYYY for the background color.

I think that I got it. Where exactly would I put this code?

HiDeo 11-06-2004 03:07 PM

Open the template postbit, I give an example for the posts:

Search:

HTML Code:

<div>$vbphrase[posts]: $post[posts]</div>
Remplace by:

HTML Code:

<div style="border: 1px solid #XXXXXX; background-color: #YYYYYY; margin-bottom: 2px" width="100%">$vbphrase[posts]: $post[posts]</div>
with #XXXXXX for the border color and #YYYYYY for the background color.

94DROPTOPZ 11-06-2004 03:11 PM

Thank you very much!

It's members like you that make this site so great...

HiDeo 11-06-2004 03:21 PM

Thanks for the compliment :)

94DROPTOPZ 11-06-2004 03:56 PM

1 Attachment(s)
I figured out most of them but this one seems to be giving me problems :ermm:

HiDeo 11-06-2004 04:18 PM

HTML Code:

<if condition="$post['field2']"><div style="border: 1px solid #XXXXXX; background-color: #YYYYYY; margin-bottom: 2px" width="100%">$vbphrase[location_perm]: $post[field2]</div></if>


with #XXXXXX for the border color and #YYYYYY for the background color.

94DROPTOPZ 11-06-2004 04:23 PM

I really appreciate the help, thanks again.

I got it, the only other thing that I was wondering is how I could get them to not show up as anything if they don't have that "field" filled out in their profile? It shows up as a black bar if its blank...


All times are GMT. The time now is 07:02 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.01005 seconds
  • Memory Usage 1,727KB
  • 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
  • (5)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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