Hi.
You made a duplicate of the Kwick Sliding menu so I could have two menus that work independently. That worked perfectly.
I tried to do the same thing. I looked at the code and noticed that you added a number to most of the Kwick names in files mod_kwickverti_slidingmenu.php, mod_kwickverti_slidingmenu.xml and kwickverti_slidingmenu.css
This means entries with:
| Code: |
mod_kwickverti_slidingmenu
|
became
| Code: |
mod_kwickverti_slidingmenu2
|
entries with
| Code: |
kwickverti_slidingmenu
|
became
| Code: |
kwickverti_slidingmenu2
|
and
entries with
became
So when I needed two more menu modules on my page and I attempted to make the same changes adding the numbers "3" and "4" to all these entries in the right files of my 3rd and 4th Kwick module it works but I also got errors. WHY?
Here's what happend when I installed module #3:
QUOTE:
JInstaller::install: File '/home/wsw/public_html/buc/test_joomla/tmp/install_4890848f9ca02/language/en-GB/en-GB.mod_kwickverti_slidingmenu3.ini' does not exist.
followed by:
QUOTE:
Install Module Success
The menu works but I need to know what and where is this 'INI' file that the error refers to? and what did I fail to do?