by skotmiller
First uploaded 516 days ago
1
Recommendations
Summary:
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.
Full description:
Canvas Menu 1.0
(Edit your project's description!)
READ THE READ ME 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
Several people have submitted fixes for the previous issues. I'm posting the one that appears to work best. Supplied by Mike Vazco @ http://elggdev.com He also made it so the plugin can be extended by others.
Please check it in all browsers and report problems in the comments below.
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.
See the README for more detailed info.


Cancel last question, please. I've got it :)
AdWooz 400 days ago
Thanks for this plugin !
I was looking for a way to view the members page while a simple visitor too, so i decided to read yours. Actually you helped me find a better hack : juste replace the line 20 in /mod/members/index.php by
set_page_owner($_SESSION['guid']);
which is the correct way to set the page owner, just like other plugins do...
Maybe this is just a remnant of v1.2 ?
mato 400 days ago
*peeks at code*
Hrm. Same stats code as my version of this still... Does anyone else have the problem that it always shows up as 10 videos in the stats under the menu? I have at least 30 videos and it's never ticked past 10. Using izap_videos, but (and this might be critical), I also used kaltura at one stage before I decided I preferred izap_videos.
Dagorath 395 days ago
Absolutely great work thanks.
need help with it though. when i click embed the canvas does not fade out like the rest of the page. it overlaps on the embed box. would be great if someone can help me out. thanks
Abdullahi 391 days ago
I noticed the same issue as Abdullahi and have not been able to figure it out. I would echo his plea for someones assistance. This problem rendors the 'embedd media' functionality useless.
The Numismatic Dealers Den (NDD) 386 days ago
Add this at line 254 of the css.php
z-index: 0;
skotmiller 386 days ago
@skotmiller,
THanks for responsing so quickly. However, that didn't work.
The Numismatic Dealers Den (NDD) 385 days ago
@skotmiller,
Correction. I just needed to reorder my vazco mainpage mod. Once I repositioned it, it worked fine. Thanks
The Numismatic Dealers Den (NDD) 384 days ago
Worked for me too. thanks.
Abdullahi 384 days ago
I also got the error where the video stats aren't getting over 10. Someone know why?
(izap_videos)
Simon ST 381 days ago
skot quick question for ya
im looking to make it a bit shorter ( Lessen the hieght ) of the area the menu displays in
Im looking for the relivant info in both the CSS file
and the menu.php
but i dont see it
So i did a search for " height " in the entire canvas menu folder but i get no results
alittle help?
antifmradio 364 days ago
Yes I am only showing 10 videos on my page also, official bug?
Kiwi_Chris 357 days ago
i have a really important question here
the READ ME says
<!--[if gte mso 9]> Normal 0 <![endif]--> <!-- /* Font Definitions */ @font-face {font-family:Helvetica; panose-1:2 11 6 4 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:536902279 -2147483648 8 0 511 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
Change lines 57 - 171 for LOGGED IN users and Lines 178 - 187 for VISITORS, accordingly in the pageshell.php for this plugin. Located at:
canvas_menu/views/default/pageshells/pageshells.php
im looking at that file and it only has 64 lines of code in it
antifmradio 325 days ago
one more thing
i wanted to make this canvas menu viewable ONLY to people logged OUT
and whey they log in
its no longer there
antifmradio 325 days ago
hi love the plug in just have a small question, i am completely css illiterate can you tell me how to resize if possible? thanks
Evolution1979 279 days ago
dis very old topic post & scotz gone far away, nobody left 2 answer quesn 4 nobody lolz sad ;- (
DhrupDeScoop 279 days ago
Wow, I forgot I even use this plugin, didn't know it had a css.
gone 279 days ago
mi a amigo skotmiller maybe have left elgg forever 2 goto joomla sad loss;;;-)
DhrupDeScoop 279 days ago
The canvas menu works fine with Firefox, Chrome, Opera and Safari. Only with IE (ver.8) the dropdown menus don't show. I can't test it with IE 6 or 7. Could anyone please help me with this issue? Are there any css settings to change?
iionly 228 days ago
forget it
IE is known bad boy with CSS
DhrupDeScoop 228 days ago
@anyone
I am trying to get this canvas menu to use internationalization but I'm having a little trouble with my php syntax I think.
<li><a href='" . $vars['url'] . "pg/expages/read/Terms/' > <php echo elgg_echo ('canvasmenu:terms')> </a></li>
Is what I've got but the result in the menu shows the entire <php echo elgg_echo ('canvasmenu:terms')> not just the output of 'canvasmenu:terms'.
Any hints?
Trajan 135 days ago
I have found that the video, top users, questions and some other nav links produced by this plugin are pointing to the site's main index page instead of to the relevant/correct destination.
Any idea why this is?
thanks
tunist 19 days ago

AdWooz
Profile
Following
Followers
Pages
Plugins
Nice update, thanks!!
How did you set up number of recent users on the bottom menu? I know it's not canva-menu related. By default it set up as 10. I need to set up 22. Is it possible?
Thanks
AdWooz 400 days ago