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?
			
			
									
						
										
						how to get rid of 1.6.6 image?
Re: how to get rid of 1.6.6 image?
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}
          
			
			
									
						
							{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
			
						Re: how to get rid of 1.6.6 image?
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 *}
			
			
									
						
										
						{* 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?
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/
			
			
									
						
										
						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?
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/
			
			
									
						
										
						http://www.klauskomenda.com/archives/20 ... r-browser/
Re: how to get rid of 1.6.6 image?
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.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/
					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?
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?
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
			
			
									
						
										
						

