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
Problem with CMS
Re: Problem with CMS
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
I mean the template NCleanBlue, check your admin under Layout » Templates.
Delete this part:
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
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
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
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 
