We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2762
    • 1,198 Posts
    Nicola (Banzai) Reply #1, 12 years ago
    Have you ever dreamed a plugin to changing layout from 1 to 4 columns with a single Template using a Tv?

    I'm workin on this plugin:

    8 templates in 1

    http://youtu.be/180E5wjP4ZA?list=UU8RlUksUC82EHr-acjeMHJQ [ed. note: banzai last edited this post 12 years ago.]
      Free MODx Graphic resources and Templates www.tattoocms.it
      -----------------------------------------------------

      MODx IT  www.modx.it
      -----------------------------------------------------

      bubuna.com - Web & Multimedia Design
      • 13428 ☆ A M B ☆
      • 1,031 Posts
      It works only uncached, right?
        • 2762
        • 1,198 Posts
        Nicola (Banzai) Reply #3, 12 years ago
        You mean with uncached documents? no works with cached and uncached pages, but but must be published.

        The plugin works with a very simple logic: according to the number of columns selected with the tv, show/hide sidebars
        and replaces placeholder class of the content div and sidebars.

        Template 1 - 5 columns:
        ......
        <section>
              <div class="container">
        		  [+ColumnLContent+] <!--sidebar left 1 chunk placeholder--->
        		  [+ColumnL2Content+] <!--sidebar left 2 chunk placeholder--->
        		 <div class="[+CoClass+]"> <!---content div class placeholder--->
        		   [*content*]
        		  </div>
        		  [+ColumnRContent+] <!--sidebar right 1 chunk placeholder--->
        		  [+ColumnR2Content+] <!--sidebar right 2 chunk placeholder--->
              </div>
        </section>
        .......
        


        Example sidebar chunk

        
        <aside class="[+CRClass+]"> <!--sidebar class placeholder--->
         <h2>Sidebar</h2>
           <div class="widget">	
           ....
           </div>
        </aside>
        



        You can set up to 4 sidebars chunks



          Free MODx Graphic resources and Templates www.tattoocms.it
          -----------------------------------------------------

          MODx IT  www.modx.it
          -----------------------------------------------------

          bubuna.com - Web & Multimedia Design
          • 2762
          • 1,198 Posts
            Free MODx Graphic resources and Templates www.tattoocms.it
            -----------------------------------------------------

            MODx IT  www.modx.it
            -----------------------------------------------------

            bubuna.com - Web & Multimedia Design