vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Discarding my header template coding and replacing it with Flash coding (https://vborg.vbsupport.ru/showthread.php?t=118647)

Masked Crusader 06-15-2006 06:27 AM

Discarding my header template coding and replacing it with Flash coding
 
Hey guys. I currently have this coding in my Header template for my style (see below). What I want to do is get rid of this coding and just place a Flash header in its place. Where do I start? If anyone can give me some insight or some places to search for the info I would much appreciate it. Also, let me know if there is someone else in the coding that I would have to fix something. Otherwise I will be searching for days and days trying to figure out what is going on. Thanks in advance for your time.

-Shane

PHP Code:

<!-- logo -->
<
a name="top"></a>
<
div id="vbwrapper">
<
div id="logostrip"><div style="background: url($stylevar[imgdir_misc]/logostrip.gif) no-repeat;height: 66px"></div></div>
<
div id="submenu"><div style="float: left;background: url($stylevar[imgdir_misc]/subsubmenu_bg.gif) no-repeat;height: 80px;padding: 5px 0 0 400px"><a href="search.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_search.gif" alt="" /></a><a href="memberlist.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_members.gif" alt="" /></a><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_calendar.gif" alt="" /></a><a href="faq.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_faq.gif" alt="" /></a></div></div>
<
div id="vbwrapper2">
<
div class="b-middle"><div class="b-left"><img src="$stylevar[imgdir_misc]/border_top_l.gif" alt="" /></div><div class="b-right"><img src="$stylevar[imgdir_misc]/border_top_r.gif" alt="" /></div></div>
<
div id="vbwrapper3">

<!-- 
content table -->
$spacer_open

$_phpinclude_output 


SaintDog 06-15-2006 05:33 PM

The DIV wrapper id's probably close in the footer so if you delete the DIV's from the header, you'll need to locate the closing DIV's in the footer and remove them as well.

As for adding a flash header, the article below should give you enough information on how to use the embed feature.

http://www.alistapart.com/articles/flashsatay/


The following coding needs to remain in the header, however:

Code:

<!-- content table -->
$spacer_open

$_phpinclude_output



All times are GMT. The time now is 09:22 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.01071 seconds
  • Memory Usage 1,730KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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