Victor_winner 2 Жалоба Опубликовано: July 22, 2014 Друзья, я изменил стандартную сетку представления объявлений на следующую: Если я в форме простого поиска ищу квартиру по городу или улице, то срабатывает и выдаёт в объявления в нужной форме. Но если пользоваться поиску по категориям (Квартиры, гаражи...), то выдаётся следующая картина .То есть при фильтрации по категориям, сетка объявлений представляется в старом виде. Файл realty_grid_list.tpl{assign var="lang_topic_name" value="name_{$smarty.session._lang}"}<table id="rounded-corner" class="rounded-corner"> <thead> <!-- ############################################################ ############## ШАБЛОННАЯ ВЕРСИЯ ############################### ##############################################################--> <!-- <tr> <th width="1%" class="row_title"></th> <th width="1%" class="row_title">{$L_DATE}</th> <th width="1%" class="row_title">{$L_ID}</th> <th width="1%" class="row_title">{$L_PHOTO}</th> <th width="70" class="row_title">{$L_TYPE} <a href="{$estate_folder}/{$url}&order=type&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=type&asc=desc" rel="nofollow">↑</a></th> <th width=13% class="row_title">{$L_CITY} <a href="{$estate_folder}/{$url}&order=city&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=city&asc=desc" rel="nofollow">↑</a></th> <th width=13% class="row_title">{$L_DISTRICT} <a href="{$estate_folder}/{$url}&order=district&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=district&asc=desc" rel="nofollow">↑</a></th> <th width=13% class="row_title">{$L_STREET} <a href="{$estate_folder}/{$url}&order=street&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=street&asc=desc" rel="nofollow">↑</a></th> <th class="row_title" nowrap>{$L_PRICE} <a href="{$estate_folder}/{$url}&order=price&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=price&asc=desc" rel="nofollow">↑</a></th> {if $admin !=''} <th class="row_title"></td> {/if} </tr> --> <!-- ############################################################ ############## АМУР-НЕДВИЖИМОСТЬ ВЕРСИЯ ###################### ##############################################################--> <tr> <th width="1%" class="row_title"></th> <th width="5%" class="row_title">{$L_ROOM_COUNT} <a href="{$estate_folder}/{$url}&order=room_count&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=room_count&asc=desc" rel="nofollow">↑</a></th> <th width=13% class="row_title">{$L_STREET} <a href="{$estate_folder}/{$url}&order=street&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=street&asc=desc" rel="nofollow">↑</a></th> <th width=13% class="row_title">{$L_HOUSE_NUMBER} <a href="{$estate_folder}/{$url}&order=house_number&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=house_number&asc=desc" rel="nofollow">↑</a></th> <th width=13% class="row_title">{$L_FLOOR} <a href="{$estate_folder}/{$url}&order=floor&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=floor&asc=desc" rel="nofollow">↑</a></th> <th width=13% class="row_title">{$L_TOTAL_SQUARE} <a href="{$estate_folder}/{$url}&order=total_square&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=total_square&asc=desc" rel="nofollow">↑</a></th> <th class="row_title" nowrap>{$L_PRICE} <a href="{$estate_folder}/{$url}&order=price&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=price&asc=desc" rel="nofollow">↑</a></th> <th class="row_title" nowrap>{$L_STATUS} <a href="{$estate_folder}/{$url}&order=status&asc=asc" rel="nofollow">↓</a> <a href="{$estate_folder}/{$url}&order=status&asc=desc" rel="nofollow">↑</a></th> {if $admin !=''} <th class="row_title"></th> {/if} </tr> </thead> <tbody> {assign var=gridcountbreak value=intval(($grid_items|count)/2)} {section name=i loop=$grid_items} <!-- ######################################################################################## ############## ЕСЛИ СТАТУС ОБЪЯВЛЕНИЯ == АРХИВ - ТОГДА НЕ ПОКАЗЫВАЕМ, ИНАЧЕ ПОКАЗЫВАЕМ ### ##########################################################################################--> {if $grid_items[i]._mem_status_of_adv==2} {else} <tr valign="top" class="row3{if $grid_items[i]._mem_status_of_adv==0} in_sale_adv{elseif $grid_items[i]._mem_status_of_adv==1} bron_adv {elseif $grid_items[i]._mem_status_of_adv==2} archive_adv {/if}" {if $grid_items[i].active == 0}style="color: #00ffff;"{/if}> <!--### FAVORITES ###--> <td> {if isset($smarty.session.favorites)} {if in_array($grid_items[i].id,$smarty.session.favorites)} <a class="remove_from_favorites" alt="{$grid_items[i].id}" title="{$L_DELETEFROMFAVORITES}" href="#remove_from_favorites"></a> {else} <a class="add_to_favorites" alt="{$grid_items[i].id}" title="{$L_ADDTOFAVORITES}" href="#add_to_favorites"></a> {/if} {/if} </td> <!--### ROOM_COUNT ###--> <td{if $admin == ''} onClick="document.location='{$grid_items[i].href}'" {/if}><b><a href="{$grid_items[i].href}">{$grid_items[i].room_count}</a></b></td> <!--### STREET ###--> <td{if $admin == ''} onClick="document.location='{$grid_items[i].href}'" {/if}><b><a href="{$grid_items[i].href}">{$grid_items[i].street}</a></b></td> <!--### NUMBER ###--> <td{if $admin == ''} onClick="document.location='{$grid_items[i].href}'" {/if}><b>{$grid_items[i].number}</b></td> <!--### FLOOR ###--> <td{if $admin == ''} onClick="document.location='{$grid_items[i].href}'" {/if}>{$grid_items[i].floor}</td> <!--### SQUARE_ALL ###--> <td{if $admin == ''} onClick="document.location='{$grid_items[i].href}'" {/if}>{$grid_items[i].square_all}</td> <!--### PRISE ###--> <td{if $admin == ''} onClick="document.location='{$grid_items[i].href}'" {/if} nowrap><b>{$grid_items[i].price|number_format:0:",":" "} {if $grid_items[i].currency_name != ''}{$grid_items[i].currency_name}{/if}</b></td> <!--### STATE ###--> <td{if $admin == ''} onClick="document.location='{$grid_items[i].href}'" {/if}>{$grid_items[i].status_of_adv}</td> {if $admin !=''} <td nowrap> <a href="{$estate_folder_control}?do=edit&id={$grid_items[i].id}"><img src="{$estate_folder}/img/edit.gif" border="0" width="16" height="16" /></a> <a onclick="return confirm({literal}'{$L_MESSAGE_REALLY_WANT_DELETE}'{/literal});" href="{$estate_folder_control}?{if $topic_id != ''}topic_id={$topic_id}&{/if}do=delete&id={$grid_items[i].id}"><img src="{$estate_folder}/img/delete.gif" border="0" width="16" height="16" /></a> </td> {/if} {if $template_realty_grid_scrollbanners==1} {if $smarty.section.i.iteration==$gridcountbreak} <tr> <td colspan="9" style="background-color: white;"> {include file='slider_banner.tpl'} </td> </tr> {/if} {/if} </tr> {/if} {/section} </tbody> </table> Поделиться сообщением Ссылка на сообщение Поделиться на других сайтах
abushyk 694 Жалоба Опубликовано: July 22, 2014 Это не "старый вид". Это включены фронтальные секти настраиваемые пользователем. Попробуйте поставить галочку Общее - Блокировать фронтальные сетки пользователя Поделиться сообщением Ссылка на сообщение Поделиться на других сайтах