Elxis CMS Forum
Support => General => Topic started 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
-
Check the last post
https://forum.elxis.org/index.php?topic=1209.0
-
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.
-
we must learn something more......like more css code ? ;D
-
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.
-
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">
</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
-
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.
-
Are extensions for Elxis 2006.4 compatible with Elxis 2008?
-
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).