Elxis CMS Forum

Support => General => Topic started by: parrotred on September 13, 2007, 18:35:03

Title: New version of elxis
Post by: parrotred on September 13, 2007, 18:35:03
When we expect a new version elxis? I am in process of installing elxis 2006.4
Title: Re: New version of elxis
Post by: Ivan Trebješanin on September 13, 2007, 23:31:21
Check the last post
https://forum.elxis.org/index.php?topic=1209.0
Title: Re: New version of elxis
Post by: datahell on September 14, 2007, 00:40:19
Elxis 2008 is VERY good!
Current development status: Right now we update the help system and we also create a new Elxis installer.

Although the differences between 2006.x and 2008.x generations are huge, you will be able to upgrade from Elxis 2006.x to 2008.0 easily, secure and only with a few mouse-clicks.
Title: Re: New version of elxis
Post by: babis1 on September 14, 2007, 01:14:14
we must learn something more......like more css code ? ;D
Title: Re: New version of elxis
Post by: datahell on September 14, 2007, 07:51:09
Elxis 2008 generates totally new html code. We changed the way old css classes are used and we also introduced some new css classes. A standard css file is automatically included in every template for compatibility reasons. It also declares the basic Elxis CSS classes which you can afterwards overwrite in your template's css file. We will publish all the related information soon.
Title: Re: New version of elxis
Post by: babis1 on September 17, 2007, 22:14:33
after search i found that some templates with division only cant play in internet explorer 6 ....(ie 6) show div like table and put it not horizontial but verical
pe

<div class="pad">
         <?php mosLoadModules ( 'right' ); ?>
         </div>
      <div id="sidebar-bottom">
         &nbsp;
      </div>
   </div>

   <div id="content">
      <div id="ad-top">
         <?php mosLoadModules ( 'user1' ); ?>
      </div>
      <div class="entry">
      <?php mosMainBody(); ?>
      </div>
   </div>
the main body must by at the left of right modules
ok in ie 7 and mozilla
but ie 6 put the mainbody after right modules
Title: Re: New version of elxis
Post by: datahell on September 17, 2007, 22:58:35
IE6 sucks and it is full of CSS bugs that microsoft did nt fixed as IE6 technology had reach a limit (IE6 SP1) where no more developement/fixes could be done further. The whole issue can be fixed only with CSS hacks. Tip: use a "float" attribute on divs.
Title: Re: New version of elxis
Post by: Coursar on September 18, 2007, 11:42:50
Are extensions for Elxis 2006.4 compatible with Elxis 2008?
Title: Re: New version of elxis
Post by: datahell on September 18, 2007, 12:43:35
Yes, everything is backwards compatible although for at least some major components like EDir and PowerBoard we will release new versions in order to reach 100% of the features of the new Elxis (mostly SEO PRO optimization, XHTML validity).