Gridview and ListView
Posted: Thu Mar 27, 2014 12:51 pm
1. how to add gridview and list view in tuff_classified theme,i have added this code in search.php,but with this listview is displaying proper but gridview in not displaying proper.
<?php $params['sShowAs'] = 'list'; ?>
<a href="<?php echo osc_update_search_url($params) ; ?>" class="btn btn-default btn-xs "><span><i class="fa fa-th-list"></i>List</span></a>
<?php $params['sShowAs'] = 'gallery';?>
<a href="<?php echo osc_update_search_url($params) ; ?>" class="btn btn-default btn-xs "><span><i class="fa fa-th">
</i>Grid</span></a>
2. I want to show Report this ad button in tuff_classified theme as it is shown in demo.tuffclassified.com
<?php $params['sShowAs'] = 'list'; ?>
<a href="<?php echo osc_update_search_url($params) ; ?>" class="btn btn-default btn-xs "><span><i class="fa fa-th-list"></i>List</span></a>
<?php $params['sShowAs'] = 'gallery';?>
<a href="<?php echo osc_update_search_url($params) ; ?>" class="btn btn-default btn-xs "><span><i class="fa fa-th">
</i>Grid</span></a>
2. I want to show Report this ad button in tuff_classified theme as it is shown in demo.tuffclassified.com