|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > General > Feature Requests > Ability to wrap other content
FlexCMS Support Forum
Ability to wrap other content Started May 17, 2006 @ 9:31pm by oldfart
|
Post Message |
|
|
Ability to wrap other content | May 17, 2006 @ 9:31pm | As far as I can see there os no way of wrapping other content such as different forum or dating script. This would be good to have but it may already be possible so please let me know if this is the case. Regards JB |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| May 17, 2006 @ 10:31pm | Hi JB,
If by 'wrap other content' you mean that you would like another page or script to appear within the framework of the FlexCMS blocks and template, yes, you can accomplish that by adding a PHP include statement to a PHP-enabled page. That would be something to the effect of
Code
include_once('./folder/other_script.php'); |
| The only catch there is that it will only include the first page, not subsequent ones, so when you go to sign a guestbook, for example, you will be taken to the non-FlexCMS page.
It's quite complicated to create a universal way to incorporate another software package within FlexCMS, so we've taken the approach of trying to develop as many modules as possible that are part of FlexCMS. Currently we offer a calendar, forum/message board, photo gallery, email newsletter, news/articles system, links, guestbook, and coming in version 2.0 a store/shopping cart. FlexCMS also includes a counter/stats package, or an external one can be added by placing the provided code in a block, the template, or the footer section of the site.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
|
|
|
| MEMBERS
|
|
|