Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Child menu plugin
Post: Child menu plugin

To get rid of the parent link in the child menu put the following in the CSS #child_menu #parent { display: none; } Cheers, Erik
erka Plugins 93 261,184 2012-06-19, 16:33:17
    Thread: Child menu plugin
Post: Child menu plugin

Hi MrKireefd. Maybe it could be fixed with a simple edit of the CSS-file for the backend? Cheers, Erik MrKireefd Wrote: -- Hi Everyone, I have been using the ChildMenu for some time now and am enjo...
erka Plugins 93 261,184 2012-01-16, 03:03:32
    Thread: Child menu plugin
Post: Child menu plugin

Hi, thanks. I don't really understand your setup, do you have a live example? Cheers, Erik cuirassier Wrote: -- Dear Erka, at first, thank you very much for this plugin. It works great and I like it ...
erka Plugins 93 261,184 2012-01-16, 02:55:23
    Thread: Child menu plugin
Post: Child menu plugin

Hi madvic. Your fix is now included in Child menu plugin version 1.8. Thanks, Erik madvic Wrote: -- Hello, I correct a bug : '.strip_decode($XMLdata->menu).''; The function strip_decode is to add a...
erka Plugins 93 261,184 2011-10-12, 07:25:44
    Thread: Child menu plugin
Post: Child menu plugin

Hi. The new version 1.8 should fix this sorting bug so that the menu order is sorted numerically. Cheers, Erik tommy Wrote: -- Is there any way to get the plugin to work for more than 10 items? curr...
erka Plugins 93 261,184 2011-10-12, 07:23:03
    Thread: Child menu plugin
Post: Child menu plugin

Hi. In the new Child Menu Plugin, version 1.8, on line 200 I have put in an uncommented example for you on how this is done. Cheers, Erik quite_me Wrote: -- Hi erka, I'm a real php noob, in any ca...
erka Plugins 93 261,184 2011-10-12, 07:20:05
    Thread: Child menu plugin
Post: Child menu plugin

Thanks for the heads up Madvic. I will include it in the next version. madvic Wrote: -- Hello, I correct a bug : '.strip_decode($XMLdata->menu).''; The function strip_decode is to add at the line 1...
erka Plugins 93 261,184 2011-02-02, 20:56:52
    Thread: Child menu plugin
Post: Child menu plugin

Done :-) New in version 1.6 -The plugin will now honor menu setting "priority" for sorting (if it is set). -The plugin will now honor "menu text" if it is set, otherwise it will fall back to the page...
erka Plugins 93 261,184 2011-01-27, 07:40:13
    Thread: Child menu plugin
Post: Child menu plugin

Hi and sorry, I have to correct my last post. There is a very simple way to order the child menu exactly the way you like. The child menu is always ordered by the page Slug/URLs, 0-9 and A-Z. By putti...
erka Plugins 93 261,184 2011-01-27, 03:48:25
    Thread: Child menu plugin
Post: Child menu plugin

Hi. Well, I like GetSimple most of all because it is so simple and un-bloated. When I made my plugins it was important for me to keep that simplicity intact and not add extra layers of complexity. Th...
erka Plugins 93 261,184 2011-01-26, 08:19:17
    Thread: Child menu plugin
Post: Child menu plugin

Version 1.5 adds a class="current" on the active link :-) Cheers Oleg06 Wrote: -- need to assign a class of active link --
erka Plugins 93 261,184 2010-11-27, 01:38:05
    Thread: Child menu plugin
Post: Child menu plugin

Hi. Try the new version 1.4, it should sort the sub-menu A-Z in case it is not sorted automatically. Remember to re-save some page after you upgrade the plugin to clear the cache. kjemperud Wrote: --...
erka Plugins 93 261,184 2010-11-18, 20:55:57
    Thread: Child menu plugin
Post: Child menu plugin

Yes that would be good, but sadly with the current implementation it is not quite possible since there is only one sub-menu file per parent page. To get this the plugin would have to be re-designed a ...
erka Plugins 93 261,184 2010-11-18, 20:31:51
    Thread: Child menu plugin
Post: Child menu plugin

Hi, I thought the sub-menu is sorted A-Z automatically, at least that is what happens on the servers I have. Maybe there is a difference in how your server reads the files. Do you have an example page...
erka Plugins 93 261,184 2010-11-18, 20:08:48
    Thread: Cached Navigation Menu plugin
Post: Cached Navigation Menu plugin

Hm... It works for me on multiple sites and I can not reproduce your problem. Anyone else seeing this problem? /Erik marrco Wrote: -- so it looks like there's still something wrong with plugin&data p...
erka Plugins 16 38,555 2010-10-12, 01:31:09
    Thread: Cached Navigation Menu plugin
Post: Cached Navigation Menu plugin

marrco Wrote: -- Thx Erik, testing v.0.8: Unable to clean up the folder ...getsimple/data/other/navigation_cache, check folder content privileges. just be sure i did a chgrp -R web plugins/ then del...
erka Plugins 16 38,555 2010-09-28, 07:26:11
    Thread: Cached Navigation Menu plugin
Post: Cached Navigation Menu plugin

Hi Marrco. This seems to indicate that you are having some privileges issues on your server. The web server can not write to (delete files in) the navigation_cache folder. The easiest way to fix it is...
erka Plugins 16 38,555 2010-09-27, 20:43:32
    Thread: Cached Navigation Menu plugin
Post: Cached Navigation Menu plugin

Whenever a page is requested with GetSimple the server needs to look through all the page files of the site to generate the main navigation menu. This can take quite a bit of time if the site has lots...
erka Plugins 16 38,555 2010-08-20, 20:20:05
    Thread: Child menu plugin
Post: Child menu plugin

Child Menu v. 1.1 is available on http://www.fohlin.net/getsimple-child-menu-plugin It has been cleaned up a bit with proper, GS recommended, file paths and storage of the cache files in the proper ,...
erka Plugins 93 261,184 2010-08-20, 20:12:58
    Thread: Child menu plugin
Post: Child menu plugin

Hi. Well, you should not replace Code: -- -- It still needs to be there for the main menu. Instead you should just add Code: -- -- wherever you want the children/siblings menu to appear. Thanks f...
erka Plugins 93 261,184 2010-08-17, 21:41:01
    Thread: Child menu plugin
Post: Child menu plugin

Carlos Wrote: -- Wouldn't it be easier to call the function directly, instead of calling an event that calls the function? Like this: Code: -- -- -- Hm... yes you are right. I had it on the hoo...
erka Plugins 93 261,184 2010-08-12, 05:10:06
    Thread: Child menu plugin
Post: Child menu plugin

Hi. I have made a simple little child menu plugin that I thought I may share. The goal of it is to make it fast and simple to get child pages to appear on parent/sibling pages. Maybe it will come in h...
erka Plugins 93 261,184 2010-08-11, 21:41:54