1
Hi everyone,
I'm trying to clone the Content module from the CompanyPack module package. AFAIK the Content module is TinyContent with FCKEditor, and it's brilliant, but I need at least 2 instances of the module so I can have 2 separate menus. I've got this working, so I can click either menu and the correct pages display.
But there's a problem with links from the edit, print and add icons at the bottom of the pages. These only link to the first module that I install.
For example:
If I have 2 Content modules, content and content_01.
The links from the edit icons from both menus are
/modules/content/admin/index.php?op=edit&id=1&return=1
and not
/modules/content/admin/index.php?op=edit&id=1&return=1
/modules/content_01/admin/index.php?op=edit&id=1&return=1
I think this is an installation issue, but I'm new to XOOPS and have no idea where to start. It would help if I knew what part of the code actually displays the icons.
So if anyone has any experience of TinyContent or cloning modules, I would really appreciate some advice.