how to get rid of 1.6.6 image?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
dpakman91
Forum Members
Forum Members
Posts: 68
Joined: Tue May 13, 2008 4:19 pm

how to get rid of 1.6.6 image?

Post 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?
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: how to get rid of 1.6.6 image?

Post 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}
         
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Peciura

Re: how to get rid of 1.6.6 image?

Post by Peciura »

Keep it !!! :D
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: how to get rid of 1.6.6 image?

Post 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  *}
dpakman91
Forum Members
Forum Members
Posts: 68
Joined: Tue May 13, 2008 4:19 pm

Re: how to get rid of 1.6.6 image?

Post 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/
Peciura

Re: how to get rid of 1.6.6 image?

Post 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/
dpakman91
Forum Members
Forum Members
Posts: 68
Joined: Tue May 13, 2008 4:19 pm

Re: how to get rid of 1.6.6 image?

Post 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.
Last edited by dpakman91 on Mon Nov 09, 2009 2:24 am, edited 1 time in total.
Peciura

Re: how to get rid of 1.6.6 image?

Post 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)
Attachments
styles.jpg
richard-s
New Member
New Member
Posts: 6
Joined: Wed Feb 25, 2009 1:04 pm

Re: how to get rid of 1.6.6 image?

Post 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
Post Reply

Return to “Layout and Design (CSS & HTML)”