Page 1 of 1

Flash header between menu and content in CSSMenu top + 2 columns template

Posted: Sat Sep 06, 2008 3:32 pm
by einfoway
HI All,

CMSmadesimple is just great. I am newbie to this framework. I have set up all is fine and i am using CSSMenu top + 2 columns template for all my pages.

Now i need small change as shown in attached image. I need a flash swf file between menu and content block. We need to have separate swf file for separate pages. So we will need it to be the part of CMS rather then hard codingĀ  it.

can any one please help me?
Image


Regards
Einfoway

Re: Flash header between menu and content in CSSMenu top + 2 columns template

Posted: Sun Sep 07, 2008 4:13 pm
by christiaans
There are a number of ways to achieve this (maybe search for it first, next time, you would be surprised about how many people have already asked something similar), for example:

- using an 'if' statement to declare the flash movie, example:

Code: Select all

{if $page_alias == "page1"} < your swf file />
{elseif $page_alias == "page2"} < your different swf file />
{/if}
- using a different template for each page, each containing a different swf file.

Good luck with it :).

Re: Flash header between menu and content in CSSMenu top + 2 columns template

Posted: Sun Sep 07, 2008 4:22 pm
by einfoway
I had searched a lot on google and your forums but could not find anything related to same. Same i am searching form morning on multilang found many but all very complex.

Anyways thanks for your reply i got it fixed via javascript.

Re: Flash header between menu and content in CSSMenu top + 2 columns template

Posted: Mon Sep 08, 2008 9:45 am
by Dr.CSS
If fixed please put solved in top post subject line...

Re: Flash header between menu and content in CSSMenu top + 2 columns template

Posted: Sat Sep 13, 2008 10:23 am
by christiaans
einfoway wrote: I had searched a lot on google and your forums but could not find anything related to same. Same i am searching form morning on multilang found many but all very complex.

Anyways thanks for your reply i got it fixed via javascript.
Good thing you got it fixed, but be careful with javascript..