{if $actions} <div class="actions_list"> <div class="action_entry act_{$action.name}"> <div class="action_date{if $action.is_new} is_new{/if}">{$action.pubdate} {$LANG.BACK}</div> <div class="action_title"> <a href="{$action.user_url}" class="action_user">{$action.user_nickname}</a> {if $action.message} {$action.message}{if $action.description}:{/if} {else} {if $action.description} → {$action.description} {/if} {/if} </div> {if $action.message} {if $action.description} <div class="action_details">{$action.description}</div> {/if} {/if} </div> {/foreach} </div> {/if}
редактировать css
.act_add_comment{ background:url(../images/icons/actions/add_comment.png) no-repeat left 3px; } .act_add_photo{ background:url(../images/icons/actions/add_photo.png) no-repeat left 3px; } .act_add_article{ background:url(../images/icons/actions/add_article.png) no-repeat left 3px; } .act_set_status{ background:url(../images/icons/actions/set_status.png) no-repeat left 3px; } .act_add_friend{ background:url(../images/icons/actions/add_friend.png) no-repeat left 3px; } .act_add_blog{ background:url(../images/icons/actions/add_blog.png) no-repeat left 3px; } .act_add_post{ background:url(../images/icons/actions/add_post.png) no-repeat left 3px; } .act_add_board{ background:url(../images/icons/actions/add_board.png) no-repeat left 3px; } .act_add_catalog{ background:url(../images/icons/actions/add_catalog.png) no-repeat left 3px; } .act_add_club{ background:url(../images/icons/actions/add_club.png) no-repeat left 3px; } .act_add_club_user{ background:url(../images/icons/actions/add_club_user.png) no-repeat left 3px; } .act_add_quest{ background:url(../images/icons/actions/add_quest.png) no-repeat left 3px; } .act_add_fpost{ background:url(../images/icons/actions/add_fpost.png) no-repeat left 3px; } .act_add_thread{ background:url(../images/icons/actions/add_thread.png) no-repeat left 3px; } .act_add_avatar{ background:url(../images/icons/actions/add_avatar.png) no-repeat left 3px; } .act_add_award{ background:url(../images/icons/actions/add_award.png) no-repeat left 3px; } .act_add_file{ background:url(../images/icons/actions/add_file.png) no-repeat left 3px; } .act_add_wall{ background:url(../images/icons/actions/add_wall.png) no-repeat left 3px; } .act_add_wall_club{ background:url(../images/icons/actions/add_wall_club.png) no-repeat left 3px; } .act_add_post_club{ background:url(../images/icons/actions/add_post_club.png) no-repeat left 3px; } .act_add_user_photo{ background:url(../images/icons/actions/add_user_photo.png) no-repeat left 3px; } .act_add_user_photo_multi{ background:url(../images/icons/actions/add_user_photo_multi.png) no-repeat left 3px; } .act_add_user{ background:url(../images/icons/actions/add_user.png) no-repeat left 3px; } .act_add_wall_my{ background:url(../images/icons/actions/add_wall_my.png) no-repeat left 3px; }
именно от подстановки {$action.name} зависит какой класс будет применен к записи при выводе в поток
Так то оно так, что конкретно надо отредактировать, а то как-то расплывчато, я то не программист)либо отредактировать строку <div class="action_entry act_{$action.name}">
именно от подстановки {$action.name} зависит какой класс будет применен к записи при выводе в поток
ну
сотри эту строку полностью
{foreach key=aid item=action from=$actions}
<div class="action_date{if $action.is_new} is_new{/if}">{$action.pubdate}
и сотри закрывающий див
{/if}
{/foreach}
что стереть зачеркнул
иконки в ленте перестанут выводиться
вообще давай код, и что с ним сделать