Hey guys,
I have a crucial problem with the deluxe menu. I tried to integrate it in my template by using {DELUXE_MENU} or {DELUXE_MENU:1} after I created a simple site structure but no menu is visible on the generated site. Neither in IE nor in Firefox.
The JavaScript parts and all paths are correctly set but the Menu remains invisible. I made sure that all files are correctly placed:
phpwcms_template\inc_js\deluxe-menu\dmenu.js
The file deluxe-menu.com.php is placed in
phpwcms_template\inc_script\frontend_render\
Also the following topics did not solve this problem.
http://www.phpwcms.de/forum/viewtopic.p ... ght=deluxe
http://www.phpwcms.de/forum/viewtopic.p ... ght=deluxe
Does anyone know how this menu works? Thanks a lot for you help!
DELUXE MENU is invisible.
Hi scalper,
Is this issue resolved?
If I could have a look at your setup I could maybe get you going ... ?
Feel free to PM me if needed.
Cheers,
Yves
Is this issue resolved?
If I could have a look at your setup I could maybe get you going ... ?
Feel free to PM me if needed.
Cheers,
Yves

PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Tanks for your offer
no, the issue is still not solved... I would let you see my setup, but the system is running on a local server without external access option... what do you need to see? I could post it here... thanks again !
Since you are working locally, would be pretty to tell just like that... but...
01. check that your data.js file has at line 1:
dm_init();
(nothing else in this file)
02. make sure that you generated a key at:
http://www.deluxe-menu.com/authcustomers/dlxm-ml/
Note: Even if you generate a key, I am not sure it will work, since you are working locally. The key will be looking to match a domain name...
03. make sure that you typed in your var key number in your:
phpwcms_templates/inc_script/frontend_render/deluxe-menu.com.php file, just like this:
var key="yourkeynumberhere";
//--- Common
var isHorizontal=1;
04.
Your deluxe-menu files should be located as is:
05. In your html head area of your template you should have this:
Hope this helps you get rolling and enjoy this great OG addition to PhpWCMS
Cheers,
Yves
01. check that your data.js file has at line 1:
dm_init();
(nothing else in this file)
02. make sure that you generated a key at:
http://www.deluxe-menu.com/authcustomers/dlxm-ml/
Note: Even if you generate a key, I am not sure it will work, since you are working locally. The key will be looking to match a domain name...
03. make sure that you typed in your var key number in your:
phpwcms_templates/inc_script/frontend_render/deluxe-menu.com.php file, just like this:
var key="yourkeynumberhere";
//--- Common
var isHorizontal=1;
04.
Your deluxe-menu files should be located as is:
Code: Select all
phpwcms_template/inc_js/deluxe-menu/data.js
phpwcms_template/inc_js/deluxe-menu/dmenu.js
phpwcms_template/inc_js/deluxe-menu/dmenu4.js
phpwcms_template/inc_js/deluxe-menu/dmenu_add.js
phpwcms_template/inc_js/deluxe-menu/dmenu_ajax.js
phpwcms_template/inc_js/deluxe-menu/dmenu_cf.js
phpwcms_template/inc_js/deluxe-menu/dmenu_dyn.js
phpwcms_template/inc_js/deluxe-menu/dmenu_key.js
phpwcms_template/inc_js/deluxe-menu/dmenu_popup.js
phpwcms_template/inc_js/deluxe-menu/head.txt
phpwcms_template/inc_js/deluxe-menu/images/
Code: Select all
<!-- Deluxe Menu -->
<noscript><a href=http://deluxe-menu.com/>Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath = "phpwcms_template/inc_js/deluxe-menu/";</script>
<script type="text/javascript" src="phpwcms_template/inc_js/deluxe-menu/dmenu.js"></script>
<!-- (c) 2006, by Deluxe-Menu.com -->Cheers,
Yves

PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Yeaha - Great Shit - Sorry...
- Its working... Thank you very much for your kind support...
I "simply" forgot to copy some necessary files into the deluxe-menu directory
But one thing: I do not use the code you mentioned under 5. but used the RT {DELUXE-MENU} instead - which is working fine for me...
I am curious about the new release of phpwcms - It is just great!
Thanks again for your help!!!
I "simply" forgot to copy some necessary files into the deluxe-menu directory
But one thing: I do not use the code you mentioned under 5. but used the RT {DELUXE-MENU} instead - which is working fine for me...
I am curious about the new release of phpwcms - It is just great!
Thanks again for your help!!!
Hey! Most Welcomedscalper wrote:... But one thing: I do not use the code you mentioned under 5. but used the RT {DELUXE-MENU} instead - which is working fine for me...
Thanks again for your help!!!
Concerning Point 5... Hmmm...
I guess you might have just made a good point there.
Maybe point 5 is not obligatory...
Not sure
At least, I am glad to know that it is working for you now
Cheers,
Yves

PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!