Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.

Help with navbar [SOLVED]


Aaron Schpitzer 1174936
 Share

Recommended Posts

Aaron Schpitzer 1174936
Posted
Posted

I'm the CEO and WM of Canforce Virtual. I made the navbar that I like in flash and converted it t an .swf file. How do I get this to show on my site? I use PHPvms, what I've done so far is opened core_navigation.tpl and edited it, I also uploaded the .swf to the same directory as the core_navigation, not sure if it may have to go in same directory of index. I made the menu for ppl logged in, and once I get that working, I'll make another one for ppl not logged in and for admins. Any help appreciated, here's what I put in for code in core_navigation.tpl

 

 

if(!Auth::LoggedIn())

{

}

if(Auth::LoggedIn())

{

codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">

width="969px" height="27px" bgcolor="#000000" wmode="transparent" src="navbar.swf"

quality="high" scale="exactfit" menu="false" allowscriptaccess="always"/>

}

CFC001.png

1174936, S3/P1

CZYZ FE

CZUL, ZNY, ZOB, ZBW Visitor

Canforce CEO

Link to comment
Share on other sites

 Share