Responsive bootstrap Template Acme for CMSimple_XH

Please post the URLs to pages, where you've made a CMSimple template available for download

Moderator: mikey

utaka
Posts: 52
Joined: Fri Sep 18, 2015 6:00 am
Location: japanese
Contact:

Responsive bootstrap Template Acme for CMSimple_XH

Post by utaka » Sat Oct 17, 2015 11:11 am

Last edited by utaka on Fri Apr 08, 2016 11:09 pm, edited 2 times in total.
******************************************************
Japan Site http://cmsimple-jp.org
Twitter Googe+ github
*I English is not a good . I'm sorry...
*Ich habe nicht eine gut Deutsch. Es tut mir leid ...
*Jeg kender ikke dansk
--Powered by Google Translate-----

maeg
Posts: 525
Joined: Fri Feb 20, 2009 2:27 pm
Location: Agerbæk, Denmark
Contact:

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by maeg » Sat Oct 17, 2015 2:43 pm

Looks great
+1

rothom
Posts: 159
Joined: Thu Dec 03, 2009 9:07 pm

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by rothom » Mon Nov 16, 2015 8:40 am

Awesome!

+1

Korvell
Posts: 93
Joined: Thu May 22, 2008 10:33 pm

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by Korvell » Mon Nov 16, 2015 11:19 pm

Wow! This is one amazing template!
+1

ustalo
Posts: 164
Joined: Mon Aug 16, 2010 7:42 am
Location: Russia
Contact:

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by ustalo » Mon Dec 21, 2015 2:43 pm

only one template for cmsimple-xh. Cool. but i could not manage to use it normally/ as i use this template, on mobile devices menu does not works properly.
Aleksei

utaka
Posts: 52
Joined: Fri Sep 18, 2015 6:00 am
Location: japanese
Contact:

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by utaka » Tue Dec 22, 2015 9:07 am

ustalo wrote:only one template for cmsimple-xh. Cool. but i could not manage to use it normally/ as i use this template, on mobile devices menu does not works properly.
Thank you for using.
Now ,Release Ver2.2.
******************************************************
Japan Site http://cmsimple-jp.org
Twitter Googe+ github
*I English is not a good . I'm sorry...
*Ich habe nicht eine gut Deutsch. Es tut mir leid ...
*Jeg kender ikke dansk
--Powered by Google Translate-----

tanavots
Posts: 72
Joined: Sat Feb 25, 2012 4:18 pm

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by tanavots » Tue Feb 09, 2016 7:58 am

First of all thank You for nice template.

But I found some issues:

Code: Select all

NOTICE: Undefined variable: bootstrap_main_folder
.../templates/bsp_acme_Main/template.htm:61
and

Code: Select all

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in 
.../plugins/tinymce4/admin.php on line 168
Parse error: syntax error, unexpected T_STRING in .../plugins/tinymce4/admin.php on line 168
Second was easy to fix (

Code: Select all

$imgUploader = new Tinymce4\Uploader();
-->

Code: Select all

$imgUploader = new Tinymce4/Uploader();
, but my skills is not sufficient to correct first one.

Edit:
Not sure if it is correct, but I changed

Code: Select all

$bootstrap_main_folder?
to

Code: Select all

$pth['folder']['template']?
Best

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by cmb » Tue Feb 09, 2016 12:51 pm

tanavots wrote:Second was easy to fix (

Code: Select all

$imgUploader = new Tinymce4\Uploader();
-->

Code: Select all

$imgUploader = new Tinymce4/Uploader();
While this may prevent the parse error, it certainly won't work as expected. The backslash is correct here, though it requires at least PHP 5.3. Apparently, you're using an older PHP version (5.2?) If you can't upgrade (what would be preferable), I suggest you stick with TinyMCE 3 (i.e. tinymce) as editor for now.
tanavots wrote:But I found some issues:

Code: Select all

NOTICE: Undefined variable: bootstrap_main_folder
.../templates/bsp_acme_Main/template.htm:61
Hm, it seems that this issue may be fixed in the latest version 2.2.1.
Christoph M. Becker – Plugins for CMSimple_XH

tanavots
Posts: 72
Joined: Sat Feb 25, 2012 4:18 pm

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by tanavots » Tue Feb 09, 2016 3:29 pm

cmb wrote:
tanavots wrote:Second was easy to fix (

Code: Select all

$imgUploader = new Tinymce4\Uploader();
-->

Code: Select all

$imgUploader = new Tinymce4/Uploader();
While this may prevent the parse error, it certainly won't work as expected. The backslash is correct here, though it requires at least PHP 5.3. Apparently, you're using an older PHP version (5.2?) If you can't upgrade (what would be preferable), I suggest you stick with TinyMCE 3 (i.e. tinymce) as editor for now.
One site have PHP Version 5.2.17 (Build Date Mar 25 2015) and second PHP Version 5.6.17 (Build Date Jan 31 2016) .
cmb wrote:
tanavots wrote:But I found some issues:

Code: Select all

NOTICE: Undefined variable: bootstrap_main_folder
.../templates/bsp_acme_Main/template.htm:61
Hm, it seems that this issue may be fixed in the latest version 2.2.1.
Yep, looks like that I had older version, downloded recent one and both issues are gone.

utaka
Posts: 52
Joined: Fri Sep 18, 2015 6:00 am
Location: japanese
Contact:

Re: Responsive bootstrap Template Acme for CMSimple_XH

Post by utaka » Wed Feb 10, 2016 7:39 am

Hi,Dear cmb, thank you follow.
Dear tanavots .Thank you for using my template.
******************************************************
Japan Site http://cmsimple-jp.org
Twitter Googe+ github
*I English is not a good . I'm sorry...
*Ich habe nicht eine gut Deutsch. Es tut mir leid ...
*Jeg kender ikke dansk
--Powered by Google Translate-----

Post Reply