1
Hi Xoopsers!
I have a question regarding multiple instances of modules!
I have this moifications made that i takes the dirname as prefix for using the database, And that works perfectly, I can give it any name as long as I also changes the .sql file acordingly.
Now it installs without any quirks an I can use it and it functions as expected.
Then I create a second module and renames the directory to e.g. pagespp, changes the .sql content acordingly.
Then goes into the admin/modules to install!
If i just installs the second instance of that module, things starts to go wrong, XOOPS gives a blank page, reports no errors, but returns just a blank page!
If I instead of just installing the second (pagespp) uninstall the first (pages) and then install (pagespp) No problem what so ever!
Please help me, I'm desperate I can't figure out where ther error is! I will gladly send a .zip, .rar, .tar, .gz file containing both moduledirectories, to any one that will try to help me out.
What I want to obtain by doing this, is to gain the advantages of multiple colabsable menus...
Ultimately I seek for a module that can do that, so the menu only opens and shows the sub menus for the given selected menu point. Maybe also for a third level... E.g.
Menu1
Menu2
__SubMenuA
__SubMenuB
__SubMenuC
____SubSubMenu1
______Page 1C1A
______Page 1C1B <--- Page selected to wiev! (shown in main div!
______..
______Paga 1C1(n)
____SubSubMenu1
____..
____SubSubMenu(n)
__SubMenuD
__..
__SubMenu(n)
Menu3
Menu4
..
Menu(n)
I hope That You get the picture of what I mean.
What Pages does now is:
Menu1
__Page 1A
__Page 1B
__..
__Page 1(n)
Not quite what is my need....
Do You have any idea to do the mods to the pages-module! or an alternative module that can do my stuff!
Kind regards
Carsten