Advertisement:

Author Topic: Multiple page Post Design filter by category  (Read 1775 times)

sasashree

  • Newbie
  • *
  • Posts: 8
Multiple page Post Design filter by category
« on: September 28, 2013, 02:28:59 pm »
Hello me i want filter category based item page  and  search result design also i need different category different design 


Code: [Select]
<?php   if(osc_category('fk_category_id == 1')){ echo"hello";}else { ?>
           
         
         
                    <div style="width:650px;border:1px solid #DDD;border-radius:5px;float:left;">
                    <h1 style="padding-left:10px;"><?php if( osc_price_enabled_at_items() ) { ?><small style="float: right;
padding: 10px;"><?php echo osc_item_formated_price() ; ?></small> <?php ?><?php echo osc_item_title(); ?></h1>
                   
                    <p class="no-margin" style="padding-left:10px;"><?php printf(__('<strong>Published date:</strong> %s %s''twitter'), osc_format_dateosc_item_pub_date() ), date(osc_time_format(), strtotime(osc_item_pub_date())) ) ; ?></p>
                    <?php if ( osc_item_mod_date() != '' ) { ?>
                    <p class="no-margin" style="padding-left:10px;"><?php printf(__('<strong>Modified date:</strong> %s %s''twitter'), osc_format_dateosc_item_mod_date() ), date(osc_time_format(), strtotime(osc_item_mod_date())) ) ; ?></p>
                    <?php ?>
                    <?php $item_location item_detail_location() ; ?>
                    <?php if( count($item_location) > ) { ?>
                    <p class="no-margin" style="padding-left:10px;"><?php printf(__('<strong>Location:</strong> %s''twitter'), implode(', '$item_location) ) ; ?></p>
                    <?php ?>
                    <p class="margin-top-10" style="padding-left:10px;"><?php echo osc_item_description() ; ?></p>
                   
                   
                <div class="photos">
                        <ul class="media-grid">
                        <?php while( osc_has_item_resources() ) { ?>
                            <li>
                                <a rel="image_group" href="<?php echo osc_resource_url(); ?>"><img src="<?php echo osc_resource_thumbnail_url(); ?>" width="150" alt="<?php echo osc_item_title() ; ?>" title="<?php echo osc_item_title() ; ?>" /></a>
                            </li>
                        <?php ?>
                        </ul>
                    </div>
                   
                    <div class="custom_fields">
                        <?php if( osc_count_item_meta() > ) { ?>
                        <div class="meta_list">
                            <?php while ( osc_has_item_meta() ) { ?>
                            <p class="meta no-margin">
                                <strong><?php echo osc_item_meta_name() ; ?>:</strong> <?php echo osc_item_meta_value() ; ?>
                            </p>
                            <?php ?>
                        </div>
                        <?php ?>
                    </div>
                   
                    <?php osc_run_hook('item_detail'osc_item() ) ; ?>
                    <?php if( osc_images_enabled_at_items() && (osc_count_item_resources() > 0) ) { ?>
                   
                    <?php ?>
                    <p style="padding-left:10px;">
                        <?php if ( !$is_expired && $is_user && $is_can_contact ) { ?>
                       
                        <?php ?>
                        <a class="btn primary item-share-button" data-controls-modal="item-sendfriend" data-backdrop="true" data-keyboard="true" href="javascript://"><?php _e('Share''twitter') ; ?></a></div>
                    </p>
                    <div style="float:left;width:315px;margin-top: -10px;padding: 5px;">
                    <?php osc_run_hook('location') ; ?>
                    </div>
                </div>
               
                <?php ?>

sasashree

  • Newbie
  • *
  • Posts: 8
Re: Multiple page Post Design filter by category
« Reply #1 on: September 29, 2013, 01:18:10 am »
Code: [Select]
<?php
                

 $aCategory osc_get_category('id'osc_item_category_id());
                    
$parentCategory osc_get_category('id'$aCategory['fk_i_parent_id']);                  
                    
                                   
                   if(
$parentCategory ['pk_i_id'] != 120){  ?>

sasashree

  • Newbie
  • *
  • Posts: 8
Re: Multiple page Post Design filter by category || FIxed :100% working
« Reply #2 on: September 29, 2013, 01:19:34 am »
100% its working