Elxis CMS Forum

Support => Administration => Topic started by: alinux on March 12, 2011, 12:02:19

Title: logo and footer question
Post 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" ?
Title: Re: logo and footer question
Post by: webgift on March 12, 2011, 12:53:27
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
Title: Re: logo and footer question
Post by: alinux on March 12, 2011, 13:08:15
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 "
 ???
Title: Re: logo and footer question
Post by: webgift on March 12, 2011, 13:39:17
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>
Title: Re: logo and footer question
Post by: alinux on March 12, 2011, 14:40:54
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
Title: Re: logo and footer question
Post by: webgift on March 12, 2011, 15:28:55
 ;) :)
Title: Re: logo and footer question
Post by: alinux on March 12, 2011, 20:37:10
;) :)

how can i remove the "recent news or posts" from the home ?
Title: Re: logo and footer question
Post by: webgift on March 12, 2011, 21:02:33
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
Title: Re: logo and footer question
Post by: alinux on March 12, 2011, 21:07:39
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