|
|
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 > Recent Messages
FlexCMS Support Forum
Recent Messages
|
|
|
|
| November 13, 2008 @ 1:23pm | - same server type, supremeserver22 and supremeserver35.
- putting into Menu Blocks
- my snippet for banner rotation.
- works fine in 2 of 3 websites.
- no error message, just doesn't show.
thanks |
|
|
|
| |
|
|
|
|
| November 13, 2008 @ 12:43pm | We're gonna need a bit more info to help out. A few general quesitons:
1. Is this site on a different server than the other ones?
2. Is this your own code or a FlexCMS snippet?
3. Is it in a block or a page?
4. Are you getting any error messages?
Thanks! |
|
|
|
| |
|
|
|
|
html snippet won't show | November 13, 2008 @ 9:29am | i'v added a html snippet that works fine on my other two flexcms sites but won't seem to work on the 3rd site. can't figure it out. any suggestions/ideas?
thanks |
|
|
|
| |
|
|
|
|
| November 12, 2008 @ 12:17pm | Probably the easiest way would be to just set your index page as a redirect to the store. Enable PHP on the page and place the following code in it:
header('Location: '.$MainURL.'/store.html');
David |
|
|
|
| |
|
|
|
|
| November 12, 2008 @ 12:14pm | Assuming the cfg.php file is in the admin/includes directory, you should be able to just do your existing "require_once" statement. Maybe try adding "./" to the beginning, so you get "require_once('./admin/includes/cfg.php')"?
That said, if you're within the same database as FlexCMS and running your code included in a FlexCMS page, you don't need to do any database connections, just start calling your MySQL commands.
As far as PHP tags, the FlexCMS blocks and pages use the PHP Eval(), so it's already treating them as PHP when you've got that set in the content options. So remove the <?php or <? from the top, and the ?> from the bottom. You can still use them to turn PHP on and off in the middle of the script, but remove them from the top and bottom.
David |
|
|
|
| |
|
|
|
|
would like 1st page to be STORE.html ??? | November 12, 2008 @ 9:51am | can i make it so that my opening page is the store instead of the home page.
in other words, when someone is directed to my site, the first thing they see is the store page instead of index (home)
thanks |
|
|
|
| |
|
|
|
|
How can we link to a config file | November 12, 2008 @ 8:06am | Glad to say the flexi is up and running and so far I have come accross no problems. Now we are trying to include a php script my son wrote and integrating it to be used with flexi. We have so far copied all the files so they are in the same database as flexi. Now comes a problem my sons php opperates via a config file called cfg.php which is in a folder admin/includes The current file that is not showing has this script at the top, ~~~~ <?php # index.php // This is the main page for the site.
// Include the configuration file for error management and such. require_once ('admin/includes/error.inc'); require_once ('admin/includes/cfg.php');
// Set the page title and include the HTML header. $page_title = "{$MD_title_base}"; include_once ('admin/includes/header.html');
if (!isset($_SESSION['first_name'])) {
header ("Location: {$MD_url_login_forward}"); ob_end_clean(); exit(); } else { ....etc etc ~~~~~ what do I need to change it to to link with the cfg.php please
I have tried with and with out the <? php and ?> in the script. |
|
|
|
| |
|
|
|
|
| November 10, 2008 @ 1:59pm | Thanks for bringing that to our attention. We'll be sure to address that in the next release. If you're greatly in need of an immediate fix, please send FlexCMS site and FTP login information to and we'll look into it further for you.
David |
|
|
|
| |
|
|
|
|
| November 10, 2008 @ 1:55pm | Hi Erick,
Can you give us access to your site to have a look at what might be going on. You can send that to . I'll be happy to have a look and see what we can do to get that sorted out for you.
David |
|
|
|
| |
|
|
|
|
| November 10, 2008 @ 8:22am | Sorry for the delay in getting back to you, no access to a pc on weekends. Just raised this matter with my son (who is better than me at this sort of stuff) and he said he'd had the same problem with iframe uploading. So it IS a server problem which we are now raising with them. my son has also showed me a way round the problem by uploading directly via the server and not using ftp. Will let you know how I get on. Thanx for the quick reply. |
|
|
|
|
|
|
| MEMBERS
|
|
|