6
@kris
the question of aitor was related to hiding left/right columns on the Cssified default Xoops theme which I posted some days ago... which is a full css theme based on the work of Mathew James Taylor.. one of you proposed link..
the first two snippet of code you sent are related to central positioning of the block you say.. even if this is not related to this post this is to me the occasion to ask you what exactly that code should be used for.. you can explain to me if you want in another post..
I understand clearly the second snippet...
ok I did not use the $xoBlocks.canvasxxx new smarty variable..
but you are telling me that creating a smarty filter, assigning a smarty var, which apply a class to main page wrapper..
it's much simplier than this code in the head of theme.html??
<{* Code for different layout structure [1/2 or 3columns]- Allows 3 Columns by default *}>
<{if $xoops_showrblock == '' & $xoops_showlblock == ''}>
<style type="text/css"> @import url(<{xoImgUrl style-noCol.css}>);style>
<{elseif $xoops_showrblock == 1 & $xoops_showlblock == ''}>
<style type="text/css"> @import url(<{xoImgUrl style-noLcol.css}>);style>
<{elseif $xoops_showrblock == '' & $xoops_showlblock == 1}>
<style type="text/css"> @import url(<{xoImgUrl style-noRcol.css}>);style>
<{/if}>
I onestly don't think so... if you consider that the code above works in a full css, table less theme..
and also you think your code can work out of the xxxgenesis world?
the llink you sent in the end are interesting I know them.. but which is the relation with the topic?
@aitor
that module looks great.. please keep me updated about development..