New artisteer user


Author Message
oweb

Posted: 2/13/2009
Quote message 

Hi,
I'm using this software since 2 days.
You can see my first Joomla template :<br />

http://j15.office-web.net/<br />

You can click on "About Joomla", "Features", "the community" (top menu link) to see variations...
 
Dirk

Posted: 2/13/2009
Quote message 

:-) Nice, how did you removed the trail's
 
oweb

Posted: 2/13/2009
Quote message 

index.php: add between &lt;head&gt; and &lt;/head&gt;
<pre>
&lt;style type=&quot;text/css&quot;&gt;
.contentLayout .content {
&lt;?php
if ($this-&gt;countModules('left xor right')) {echo &quot; width: 663px;&quot;;}
else {
if ($this-&gt;countModules('left and right')) {echo &quot; width: 469px;&quot;;}
else {echo &quot; width: 100%;&quot;;}
}
?&gt;
}
&lt;/style&gt;
</pre>
<p>in index.php file: </p>
<pre>modify
&lt;div class=&quot;sidebar1&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;left&quot; style=&quot;artblock&quot; /&gt;
&lt;/div&gt;

&lt;div class=&quot;sidebar2&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;right&quot; style=&quot;artblock&quot; /&gt;
&lt;/div&gt;</pre>
<pre>to
&lt;?php if($this-&gt;countModules('left')) : ?&gt;
&lt;div class=&quot;sidebar1&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;left&quot; style=&quot;artblock&quot; /&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;

&lt;?php if($this-&gt;countModules('right')) : ?&gt;
&lt;div class=&quot;sidebar2&quot;&gt;
&lt;jdoc:include type=&quot;modules&quot; name=&quot;right&quot; style=&quot;artblock&quot; /&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;
</pre>
<p>&nbsp;</p>
<p>in style.css file: comment (for .contentLayout .content)<br>
</p>
<pre> /* width: 449px; */
</pre>

hope it's clear...
 
oweb

Posted: 2/13/2009
Quote message 

sorry for the code!
:-@
 
oweb

Posted: 2/13/2009
Quote message 

Quote oweb:

sorry for the code!
:-@


http://j15.office-web.net/component/content/article/35-artisteer/46-colonnes-ou-pas.html