• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Modern Aac] WoW Style (recoded)

Kavvson

Gdy boli cie glowa wez
Joined
Jun 25, 2008
Messages
1,177
Reaction score
72
Location
Poland
I would like you to show a template for Modern Aac its based on this one [Layout] WoW Style ~~By Me :) but for Modern Aac :)

I hope you like it. I have just credits for rewriting it into Modern Aac.. Some links in menu are not fixed since there are no such pages atm.

- Animation
- Background
- Displaying the content :) now the tables and all pages are displayed correctly


wownn.jpg



How to Install?

Open Config.php

Find the place where should be the layout name and it should look like this

Code:
/*Template that should be used on website*/
$config['layout'] = "wow";
I think thats all..

Dont forget to rep me ^^
 

Attachments

Last edited by a moderator:
:( but now header is not animated anymore
 
Hmmm i guess in some programs you will be able to change it.. Im not so much experienced in flash technology Korrex
 
:( but now header is not animated anymore

Omg Really Sorry my fail :)) forgot about a value

Fixing the SWF ( animated header )

Find

Code:
<div id="wrapper"> 
	<div id="bg_up"> 
		<div id="masthead_container"> 
			<div id="masthead"> 
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
				   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
				   width="1000" height="400"> 
				   
					<param name="movie" value="<?PHP echo $layout_name; ?>/afl/wow3_header.swf" /> 
					<param name="quality" value="high" /> 
					<param name="menu" value="false" /> 
					<param name="wmode" value="transparent" /> 
					<param name="allowScriptAccess" value="sameDomain" /> 
				    	<object data="<?PHP echo $layout_name; ?>/fl/wow3_header.swf"

									width="1000" height="400" type="application/x-shockwave-flash"> 
							 <param name="quality" value="high" /> 
							 <param name="menu" value="false" /> 
							 <param name="allowScriptAccess" value="sameDomain" /> 
							 <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> 
							 <param name="wmode" value="transparent" /> 
						</object> 
				</object> 
			</div> 
		</div> 
		<div id="container"> 
		<!-- Begin Container -->

And replace with

Code:
<div id="wrapper"> 
	<div id="bg_up"> 
		<div id="masthead_container"> 
			<div id="masthead"> 
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
				   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
				   width="1000" height="400"> 
				   
					<param name="movie" value="{$path}/templates/wow/fl/wow3_header.swf" /> 
					<param name="quality" value="high" /> 
					<param name="menu" value="false" /> 
					<param name="wmode" value="transparent" /> 
					<param name="allowScriptAccess" value="sameDomain" /> 
				    	<object data="{$path}/templates/wow/fl/wow3_header.swf"

									width="1000" height="400" type="application/x-shockwave-flash"> 
							 <param name="quality" value="high" /> 
							 <param name="menu" value="false" /> 
							 <param name="allowScriptAccess" value="sameDomain" /> 
							 <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> 
							 <param name="wmode" value="transparent" /> 
						</object> 
				</object> 
			</div> 
		</div> 
		<div id="container"> 
		<!-- Begin Container -->
 
This 2 Modern AAc LAYOUTS that exits are much better then all gesior layout MODERN AAC 4 EVER
 
If you want have a better background just do the following steps:

Find bg_up.jpeg and change it into bg.jpeg ^^ now you will have a better bg simply and without download :)) you must check it
 
Back
Top