To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
04/30/10 18:00:13 (2 years ago)
Author:
johnnyoffline
Message:

moving more things over to events. this is getting hairy/\!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_twoColumnTemplate.php

    r880 r1117  
    1 <div style="float:left;width:500px;padding-right:10px"> 
    2 <?php a_area('body', array( 
     1<?php a_area('blog-body', array( 
    32  'editable' => false, 'toolbar' => 'basic', 'slug' => 'aBlog-'.$a_event['id'], 
    4   'allowed_types' => array('aRichText', 'aImage', 'aButton', 'aSlideshow', 'aVideo'), 
     3  'allowed_types' => array('aRichText', 'aSlideshow', 'aVideo', 'aPDF'), 
    54  'type_options' => array( 
    65    'aRichText' => array('tool' => 'Main'),    
    7     'aImage' => array('width' => 500, 'flexHeight' => true, 'resizeType' => 's'), 
    8     'aButton' => array('width' => 500, 'flexHeight' => true, 'resizeType' => 's'), 
    9     'aSlideshow' => array("width" => 500, "flexHeight" => true, 'resizeType' => 's', ) 
    10   )) 
    11 ) ?> 
    12 </div> 
     6    'aSlideshow' => array("width" => 480, "flexHeight" => true, 'resizeType' => 's', 'constraints' => array('minimum-width' => 480)), 
     7                'aVideo' => array('width' => 480),  
     8                'aPDF' => array('width' => 480, 'flexHeight' => true, 'resizeType' => 's'),              
     9))) ?> 
    1310 
    14 <div style="float:left;width:200px;"> 
    15 <?php a_area('sidebar', array( 
     11<?php a_area('blog-sidebar', array( 
    1612  'editable' => false, 'toolbar' => 'basic', 'slug' => 'aBlog-'.$a_event['id'], 
    17   'allowed_types' => array('aRichText', 'aImage', 'aButton', 'aSlideshow', 'aVideo'), 
     13  'allowed_types' => array('aRichText', 'aSlideshow', 'aVideo', 'aPDF'), 
    1814  'type_options' => array( 
    1915    'aRichText' => array('tool' => 'Main'),    
    20     'aImage' => array('width' => 200, 'flexHeight' => true, 'resizeType' => 's'), 
    21     'aButton' => array('width' => 200, 'flexHeight' => true, 'resizeType' => 's'), 
    22     'aSlideshow' => array("width" => 200, "flexHeight" => true, 'resizeType' => 's', ) 
    23   )) 
    24 ) ?> 
    25 </div> 
     16    'aSlideshow' => array("width" => 180, "flexHeight" => true, 'resizeType' => 's', 'constraints' => array('minimum-width' => 180)), 
     17                'aVideo' => array('width' => 180),  
     18                'aPDF' => array('width' => 180, 'flexHeight' => true, 'resizeType' => 's'),                              
     19))) ?>