Page 1 of 1

Re: Any template to share?

Posted: Tue Mar 18, 2008 4:25 pm
by Pierre M.

Re: Any template to share?

Posted: Tue Mar 18, 2008 5:27 pm
by Nullig
Have a look at this:

http://cmsmadesimple.org/uploads/media/ ... colate.htm

Shows you how to convert any template from http://www.oswd.org/ to CMSMS.

Nullig

Re: Any template to share?

Posted: Tue Mar 18, 2008 5:40 pm
by Nullig
Did you look at the wireframe3col.xml template in the theme framework site?

http://themes.cmsmadesimple.org/Theme_Frameworks.html

Nullig

Re: Any template to share?

Posted: Tue Mar 18, 2008 6:07 pm
by Nullig
You could try editing the template and change the content area to:

Code: Select all

      {* Start Content Area *}
      <div id="main">
         <div style="float: right;">{print showbutton=true script=true}</div>

         <h2>{title}</h2>

	 <div id="main-left">

         {content block=left} <br />

	 </div>

	 <div id="main-right">

         {content block=right} <br />

	 </div>

         {* Start relational links *}
	 <div class="hr"></div>
	 <div class="right49">
	 	<p>{anchor anchor='main' text='^ Top'}</p>
	 </div>
         <div class="left49">
            <p>{cms_selflink dir="previous" label="Previous page: "} <br />
            {cms_selflink dir="next"}</p>
         </div>

	 {* End relational links *}

      <hr class="accessibility" />
      </div>
      {* End Content Area *}
and add this to your stylesheet:

Code: Select all

#main-left {
   width: 48%;
   float: left;
   height: 1%;
   margin-left: 10px;
   padding: 0;
   }

#main-right {
   width: 48%;
   float:right;
   height: 1%;
   margin-right: 10px;
   padding: 0;
   }
Of course, you would have to change it to fit your site.

Nullig

Re: Any template to share?

Posted: Wed Mar 19, 2008 4:24 am
by Nullig
Do you have a link to your site, so we can see what's happening?

Nullig

Re: Any template to share?

Posted: Wed Mar 19, 2008 3:07 pm
by Nullig
I see the two content blocks on that page, they're just empty.

Nullig

Re: Any template to share?

Posted: Wed Mar 19, 2008 5:06 pm
by Nullig
Sent you a PM.

Nullig