Flash, navigation, header?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eliteofatlanta
    New Member
    • Oct 2005
    • 22

    Flash, navigation, header?

    I have a flash header with the built in navigation bars, this is it:



    I tried saving the target location then uploading it to the FTP and then trying to post the header as if it were a normal image. Didn't work.

    How do I take this Flash header with nav/ bars my guy made for us and put it at the top as our header on www.EliteDriven.com ??

    Thanks guys.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Admin CP -> Styles & Templates -> Style Manager -> Common Templates (in the menu) -> header

    Replace the red code:

    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
    <tr>
    	<td align="$stylevar[left]">[color=red]<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>[/color]</td>
    	<td align="$stylevar[right]">
    		&nbsp;
    	</td>
    </tr>
    </table>
    <!-- /logo -->
    
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output
    ...with the blue code:

    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
    <tr>
    	<td align="$stylevar[left]">[color=blue]<embed src="http://www.studiothreehundred.com/elite/header.swf" />[/color]</td>
    	<td align="$stylevar[right]">
    		&nbsp;
    	</td>
    </tr>
    </table>
    <!-- /logo -->
    
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output
    That should work.

    Comment

    • eliteofatlanta
      New Member
      • Oct 2005
      • 22

      #3
      thank you sir.

      Comment

      • GaryT
        Member
        • Mar 2008
        • 39
        • 3.8.x

        #4
        Originally posted by Jake Bunce
        Admin CP -> Styles & Templates -> Style Manager -> Common Templates (in the menu) -> header

        Replace the red code:

        Code:
        <!-- logo -->
        <a name="top"></a>
        <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
        <tr>
            <td align="$stylevar[left]">[COLOR=red]<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>[/COLOR]</td>
            <td align="$stylevar[right]">
                &nbsp;
            </td>
        </tr>
        </table>
        <!-- /logo -->
        
        <!-- content table -->
        $spacer_open
        
        $_phpinclude_output
        ...with the blue code:

        Code:
        <!-- logo -->
        <a name="top"></a>
        <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
        <tr>
            <td align="$stylevar[left]">[COLOR=blue]<embed src="http://www.studiothreehundred.com/elite/header.swf" />[/COLOR]</td>
            <td align="$stylevar[right]">
                &nbsp;
            </td>
        </tr>
        </table>
        <!-- /logo -->
        
        <!-- content table -->
        $spacer_open
        
        $_phpinclude_output
        That should work.
        Not the same for 3.8 I presume? Searching for
        <td align="$stylevar[left]"> in the header had not results for me.

        Any ideas?

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...