RevCMS jQuery Menu for Mango
I was sick of the old basic menu so decided to put this jQuery menu into the mango theme.
Going to use XAMPP for testing purposes as my IIS server is in use, but this is the same process for IIS too.
http://i44.tinypic.com/35hpypw.png
Firstly we need the nav folder in our webroot (wwwroot or htdocs)
Nav folder: nav.rar - 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'
mango jquery nav - Pastebin.com - 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!
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!
Re: RevCMS jQuery Menu for Mango
This is some sexy ass shit :D I love it, nice work. +Rep+Like.
Re: RevCMS jQuery Menu for Mango
It sort of goes and sort of doesn't go with the style, none-the-less good work!
Re: RevCMS jQuery Menu for Mango
This is good! Nice job brah :wink:
Re: RevCMS jQuery Menu for Mango
Re: RevCMS jQuery Menu for Mango
Re: RevCMS jQuery Menu for Mango
nice, but where you can download the full cms?:blushing:
Re: RevCMS jQuery Menu for Mango
Re: RevCMS jQuery Menu for Mango
Quote:
Originally Posted by
Spike4000
thats not the full cms? :ehh:
Re: RevCMS jQuery Menu for Mango
Isn't this made by Battle, from jebbahotel.com?
Re: RevCMS jQuery Menu for Mango
Quote:
Originally Posted by
Aye
Isn't this made by Battle, from jebbahotel.com?
that's me :P:
Re: RevCMS jQuery Menu for Mango
Easy to do all your search is javascript menu and add code and do it your self but good release for the nubz!
Re: RevCMS jQuery Menu for Mango
Re: RevCMS jQuery Menu for Mango
Quote:
Originally Posted by
blink182sp44
thats not the full cms? :ehh:
I... I am sure that is RevCMS....... :glare:
Re: RevCMS jQuery Menu for Mango
Quote:
Originally Posted by
blink182sp44
thats not the full cms? :ehh:
That is the full CMS...
Re: RevCMS jQuery Menu for Mango
The actual CMS is clean. And does not have files everywhere like Ubercms
but yeah that the cms.
Re: RevCMS jQuery Menu for Mango
Nice addon bra, 10/10 ! *Cheers*
Re: RevCMS jQuery Menu for Mango
This is hawt & sexi.
Nice release MON.
Re: RevCMS jQuery Menu for Mango
This is a nice release, I have never actually seen the source of RevCMS, but I would like to know:
How stable and secure is it?
What makes it so stable/secure if it is?
Is there a DB that is compatible with Phoenix Emulator?
Is the client simple to edit (work with SWFS)?
Re: RevCMS jQuery Menu for Mango
SIEG REVCMS SIEG REVCMS! it rocks..........
Re: RevCMS jQuery Menu for Mango
Loves it!!!
Thanks for this + rep
Re: RevCMS jQuery Menu for Mango
Looks very nice, good to see someone designing different form of navigator tabs other then the default Uber / Phx one ;) +1 like.
Re: RevCMS jQuery Menu for Mango
Quote:
Originally Posted by
ηєwв
I was sick of the old basic menu so decided to put this jQuery menu into the mango theme.
Going to use XAMPP for testing purposes as my IIS server is in use, but this is the same process for IIS too.
http://i44.tinypic.com/35hpypw.png
Firstly we need the nav folder in our webroot (wwwroot or htdocs)
Nav folder:
MEGAUPLOAD - The leading online storage and file delivery service - 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'
mango jquery nav - Pastebin.com - 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!
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!
download dont work re-upload thanks
Re: RevCMS jQuery Menu for Mango
Re: RevCMS jQuery Menu for Mango
Not keen on the style, but nice implementation.