Dynamic Drive Navigational Menu?

Started by Xarkurai, March 06, 2011, 07:56:14 AM

Previous topic - Next topic

Xarkurai

Hello there.

I'm having an issue with coding a theme for SMF 2.0 Rc5.
I've been trying to add the script "ddsmoothmenu" of the dynamic drive website. But each time I try, I appear to fail.
I simply can't get it into the php, even after trying a lot (step 1).

I would appreciate any guides or help around this.

Friendly regards,
Xarwin
Useful paid mod: Badge Awards - Award members for actions

NanoSector

You sure you have the required JS files?
It requires a few external files.

If you want a few CSS menus and want to customize them, I use http://cssmenumaker.com/ and it works really well :)
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Xarkurai

Hey, thanks for the reply and nice website :).
Anyway. I am pretty sure I did what I had to do.
Step 1 tells you to include it into the <head>.
I tried different ways such as adding html, echo, making it external and still no success.
Useful paid mod: Badge Awards - Award members for actions

Mick.

Make sure you have the complete path to the files too.

<link rel="stylesheet" type="text/css" href="yoursite.com/ddsmoothmenu.css" />
<link rel="stylesheet" type="text/css" href="yoursite.com/ddsmoothmenu-v.css" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="yoursite.com/ddsmoothmenu.js">

Arantor

And make sure you don't have any other mods using jQuery at the same time...

Xarkurai

Thanks for everything, everyone!
I had to do some tricky stuff in order to make it work, but it works!

Sorry for the late response though :).
Useful paid mod: Badge Awards - Award members for actions

Advertisement: