Add page to admin
5 posts by 2 authors in: Forums > CMS Builder
Last Post: Thursday at 7:55pm (RSS)
By glennp - Thursday at 1:06pm - edited: Thursday at 2:19pm
Hello,
I have a page with a search form that I'd like to add to the CMSB admin instead of it being an external page. Is this possible? What's involved?
Thanks!
Glenn
By Dave - Thursday at 4:26pm
Hi Glenn,
One simple way is to add a menu link that displays a page with an iframe. Here's how:
- CMS Setup > Database Editor > Add New Editor...
- Select: Menu Type > Advanced > Text Link
- Then edit that menu and change:
- Open link in: inline iframe
- Link URL: /path/to/your/form.php
Hope that helps! Let me know any questions.
interactivetools.com
By glennp - Thursday at 4:37pm
Thanks, Dave!
I was wondering about that approach. Is there a way to truly integrate it or is so complicated that it's not worth it?
Glenn
By Dave - Thursday at 7:15pm
Hi Glenn,
The other way to do it is to create a plugin.
You can try activating the Example Plugin in the plugins section for an example. You can combine that with a link menubar item to link to the plugin page.
Anything is possible, it just depends on what you want to do.
interactivetools.com