DELUXE MENU is invisible.

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
scalper
Posts: 19
Joined: Wed 7. Jan 2004, 23:48

DELUXE MENU is invisible.

Post by scalper »

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!
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

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
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
scalper
Posts: 19
Joined: Wed 7. Jan 2004, 23:48

Tanks for your offer

Post by scalper »

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 !
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

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:

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/
05. In your html head area of your template you should have this:

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 -->
Hope this helps you get rolling and enjoy this great OG addition to PhpWCMS :wink:

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
scalper
Posts: 19
Joined: Wed 7. Jan 2004, 23:48

Post by scalper »

Yeaha - Great Shit - Sorry... :idea: :P - 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!!! :D
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

scalper 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!!! :D
Hey! Most Welcomed 8)
Concerning Point 5... Hmmm...
I guess you might have just made a good point there. :wink:
Maybe point 5 is not obligatory... :roll: I'll have to check that :wink:
Not sure :?: AT least the copyright must be there :roll:

At least, I am glad to know that it is working for you now 8)

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Post Reply