Info

Category: uncategorized
Licence: GNU General Public License (GPL) version 2
Updated: 64 days ago
Downloaded: 959

Releases

Latest: 1.0

Previous releases:
None
More projects by BuBu:

0

Recommendations

Summary:

Plugin add a fisheye-menu on the top of the canvas area .

Full description:

Fisheye Menu

(Edit your project's description!)

Release notes:

Test On Elgg  Release - 1.5

A plugin to add a fisheye menu on the top of the canvas area . for all theme

elgg fisheye menu

By Elgg Laithai http://www.elgg.in.th

Thank Host For test http://www.colorpack.net

 

Great, really cool work.

Kimster 342 days ago

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 342 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 342 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 342 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 342 days ago

looks great, does someone have a live site to check it? PM if posible, thanks

cabaz888 342 days ago

WARNING DO NOT CLICK ABOVE LINK by BuBu!

IT CONTAINS A VIRUS!

I have reported this aswell.

UDR 341 days ago

@UDR site compromised with a root kit? Or elgg security issue? Would be interesting to find out.

tradenet 341 days ago

very nice mod .. is there a way, to disable it, for guests?

Bob Kromonos Achten 341 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 340 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 338 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 338 days ago

I hosted a Chinese site http://youcomeyounet.net  and just made public a few days ago.  I used this plugin.  It really looks cool.  I am also looking for any feedback on my site.  Thanks.

Ian Lee 329 days ago

Sounds like a fantastic plugin. Is there a winzip version?

papoy 317 days ago

Yes, papoy - my question too - is there a zip version ? - thanks

Lee-vit-Over 250 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 231 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 231 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 221 days ago

Somebody help me to make it work with Elgg 1.6.1...

I am not sure if its already available... 

ni3 142 days ago

Does not work with Elgg 1.6.1

Blue 71 days ago