Elxis CMS Forum

Extensions => Templates => Topic started by: chakik on December 08, 2007, 12:48:08

Title: On mpuse over template
Post by: chakik on December 08, 2007, 12:48:08
Hello,
Is it possible to do a menu with on mouse over effect like this one:

http://www.dar-ajaza-islamia.org.lb/default_en.asp

How?

Thanks.

-Fadi
Title: Re: On mpuse over template
Post by: rentasite on December 08, 2007, 14:43:25

Hello,

Have you tried Dynamic Menu found in Elxis Directory ?

https://www.elxis.org/index.php?option=com_mtree&task=listcats&cat_id=74&Itemid=138

Title: Re: On mpuse over template
Post by: chakik on December 10, 2007, 11:06:04
Hi,
Thanks for the response. I tried it but I got an error:

Elxis Dynamic Menu (mod_dmj203) 
PHP WARNING   
PHP: Missing argument 2 for dmj::output_start(), called in /home/ssatripo/public_html/modules/mod_dmj203.php on line 145 and defined
uri: index.php?mylang=english
path: /components/com_frontpage/frontpage.php
version: Elxis 2006.4 Stable rev1080 [ Nestor ] 04-December-2006 23:08 GMT+2
WARNING(2): /home/ssatripo/public_html/modules/mod_dmj203/functions.php, line 24


-Fadi
Title: Re: On mpuse over template
Post by: CREATIVE Options on December 10, 2007, 12:51:52
To solve your problem follow the next instructions.

1) Folder permissions:
Be sure that folders /modules/mod_dmj203 and all the sub folders have 755 permission.
With the installation procedure they get 711 and the script can't see the files of the subject neither the code.

2) Changes inside the code:
a) file: /modules/mod_dmj203.php, line 145.
Change it to:
Code: [Select]
dmj::output_start( '',$theme );

b) file: /modules/mod_dmj203/load_script.php, lines 28 and 29.
Change it to:
Code: [Select]
<script language = "JavaScript" src = "<?php echo $mosConfig_live_site?>/modules/mod_dmj203/JSCookMenu.js"></script>
<script language = "JavaScript" src = "<?php echo $mosConfig_live_site?>/modules/mod_dmj203/effect.js"></script>
Title: Re: On mpuse over template
Post by: chakik on December 11, 2007, 11:57:58
hello,
I found that instructions yesterday in the forum and did it. But still not sure how to use the dynamic menu.
I got publiched "dynamic menu" but there is nothing inside.

-Fadi
Title: Re: On mpuse over template
Post by: Ivan Trebješanin on December 11, 2007, 12:30:59
Hi chakik,

Please don't post the same question at multiple boards. Finding solution will be easier for you and the others. Thank you.
Title: Re: On mpuse over template
Post by: rentasite on December 11, 2007, 15:14:51


Continued here :

https://forum.elxis.org/index.php?topic=1423.new;topicseen#new