READ THE READ ME BEFORE USING.
Please read the issues below (in the comments) before using..................
Puts the world views links at the top of the canvas on all pages. Logged in users get drop down menus for faster navigation. With site stats underneath.
DEMO: paddlefriend.com (1.0b1 not on there yet)
Known Issues:
Members link doesn't work for visitors that are not logged in.
I provide a solution (hack) in the README. USE AT YOUR OWN RISK.
Change Notes:
Update 1.0b1
code rewrite
added dropdown menus for logged in users.
See the README for more detailed info.
View skotmiller's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
In the css edit the bold lines below to change the basics:
To change the fontsize.
ul.dropdown a,
ul.dropdown span {
display: block;
padding: 2px 8px 2px 4px;
font-size: 12px;
.....
To change the menu color:
ul.dropdown ul {
color: white;
background-color: #2689fe;
.....
To change the hover color:
ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
background-color: #2310fe;
......
Couple of bug to work out:
Missing a ' on line 71, right be for the word "title", should be "' ( "+' )
<li><a href='" . $vars['url'] . "'title='" . $vars['config']->sitename . "'>" . $vars['config']->sitename . " Home Page</a></li>
Hi, i found a bug with firefox (3.0.11):
edit: click to see what i meen ^^
I got that in Camino
But not in Safari, Webkit, FF, Opera, iCab, or OmniWeb.
All Mac
IE8, looks wrong, the text is aligned right, not correct
IE7, looks OK
IE6, LOL does anything look right in IE6?
http://ipinfo.info/netrenderer/
hi,
i like the way your topbar looks like, can you post the code somewhere?
@steven, see that blue button that says canvas_menu.zip?
Thank you for this, skotmiller
menu not working in firefox
@ steven, see phil's suggestion.
@ Phil thanks.
@Ukr Your welcome.
@Ken, Already reported (see above).
@All, I don't have time (energy) to come up with a solution for the displaying issue with windows browsers at the moment. I got too many issues to fix on my site, right now. I'm no coder and it would take me time to figure out that solution. If anyone else wants to go at it, your more than welcome to fix it re-upload the plugin. I noted where, I found the info for the menus in the read-me. I didn't include any of their scripts with my plugin, it appears that elgg has them built in and it's working off that. This could also be the problem. I'm guessing because it works fine (for Mac users).
RE: Plus the "My Event" and "Friends Events" links don't work. (not sure how to fix that one, any suggestions?)
Change URl's for those
<li><a href='" . $vars['url'] . "mod/event_calendar/show_events.php?group_guid=1&mode=&filter=mine' title='My Events'>My Events</a></li>
<li><a href='" . $vars['url'] . "mod/event_calendar/show_events.php?group_guid=0&mode=&filter=friends' title='Friends Events'>Friends Events</a></li>
THANKS FOR THIS PLUGIN!
RE:menu not working in firefox
I use firefox and it works
Hi Skot,
I spent several hours trying to figure out the menu problem. The source of the problem is this:
display: table doesn't work in all browsers, and if simply remove that, then everything works nice.
I did several changes to the icons, and menu, looking great. If anyone is intersted i can post the modified version.
Regards,
Uddhava dasa
cudos
Is anyone able to change the top level menu color? Mine defaults to gray and with a black page, it's hard to read. Any help would be very much appreciated...
thank u Uddhava dasa
How if I just want to show the canvas menu when login ?