Search found 3 matches

by lsmithx2
Mon Dec 05, 2016 9:04 pm
Forum: Plugin requests
Topic: CodeMirror as editor + PHP Code
Replies: 6
Views: 17620

Re: CodeMirror as editor + PHP Code

Sort of its just I am trying to write a some php code in different pages. I have tryed <?php echo("test"); ?> but that does not show and rewrites itself to <!--?php echo("test"); ?--> I have also tried <? echo("test"); ?> but that didnt work either. I was just trying to...
by lsmithx2
Mon Dec 05, 2016 4:04 pm
Forum: Plugin requests
Topic: CodeMirror as editor + PHP Code
Replies: 6
Views: 17620

Re: CodeMirror as editor + PHP Code

Ok I just wondered if there was a way to include a php script in the page itself. CodeMirror allows it to in PHP via {{php}} echo("test"); {{/php}} but then it wont display the php which is in the page.
by lsmithx2
Mon Dec 05, 2016 3:26 pm
Forum: Plugin requests
Topic: CodeMirror as editor + PHP Code
Replies: 6
Views: 17620

CodeMirror as editor + PHP Code

Hello, I am trying to add CodeMirror to the installation of WonderCMS I have setup a plugin file for it but it does not seem to work still. Also I am wondering how to include PHP in the CMS? Is this possible? The code I have to include the script and css files is: <?php // CODEMIRROR PLUGIN defined(...