Elxis CMS Forum
		Support => Administration => Topic started by: alinux on March 12, 2011, 12:02:19
		
			
			- 
				hello all im new to elxis and its very NICE... and easy but there are some things i need to learn first ::)
like how can i remove "powered by elxis..." if im alowed.. ?!
and is it possible to chnage the homepage "logo" from administration,or only by "ftp" ?
			 
			
			- 
				Welcome to Elxis Community, 
You can change the footer area as you wish by modifying the index.php file under the folder : templates/your_template/
You can't change the logo from administrator area.Ιt's forbidden
			 
			
			- 
				
Welcome to Elxis Community, 
You can change the footer area as you wish by modifying the index.php file under the folder : templates/your_template/
You can't change the logo from administrator area.Ιt's forbidden
hm... ahh i cant find the text "powered by.. " on templates/okto/index.php "
 ???
			 
			
			- 
				You can find something like : 
   <div align="center">
      <?php include_once($mainframe->getCfg('absolute_path').'/includes/footer.php'); ?>
   </div>
Just change that to : 
   <div align="center">
      Powered by alinux!
   </div>
			 
			
			- 
				
You can find something like : 
   <div align="center">
      <?php include_once($mainframe->getCfg('absolute_path').'/includes/footer.php'); ?>
   </div>
Just change that to : 
   <div align="center">
      Powered by alinux!
   </div>
nice  ;) thank you 
			 
			
			- 
				 ;) :)
			
 
			
			- 
				
 ;) :)
how can i remove the "recent news or posts" from the home ? 
			 
			
			- 
				You can see the published modules at : [administrator area ] top menu : modules -> site modules.
More Documentation at Elxis Wiki : http://wiki.elxis.org/wiki/Main_Page
			 
			
			- 
				
You can see the published modules at : [administrator area ] top menu : modules -> site modules.
More Documentation at Elxis Wiki : http://wiki.elxis.org/wiki/Main_Page
many thanks again ;D