0
Recommendations
Summary:
Plugin add a fisheye-menu on the top of the canvas area .
Full description:
Fisheye Menu
(Edit your project's description!)
Test On Elgg Release - 1.5
A plugin to add a fisheye menu on the top of the canvas area . for all theme
By Elgg Laithai
hey BuBu - really nice - very cool...
One thing on a transition on a slow computer the whole menu goes very large and then back to small.
sunirmalya 509 days ago
bubu, if you can add something for videos and other stuff like what is used in canvas menu plugin that'll be great.
thanks a lot!
zanzoon 509 days ago
Nice job with this BuBu! Looks good.
I had to make one small change to " .../mod/fisheye_menu/views/default/pageshells/pageshell.php"
I Added a trailing slash to "messages":
<li><a class="dock-item" href="<?php echo $vars['url']; ?>pg/messages/
Otherwise it would not link to logged in member messages.
Keep up the good work!
thenomad 509 days ago
zanzoon,
I was able to add videos and other stuff by opening:
mod/fisheye_menu/views/default/pageshells/pageshell.php
copy and paste one of the list items, and change the values to suit your needs. You will see in the example below, I wanted a link to "The Wire", so I changed the code to read "pg/thewire/" and <?php echo elgg_echo("thewire"); accordingly. You could do this with videos, bookmarks, just about anything.
<li><a class="dock-item" href="<?php echo $vars['url']; ?>pg/thewire/<?php echo $vars['user']->username; ?>"><img src="<?php echo $vars['url']; ?>mod/fisheye_menu/images/page.png" alt="thewire" /><span ><?php echo elgg_echo("thewire"); ?></span></a> </li>
Once you have done this, you can create your own icon images for the menu, place them in the images folder "mod/fisheye_menu/images", and update the code above to ref. your new images, etc. Lots of possibilities!
Thanks again to BuBu for making it look easy!
thenomad 509 days ago
looks cool!
sadistic intent 509 days ago
looks great, does someone have a live site to check it? PM if posible, thanks
cabaz888 508 days ago
WARNING DO NOT CLICK ABOVE LINK by BuBu!
IT CONTAINS A VIRUS!
I have reported this aswell.
UDR 507 days ago
@UDR site compromised with a root kit? Or elgg security issue? Would be interesting to find out.
tradenet 507 days ago
very nice mod .. is there a way, to disable it, for guests?
Bob Kromonos Achten 507 days ago
I have installed this on a site I am working on but is not yet public. I did make the icons smaller. It works great on IE, but with Firefox 3.0.8 on both a Mac and Windows when I mouse over one of the icons the page below shifts to the right of the icon I am on. If the first one, the page shifts to that point and if the last one, the page shifts and starts below that icon. Probably some change I made, but clueless (normal situation). Any suggestions?
Richard 507 days ago
none of these canvas menus display for me, i'm using a modfied theme. any sugestions as to what might be wrong?
sirganya 505 days ago
Hi,
thank you for the great theme!
I wonder but nowhere founded information how to turn on menu highlighting. Problem is that if you click menu item (ex. Groups), after page opening menu item is not active. Usually it shoud be active.
As I understand, I should change this code in topbar_tools.php ? :
<ul class="topbardropdownmenu">
<?php
foreach($alphamenu as $item) {
echo "<li><a href=\"{$item->value}\">" . $item->name . "</a></li>";
}
?>
</ul>
Maybe someone can help with this?
best regards,
webtakeaway
webtakeaway 504 days ago
I hosted a Chinese site http:/
Ian Lee 495 days ago
Sounds like a fantastic plugin. Is there a winzip version?
papoy 483 days ago
Yes, papoy - my question too - is there a zip version ? - thanks
Lee-vit-Over 417 days ago
Hi I was just wondering
How do I add permissons to these??
Can someone possibly generate some code for this,
You shouldnt be able to the upload file when your not logged in..
Otherwise Its an amazing Plugin!!
Thanks
SlickWun 397 days ago
EDIT: Sorry but to be More clear I mean it shouldnt be visible at all until login, right now it goes to a dead link when attempting to upload whilst not logged in.
SlickWun 397 days ago
Warning: if, as me, you have some problems with the #page_wrapper's centering, just open pageshell.php (mod\fisheye_menu\views\default\pageshells\pageshell.php) and change lines :
<script type="text/javascript" src="<?php echo $vars['url']; ?>mod/fisheye_menu/views/default/js/fisheye.js"></script>
<?php echo elgg_view('page_elements/header', $vars); ?>
to
<?php echo elgg_view('page_elements/header', $vars); ?>
<script type="text/javascript" src="<?php echo $vars['url']; ?>mod/fisheye_menu/views/default/js/fisheye.js"></script>
(you just have do invert those 2 lines in order to get a good DocType ;-))
Adrian 387 days ago
Somebody help me to make it work with Elgg 1.6.1...
I am not sure if its already available...
ni3 308 days ago
@ni3 @blue this plugin work very well with 1.6.1
@BuBu it's a nice piece of work , but
menu should not be the same for logedin and non logedin users
Georges Gillard 142 days ago

Kimster
Profile
Following
Followers
Pages
Plugins
Great, really cool work.
Kimster 509 days ago