Page 1 of 1

how to get rid of 1.6.6 image?

Posted: Thu Nov 05, 2009 2:18 pm
by dpakman91
on the following new install of 1.6.6, i want to use the ncleanblue template, but i'm not sure how to get rid of the 1.6.6 image in the upper right of the page content, ie http://173.201.16.69/~sycascom/

does anyone know how to do this?

Re: how to get rid of 1.6.6 image?

Posted: Thu Nov 05, 2009 2:29 pm
by seensite
You should get rid of it by putting the corresponding code of ncleanblue template into comments :

         
          {capture assign='cms_version'}{cms_version|lower}{/capture}{"/-([a-z]).*/"|preg_replace:"":$cms_version}
         

Re: how to get rid of 1.6.6 image?

Posted: Thu Nov 05, 2009 2:45 pm
by Peciura
Keep it !!! :D

Re: how to get rid of 1.6.6 image?

Posted: Thu Nov 05, 2009 9:30 pm
by Dr.CSS
Have you tried just removing all this?...

{* Start Optional tag CMS Version Information, also is a good example how smarty works.  *}
         
          {capture assign='cms_version'}{cms_version|lower}{/capture}{"/-([a-z]).*/"|preg_replace:"":$cms_version}
         
{* End Optional tag  *}

Re: how to get rid of 1.6.6 image?

Posted: Sun Nov 08, 2009 6:01 pm
by dpakman91
excellent, thanks!

1 more question: how to get rid of the screenshot image showing up in the news on http://173.201.16.69/~sycascom/

Re: how to get rid of 1.6.6 image?

Posted: Sun Nov 08, 2009 8:08 pm
by Peciura
There are tools that will save lots of your time. You will be able to track objects you want to remove and styles you want to change.... I recommend firebug.

http://www.klauskomenda.com/archives/20 ... r-browser/

Re: how to get rid of 1.6.6 image?

Posted: Sun Nov 08, 2009 9:50 pm
by dpakman91
Peciura wrote: There are tools that will save lots of your time. You will be able to track objects you want to remove and styles you want to change.... I recommend firebug.

http://www.klauskomenda.com/archives/20 ... r-browser/

thanks, i've installed web dev toolbar and firebug. is there any easy way to have it show the relevant css for "things" as i mouse over them? I assume there must be, but i'm unable to figure out how.

Re: how to get rid of 1.6.6 image?

Posted: Mon Nov 09, 2009 11:27 am
by Peciura
You can identify CSS files according URL parameter "cssid=XX" it is the same id on the front end (firebug) and back end (Layout » Style sheets). I would recommend to build your own CSS file this way you will now exactly meaning of all parts of your style and will save good examples of built in themes (e.g. NCleanBlue)

Re: how to get rid of 1.6.6 image?

Posted: Thu Nov 12, 2009 7:56 pm
by richard-s
Also using firebug you can right click on the element you want the info on and click on inspect element - this will take to straight to the element and display its html and css