Ninja Simple Icon Menu

Ninja Simple Icon Menu will help you quickly set up a menu system that simply uses icons. This module is about as simple as it gets to set up.
Simply install the module, pick your images from a drop-down and publish the module.
Hi Untouchable, I am glad you like Ninja Simple Icons.
To make it show up differently on multiple pages, just copy the module in the module manager screen and then set the parameters differently for it.
------------------------------------------------
if ($icon_titles == 0) {
$id = 'id="'.str_replace(" ", "_", $icon_titles).'"';
}else{
$id=""
}
-----------------------------------------------
and add to the anchor
----------------------------------------------
The Ninja guys are great. Not only do they make great extensions, but they also have great support. That is the key to a great business! I had trouble with Simple Icons at first, but that was on my end. It serves me great so far! My only critique is I wish there was a step by step users guide with images, which I am happy to put together for the ninja guys!
Other than that, excellent!
But since I can vote for extensions here, you have my full vote, I really think you can do lots of stuff with this extension.
It works fine, loads fine and does what is says. Moreover, I made some "teaks" or whatever you may call them, to look and act different.
The changes are not in the php code, but in the css stylesheet. There could be some jquery added in the next release for a cool look, but for now it does just good with this:
---------------------------
.nsi-container a:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
width:40px;
height:40px; }
---------------------------
It will do a image hover effect, the icon will grow and it will change opacity. Somthing like fisheye, but much simpler.
... Assuming that the icons are set to a smaller value than 40px. However, you can set the value to a larger one.
Now it looks and acts different, and works in IE7 too. I did not test it in Opera and Safari, but I gues it can be tweaked there to. In Chrome works just fine.
The is also a trick for IE6, but whoever would care for that, I'm so against support of IE6.
Thanks for you time and I'm glad I could give something back since I don't have any money to give and I'm no programmer.
Thanks for the feedback.
We wanted to do this, but there is no way to configure all the options using the normal Joomla menus without making it overly complex, which defeats the whole purpose of having it simple.



