Page 1 of 1

Problem with CMS

Posted: Thu Aug 04, 2011 1:48 pm
by Rini
Hi there,

i have installed the latest version of Made Simple CMS, but i have a little problem.

If you look on mine weather site (www.climateservice.nl) you will see in every corner the version nummer of the page's (1.9.4.2) how can i get it off the site?

I try to deleted from the version.php but i lost than the top menu

pls help

grx Rini

Re: Problem with CMS

Posted: Thu Aug 04, 2011 4:29 pm
by Jos
You can delete it in the NCleanBleu template

Re: Problem with CMS

Posted: Thu Aug 04, 2011 8:44 pm
by Rini
Jos wrote:You can delete it in the NCleanBleu template

Hi Jos,

you mean the version.png ? that doesnt matter. its only the underlayment.

or did you mean something else ?

Re: Problem with CMS

Posted: Fri Aug 05, 2011 11:09 am
by Jos
I mean the template NCleanBlue, check your admin under Layout » Templates.

Delete this part:

Code: Select all

{* Start Optional tag CMS Version Information, also is a good example how smarty works, the big star that holds the version number, you may remove it here and the style sheet where it is marked. *}
          <div title="CMS - {cms_version} - {cms_versionname}" id="version">
          {capture assign='cms_version'}{cms_version|lower}{/capture}{"/-([a-z]).*/"|preg_replace:"":$cms_version}
          </div>
{* End Optional tag  *}

Re: Problem with CMS

Posted: Fri Aug 05, 2011 1:37 pm
by Rini
Jos,

First i was looking in the directories because i didn't understand which file you ment, but after a short search i understand thats is was online in the file itself :)

thanx for helping out its works

Gr Rini

Jos wrote:I mean the template NCleanBlue, check your admin under Layout » Templates.

Delete this part:

Code: Select all

{* Start Optional tag CMS Version Information, also is a good example how smarty works, the big star that holds the version number, you may remove it here and the style sheet where it is marked. *}
          <div title="CMS - {cms_version} - {cms_versionname}" id="version">
          {capture assign='cms_version'}{cms_version|lower}{/capture}{"/-([a-z]).*/"|preg_replace:"":$cms_version}
          </div>
{* End Optional tag  *}

Re: Problem with CMS

Posted: Sun Aug 07, 2011 7:47 pm
by Jos
You might want to read the default content that comes with a fresh install of CMSms. It will save you a lot of time searching ;)