11
Marvin_CZ
Drop Down menu (HTML user block)
  • 2010/2/8 23:39

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


Hello,
here is DROP DOWN MENU for all :)

Resized Image


See in action here
See demo vertical here
See demo horizontal here

Make menu is very easy :)
Only 6 step

1.Inside head your html.theme copy this:
<link rel="stylesheet" href="css/MenuMatic.css" type="text/css" media="all" />
<
script type="text/javascript" src="http://www.google.com/jsapi" ></script>   
<
script type="text/javascript" google.load("mootools""1.2.1"); </script>  
<
script type="text/javascript" src="js/MenuMatic_0.68.3.js" ></script>


2.Make new USER BLOCK and copy inside this:
<script type="text/javascript">
window.addEvent('domready', function() {            
    var 
myMenu = new MenuMatic({
        
id:"nav",
        
effect:"slide & fade",
        
duration:500,
        
hideDelay:500,
        
orientation:"horizontal",
        
tweakInitial:{x:-30,y:3},
        
opacity:95
    
});
});
</
script
<
ul id="nav">
    <
li><a href='#'>Link 1</a></li>
    <
li>
        <
a href='#'>Link 2</a>
        <
ul>
            <
li><a href='#'>Link 2.1</a></li>
            <
li><a href='#'>Link 2.2</a></li>
            <
li><a href='#'>Link 2.3</a></li>
            <
li>
                <
a href='#'>Link 2.4</a>
                <
ul>
                    <
a href='#'>Link 2.4.1</a>
                    <
a href='#'>Link 2.4.2</a>
                    <
a href='#'>Link 2.4.3</a>
                </
ul>
            </
li>
            <
li><a href='#'>Link 2.5</a></li>
        </
ul>
    </
li>
    <
li><a href='#'>Link 3</a></li>
    <
li><a href='#'>Link 4</a></li>
    <
li><a href='#'>Link 5</a></li>
    <
li><a href='#'>Link 6</a></li>
    <
li>
        <
a href='#'>Link 7</a>
        <
ul>
            <
li><a href='#'>Link 7.1</a></li>
            <
li><a href='#'>Link 7.2</a></li>
        </
ul>
    </
li>
</
ul>


3.Now replace # - modules/news/ or another module
Link 1....7 is your link name (Home, News....)
var myMenu = new MenuMatic - myMenu u can replace to your name (menuPrincipal)
Dont forget change id:"nav" and id="nav" to your menuname (menuPrincipal)



4. Download MenuMatic

5. Unzip this and folders: css, img and js from vertical or horizontal folder copy to your root...

6. Go to ..root/css/Open MenuMatic.css and repair color as u like

Thats all :)

Sorry for my bad english



12
Marvin_CZ
Re: ExtCal 2.2.2 does not work with Xoops 2.4.3.. Options?
  • 2010/1/26 13:29

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


ExtCal 2.2.2 working now.

I have wrong characters language here:

class\calendar\JSCal2\JSCal2\src\js\lang\cz.js

After adding the right language file the date selector worked

In czech language change cz.js to cs.js





13
Marvin_CZ
Re: Question about AMS 2.52 and "Spotlighting" or how to do this..
  • 2010/1/26 0:09

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


Spotlight demo and module Mytab 2.2 u can see and download here: XUUPS
Manual here: Tutorial



14
Marvin_CZ
Re: ExtCal 2.2.2 does not work with Xoops 2.4.3.. Options?
  • 2010/1/25 9:49

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


Creating event is not problem. I have problem only with create date start and date end if i added new event. Date Start and date End not clickable.

In XOOPS 2.3.x running OK, after upgrade to 2.4.4 is problem.
I tested in local and website too.



15
Marvin_CZ
Re: ExtCal 2.2.2 does not work with Xoops 2.4.3.. Options?
  • 2010/1/25 8:11

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


PiCal have same problem as ExtCal. Date in New Event not clickable. I cant make new event for 2-3 days... ExtCal (PiCal)
showing only one day when is created.
I thing its not problem in this module, or yes?



16
Marvin_CZ
Re: what gallery modules are you using?
  • 2010/1/22 16:12

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


No, isnt. It is Menalto Gallery. Is this same as XoopGallery, but working perfectly - last version is 2.3.1 u can try it :)



17
Marvin_CZ
Re: what gallery modules are you using?
  • 2010/1/22 15:06

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


I have Gallery2 in external page, because any gallery module not working how would wish... It is compromise, but working good. U can see HERE



18
Marvin_CZ
Re: ExtCal 2.2.2 does not work with Xoops 2.4.3.. Options?
  • 2010/1/22 8:19

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


I have same problem as redheadedrod ...
after upgrade to 2.4.3 ExtCal not working change date if i can submit event. Date is not clickable. Manual check date dont work too.

Marvin




19
Marvin_CZ
Re: Right and left block not showing in IE correctly
  • 2010/1/16 0:40

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


Hi Burning,
theme now working perfectly.
I was tested in IE-8, Opera-10, Mozilla-3,5 and MyIe and etc browser...

Thanks very much,

Marvin



20
Marvin_CZ
Re: Right and left block not showing in IE correctly
  • 2010/1/15 16:48

  • Marvin_CZ

  • Just popping in

  • Posts: 28

  • Since: 2009/4/2 1


Hello Burning,

link is here: CC-Bohemia

There for download is original A-desigN theme and my little changes A-desigN theme.

Marvin




TopTop
« 1 (2) 3 »



Login

Who's Online

201 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 201


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits