I have a dl'd cms that contains a WYSIWYG for making webpages online on the fly. I chose it because I will need that feature for certain users later on.
I am developing my own scripts to "addon" to it. They have no help for this yet. I need to be able to have my scripts/forms/reports to show up in the same area as all other webpages on the site for uniformity.
The Modules area seems to be the clue here. It has a Left, Menu, Right and they each have an id#. The html pages for the cms are stored in the database except for the main.html. Mine are not because the WYSIWYG will strip out the php tags.
Can someone point me in the right direction for the code to link my pages to the correct Module id#? OR, is there some other way to get my pages to show up in the Menu Module?
example: I have application.php and an insert.php that will let people join instead of me having to add them to the database. I will also have views of the info in the tables that I have added to the existing database. I want all of these to show up in the Menu Module area of the website.
I have not been able to get help from the develper of this package to date so any help would be greatly appreciated. It's a really good package for my needs.
Thanks in advance,
Barb