View Jeroen Dalsem'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.
Dude, I have a degree in computer science, I don't mind if you don't help me :) I'd just rather not examine the code of each plugin before being able to use it. It's time consuming trying to find out why trivial things don't work properly.
lol, scooperz making friends again
dudette ! i wasn't quite offering help to someone who's got a degree in comp sci but have exmined the code of each relevant plugin near line #39 lately ? might just be answer to your disapearing more ?
mich:
i've got microwave poppers..
it's just the thot of someone w/ a comp sci degree, dude!
that cannot download, unzip, and go striaght to the code causing
the 'more' problem all within <= 1 minute that's really entertaining ;-X
and i get the front row seats !
btw no beers, me not dwinkz, only coffee, capuccino, mocha...
code says
' // take control of menu setup '
;-oO;X;P muy divertido mi a amigos jejejejj!-X
rodando por el suelo riendo el culo....-X
Michele, I was half showing off. I'm only half Italian :)
DDS, see? You cannot not help. Big thanks, I'll look at it now that I have the line number. Thanks for doing the eye work for me 8-) You're GREAT! <3
Dhrup helped me. More, More, More won't disappear no more. How cool is that?! Ah, Michele, you might want to use this plugin too because last time I looked at your site, the menu arrangement made no sense (not to mention the default blue layout showing). I've got the screenshots to prove it.
I created a navigation item with the plugin, I erased and he disappeared from the navigation menu as admin, but it is still there in the menu as a visitor. Very strange. Can I try to delete this in the database? Where I have to go into the database? Thanks for any help....
Jorge, click on the eye icon (left corner) of the menu builder. It offers different views (as admin, as a visitor) and you must delete that particular item from all the views :) That will do the trick.
It's a good plugin but depending on what theme you're using, it might change the look of the more menu. If you don't want to restyle the more menu, you could just settle for "Appearance / Menu Items" instead of using the Menu Builder plugin.
Thank you, @rm@nd@! I can create submenus from a parent, but not submenus for a submenu as a parent...
This may be trivial or there may be a fix that I have not read, but does anyone have any issues with the TAB's? When I click on a tab that has no additional levels on it, it seems to highlight the next available tab with additional levels. For example, I have a 'home','about' and 'information' tabs. If I click on home, it will hightlight the 'informaiton' tab which has other menu options below it. If there is a fix, can you email me here? Thanks, Duuurp.
i like this plugin :)
does a version exist that allows multi level dropdowns?
so there are dropdowns that also have secondary menu lists?
if not, any intentions to create an update that does? thanks
@ura intentions are there, but time is limited.
I have a drop menu where parents have children (children don't have children). You hover over the parent, see the child and click it. When currently on a child page, the child is highlighted. How do I keep the parent highlighted too? Trying with .elgg-menu-parent but it's not working.
like this ?
Have a drop up, not a drop down Dhrup ;) It should work with .elgg-child-menu. elgg-state-active I think.
In CSS selecting kids a piece of cake. Selecting parents, I still have to learn...
drop up & down shud both work similar ; my e.g. is from non-elgg - uses pure css to do all the show, hide, etc. css can also do the 'drop-up' menu <li> items (maybe some jq involved)
@Libertarian: I think the problem here is rather on Elgg side. I was doing some time ago this parent menu selection by tapping to 'menu prepare' plugin hook and selecting parent items with setSelected method. You could use this hook to get 'selected_item' (passed in parameters) and go through parents (getParent method) up to the top and mark them on the way up.
Thanks for the tips. If I find a CSS shortcut that works, I'll post it on here.
I've fixed two todos from this plugin here: https://github.com/Srokap/menu_builder/tree/develop (posted as PR as well) That includes menu selection.
how do i configure different languages for use with this plugin?
@pawel great! I will look into it asap.
how can I put translated strings in the menus??