| Author |
Message |
helsnicht Hangin' Around

Joined: Jan 25, 2008 Posts: 42
|
Posted:
Mon Apr 07, 2008 6:30 pm |
|
This is what I have so far.
I'd like to make my menu be all fancy and have expandable links when you mouse over them. So far I've uncovered that to do it I'd need to do it with javascripts? There any blocks that come to mind that already use this and would be easy to rip apart and throw in the block I already got?
Next question would be relating to Teamspeak. I'd like to have it so it displays whos in ts under the Who's Online. The pick shows ventrilo but I changed my mind and decided to go with ts and just haven't fixed it. I've only ever seen one site with this sort of thing and they wasn't much for sharing sadly. This is out of my league so I'm just asking if anyones seen something like this for download.
Alright last question for tonight the dead space at the bottom of the block, thats caused by the </form> is there anyway to remove that? Tried moving the code around, but its really picky as to where you can put it.
Helz |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15221 Location: Kansas
|
Posted:
Mon Apr 07, 2008 10:56 pm |
|
It would be best if you would either post the code in a phpbb code block or provide a link to a text file of the code. |
|
|
|
 |
helsnicht Hangin' Around

Joined: Jan 25, 2008 Posts: 42
|
Posted:
Tue Apr 08, 2008 2:22 am |
|
|
|
 |
helsnicht Hangin' Around

Joined: Jan 25, 2008 Posts: 42
|
Posted:
Thu Apr 10, 2008 9:23 am |
|
I fount a menu that does exactly what I want. NaviNuke 3.0.
Playing with it now to figure out how to add that to the User_Info block. |
|
|
|
 |
helsnicht Hangin' Around

Joined: Jan 25, 2008 Posts: 42
|
Posted:
Thu Apr 10, 2008 6:17 pm |
|
hmmm... maybe not exactly what I wanted afteral. Looking for something more I can embed into the block instead of just what seems like an overlay. Any suggestions? |
|
|
|
 |
helsnicht Hangin' Around

Joined: Jan 25, 2008 Posts: 42
|
Posted:
Sat Apr 26, 2008 9:36 pm |
|
I think I might of fount a javascript menu that I like. But I'm not quite sure how to add it to nuke. The help section on it shows how to add it to a normal html page, but php isn't that simple sadly. Heres what I've got.
data.js
data.files folder containing images and more js files that the menu uses
To add it, it says to add this in the header tags:
| Code: | <!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath = "data.files/";</script>
<script type="text/javascript" src="data.files/dmenu.js"></script>
<!-- (c) 2007, by Deluxe-Menu.com --> |
then to add this where I want the menu to show:
| Code: | | <script type="text/javascript" src="data.js"></script> |
I uploaded the files to my root directory, and tried just adding the script to the header.php file above the /head tag and then the 2nd one in the block. Though that didn't do much for me. I'm assuming either theres a certain way the coding has to be, or the header.php file wasn't the right place to put it. Any help would be appreciated. |
|
|
|
 |
|
|
|
|