Posted by: ithilOn 2003/7/18 16:17:225650 reads
i've finished the second version of iMenu new features :: group and user permitions link targets (_self, _blank, etc.)
The comments are owned by the author. We aren't responsible for their content.
Re: iMenu 2
Great block Thanks for your fine work!
I'd like to file a feature request: how about making activeLinks like the a:active style. This means that when the first part of a page url is the same as the link clicked upon, it shows in a different style. Thus, you can see on the menu what module you're browsing.
Herko
Re: iMenu 2
I think with this additional feature, it would make a lot of XOOPS sites better to navigate, especially when you run lot of modules.
Another question: Is it possible to display the menu in more than one block and configure which menu item to see in each block ?? That would make iMenu just the perfect menu, several blocks and you could find out very easy in wich module of the site you are browsing
I got an install error. I had iMenu 1 installed but it wouldn't allow me to install iMenu 2 so I uninstalled iMenu 1 and removed its folder from modules. Then I tried to install iMenu 2 again and I got the error message:
Installing iMenu DROP TABLE IF EXISTS `imenu` is not a valid SQL! Unable to install iMenu. Error(s):
Obviously I've messed something up. How can I fix it?
Brian.
Re: iMenu 2
That makes two of us. Same error, only i didn't have iMenu 1 installed before.
EDIT: "Fixed" it, by removing the line from the sql file :)
EDIT2: You should also change the line in admin/index.php, where it still says it's version 1.01 :) But now that i've installed it - VERY GOOD JOB
Re: iMenu 2
Open the sql-file and comment out (with #) or delete the first line, then install again.
Re: iMenu 2
I couldnt get it to install for the same reason... And to be honest mysql is very foreign to me (go figure) Is there an easy way to install this module...or can you give me step by step? It hasnt installed yet its just sitting in my mod folder. Thanks all!
INSERT INTO `imenu` (`id`, `title`, `hide`, `link`, `target`, `groups`, `users`, `weight`) VALUES ('', 'maxon.net | target example _self, _blank, _parent, etc.', 0, 'http://www.maxon.net', '_blank', 'Webmasters|Registered Users', '', 1); INSERT INTO `imenu` (`id`, `title`, `hide`, `link`, `target`, `groups`, `users`, `weight`) VALUES ('', 'realBasic | 2 user only example, separeted by a |', 0, 'http://www.realbasic.com', '_blank', '', 'luinithil|d_bass', 3); INSERT INTO `imenu` (`id`, `title`, `hide`, `link`, `target`, `groups`, `users`, `weight`) VALUES ('', 'News | example of a module link , this is the mod dir name', 0, '[news]', '_self', 'Webmasters|Registered Users|Anonymous Users', '', 2); INSERT INTO `imenu` (`id`, `title`, `hide`, `link`, `target`, `groups`, `users`, `weight`) VALUES ('', 'Main | header example. NOTE : no link !', 0, '', '', 'Webmasters|Registered Users|Anonymous Users', '', 0);
that should work for you.
Re: iMenu 2
I tried this Bachus and was able to install fine but I can't seem to add or edit menu items. I fill in the fields, hit submit but nothing changes.
Brian.
Re: iMenu 2
FYI to module creator. i installed this mod and all worked fine till i set the viewing rights for Anonymous users. at which point i recieved the blank page of death. will try and find out why this happened.
Re: iMenu 2
New version 2.0.3 (major update) -lang support -some bug fixes -new admin form
I am unable to reach this site, does anyone else have a download link?
Hireling, if you would like a US mirror, let me know, I would be happy to store it on my site.
Re: iMenu 2
It looked as though it was down for me, but it's back and running again.
Thanks for the Mod
Re: iMenu 2
I am running a modified version at http://www.tallsimon.com with submenus. I would also like to implement the Active Link and submenus for this active link to be shown. Sadly, my php expertise is sorely lacking for this. Maybe one day...