vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Forum backround images (https://vborg.vbsupport.ru/showthread.php?t=85190)

GimIk 11-03-2002 06:18 PM

Forum backround images
 
how do i put the backround of my forum, into a image?

Tony G 11-03-2002 10:14 PM

Go to your style sets and edit the style you are using.
Upload the background image into your vB images folder.
Now scroll down and find the "Body" input.

Stick in there:

background="/images/filename.extension"

Should do it after the bgcolor bit (Which is first I think)

imported_PiotrasG 12-20-2002 05:20 AM

for some reason i cant get it to work is this right code

<body bgcolor="#000000" background="/images/pixal.jpg" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">

I get the black but i cant get the image

Tony G 12-20-2002 05:43 AM

Use the variable {imagepath} I think from memory.

Arabs Emperor 12-23-2002 11:05 PM

ummmm
go to Cp:=>
Styles=>Modify =>[fonts/colors/etc]=>


Body Tag
you will see this code
Code:

<body bgcolor="#151E2F" text="#ffffff" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
replace with
Code:

<body background="images/back_ae.jpg" text="#ffffff" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
images/back_ae.jpg is the url of img

Tony G 12-23-2002 11:18 PM

Did you read the posts? That does not work, and you'd need to use the {imagespath} variable and not /images.

Arabs Emperor 12-24-2002 07:07 PM

i put it images and it work good

Tony G 12-25-2002 06:57 AM

I know, but if you use a different path then you'll need to go manually edit the link as if you use {imagespath} it will update automatically.


All times are GMT. The time now is 01:47 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.00950 seconds
  • Memory Usage 1,716KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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