vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   two side images as background (https://vborg.vbsupport.ru/showthread.php?t=220515)

Xencored 08-09-2009 01:04 PM

two side images as background
 
Hi all

Would it be posable for me to add two images as background here (see pic)
https://vborg.vbsupport.ru/attachmen...hmentid=102825
Thanks

had a scan around in my header code but not sure what i would need to change

Seven Skins 08-10-2009 05:45 PM

Make 3 column table.
In the 1st column put 1st side image.
In the 2nd column put the forum code.
In the 3rd column out 2nd side image.

You need to edit header and footer templates.

Dan! 08-10-2009 10:13 PM

tbh i would just put some css in your FORUMHOME template?

Code:

.image1 {
background-image: url('______________');
float: left;
}
.image2 {
background-image: url('______________');
float: right;
}

then at the top add..

HTML Code:

<div class="image1"></div>
<div class="image2"></giv>


Seven Skins 08-11-2009 08:28 PM

^^ That will not work. And somehow you manage it to work it will only show on forum home page.

you need 3 divs not 2, to do what the user asked us.

All parts of forum is table based, thats why I said making the table is the easiest solution.

.

Xencored 08-12-2009 02:11 PM

Hey thanks for this even tho it is just a background will i still need to make tables?

Mike

Xencored 08-26-2009 03:50 AM

Quote:

Originally Posted by Seven Skins (Post 1864709)
Make 3 column table.
In the 1st column put 1st side image.
In the 2nd column put the forum code.
In the 3rd column out 2nd side image.

You need to edit header and footer templates.

can i also get it to allways be the background static i mean so scrolling dont mess it up
and are the tables easy to set up?
Thanks


All times are GMT. The time now is 03:31 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.01013 seconds
  • Memory Usage 1,721KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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