vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Backround pic for my fourm main page (https://vborg.vbsupport.ru/showthread.php?t=47897)

DAB10788 03-02-2003 01:40 PM

i am trying to get an image as my background and make everything else transparant.

exactly what has been done here - http://www.zelaron.com/forums/index.php?styleid=73

but with my own style and background

:Judge: 03-07-2003 05:13 AM

Quote:

Originally posted by WetWired
I'll tell you how we do it, but be forewarned that it is a HUGE client CPU hog.

What you do, is in your forum list table tag, you need to add
Code:

style="filter:alpha(opacity=75);"
If you already have a style attribute, just append the part in quotes to it.

Again, doing this will half kill a P266 or the like, so it would be good not to use it in your default style.

I am also having trouble tryin to get this. I see how above here how WW has it done but where is the "forum list table tag"?

Logikos 03-07-2003 09:46 AM

Quote:

Originally posted by :Judge:


I am also having trouble tryin to get this. I see how above here how WW has it done but where is the "forum list table tag"?

Its easy just place the code WW said in any on of your tables in the admin cp. For example if you place that code in your First Alternating Table Background Color table and second Alternating Table Background Color table. Your forum home cats will be transparent. :D Hope this helps. And i would use WW advise when he says not to use it as your deafult style. It does kill the scrolling and loading time like crazy.

-Nem

:Judge: 03-07-2003 11:46 AM

Quote:

Originally posted by []\[]emesis


Its easy just place the code WW said in any on of your tables in the admin cp. For example if you place that code in your First Alternating Table Background Color table and second Alternating Table Background Color table. Your forum home cats will be transparent. :D Hope this helps. And i would use WW advise when he says not to use it as your deafult style. It does kill the scrolling and loading time like crazy.

-Nem

Maybe a visiual would help me :D I do not know what tables you mean. I am tryin I just do not know what I am looking for and exactly where.

WetWired 03-11-2003 03:52 PM

Okay, I didn't specify exactly where because it will depend upon your template set. With a default template set, edit the forumhome template, and add the style to the table tag after the line
Code:

<!-- main -->
If you start a new table for each catagory like we do, this will go in a different place which will only exist on your template set ^_^. Basicly add that to any table that you want to make partially transparent.

And I cannot stress enough how much this slows down rendering on the average computer.

DrkFusion 03-11-2003 04:59 PM

If you want to make all your tables transparent use the code style="filter:alpha(opacity=75);"
in a form like:
Code:

<table width="100%" cellpading="0" cellspacing="0" style="filter:alpha(opacity=75);">
If you want single rows or columns to have transparent use it like:
Code:

<tr valign="top" style="filter:alpha(opacity=75);">
or
Code:

<td align="center" style="filter:alpha(opacity=75);">
Keep in mind that the contents of the table will also reflect the opacity change, in other words the text will also have a transparency.

Logikos 03-12-2003 08:25 PM

Quote:

Originally posted by WetWired
And I cannot stress enough how much this slows down rendering on the average computer.
Yeah he is 110% correct on that, I would also not suggest using it as a default style. Gotta be nice with those with 56k connections and slower computers :p


All times are GMT. The time now is 09:43 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.01229 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
  • (5)bbcode_code_printable
  • (4)bbcode_quote_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
  • (7)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