Hi i'm looking for a new menu style !!

simone netten

Member
Oct 18, 2011
54
0
hi, i have seen somewhere that there is a menu style for Revcms , mango
with down menu's i am looking for this menu

Can anyone tell me where to find it ?

Greetings Simone.
 

Ayumi

Joshua Pike.
Sep 13, 2010
1,028
73
Oh, fayul. Didn't read it correctly
-facepalm
Well open your fucking eyes then, instead of trying to get high post-count. Face it, you'll never me me!

On-topic: I could do this for you, PM me details on ways I can contact you, or I can have a look amongst the many themes I have in my archive.
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
He was asking for the Mango, RevCMS jQuery menu, which is found here:
- RageZ0ne

There was somewhere in Ot4ku, but I believe it's on the Licence holder exclusive section if I'm not mistaken.
 

Micki

Active Member
Sep 2, 2011
105
22
He was asking for the Mango, RevCMS jQuery menu, which is found here:
- ********

There was somewhere in *****, but I believe it's on the Licence holder exclusive section if I'm not mistaken.
As Much as that was a good release by newb but it's on megaupload.
Either make one yourself or get someone to do it ^Xephos
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Can you please tell me what i must putt in the rest off the file's so it works i mean the code tot nav ?
Firstly we need the nav folder in our webroot (wwwroot or htdocs)

r888kg.png

- download it and rename the file to "nav"

Now we want the navigator code, I have organised it into an includes folder for easier management.
Saves you editing each page to change a link.. etc.

Create a folder called 'inc' in your app/tpl/skins/Mango directory like so
then make a new file in notepad and save it as 'nav.php'

2czv9k2.png


16lff4z.png

- Now open up the nav.php and paste this in, then type CTRL+H and change YOURHOTEL.com to your URL.
Now for each page paste this code between

<div id="content">

<div id="navi">
<?php include ('inc/nav.php')?>
</div>

<a href="index"><img src="app/tpl/skins/Mango/images/logo.png" id="logo" border="0"/></a>

And remove the old menu coding, it should look like this. Do it for every page you want the Menu to be on!

Show/Hide Spoiler


Finally we add this to end of our global.css

#navi{font-size:16px;float:right;margin:50;padding:50;}

Any problems or need any help feel free to ask!
 

Users who are viewing this thread

Top