Search found 4 matches
- Tue May 19, 2009 9:27 pm
- Forum: General Discussion
- Topic: How this is done, simply amazing
- Replies: 5
- Views: 3177
Re: How this is done, simply amazing
It can be done with flash and actionscript... if your not into flash... there are companies that sell a premade solution, as fgrace mentioned.... Basically stitching a big image together then including some actionscript mouse-movement based controls..... HERES SOME AS For you, this is some code to a...
- Tue May 19, 2009 7:11 pm
- Forum: General Discussion
- Topic: External PHP Includes with content pages.
- Replies: 6
- Views: 4150
Re: External PHP Includes with content pages.
The problem before was mainly with getting this file into my wordpress from CMSMS, and my host disabling allow_url_fopen wasnt helping at all.... I am going to try to have the blog use a db lookup to populate the page, instead of the multiple steps involved with includes.... I have this one page on ...
- Sun May 17, 2009 5:59 am
- Forum: General Discussion
- Topic: External PHP Includes with content pages.
- Replies: 6
- Views: 4150
Re: External PHP Includes with content pages.
Thank you for the quick reply. My server is linux, where can I enable allow_url_fopen... Is it in the CMSMS config.php file? By the way, here are the current errors I am receiving using the php include code I included above: Warning: session_start() [function.session-start]: Cannot send session cach...
- Sun May 17, 2009 4:30 am
- Forum: General Discussion
- Topic: External PHP Includes with content pages.
- Replies: 6
- Views: 4150
External PHP Includes with content pages.
I have a wordpress theme I created that contains a sidebar with a portion that the client wants to edit. I figured I could create a very basic "content" page under CMSMS with a blank template and then use php include to import it into the wordpress theme. It's mainly just going to be updat...