ttindex Posted March 1, 2013 Report Share Posted March 1, 2013 Как поднять отправлено наверх в стандартном стиле 3.4.3? Link to comment Share on other sites More sharing options...
AUYKGN Posted March 2, 2013 Report Share Posted March 2, 2013 ttindex, именно в это место геморой перемещать, там зона ника Но можешь попробовать в шаблоне: Темы > post SUAMF 1 Link to comment Share on other sites More sharing options...
ttindex Posted March 2, 2013 Author Report Share Posted March 2, 2013 , не понятен ответ Link to comment Share on other sites More sharing options...
AUYKGN Posted March 2, 2013 Report Share Posted March 2, 2013 ttindex, что не понятного? Link to comment Share on other sites More sharing options...
ttindex Posted March 2, 2013 Author Report Share Posted March 2, 2013 , мне как-то Пашка Respected делал, жду его ответа. Надеюсь многим может пригодиться. leha85 1 Link to comment Share on other sites More sharing options...
ttindex Posted March 4, 2013 Author Report Share Posted March 4, 2013 все еже интересно Link to comment Share on other sites More sharing options...
Respected Posted March 4, 2013 Report Share Posted March 4, 2013 Редактируем шаблон post Найти и удалить: <p class='posted_info desc lighter ipsType_small'> {$this->lang->words['posted']} <abbr class="published" itemprop="commentTime" title="{parse expression="date( 'c', $post['post']['post_date'] )"}">{parse date="$post['post']['post_date']" format="long"}</abbr> <if test="isSolvedSausage:|:$post['post']['_isMarkedAnswered']"> <span class='ipsBadge ipsBadge_green'>{$this->lang->words['topic_best_answer']}</span></if> </p> Найти: <if test="postIp:|:$post['post']['_show_ip']"> Выше добавить: <div class='post_date'> {$this->lang->words['posted']} <abbr class="published" itemprop="commentTime" title="{parse expression="date( 'c', $post['post']['post_date'] )"}">{parse date="$post['post']['post_date']" format="long"}</abbr> </div> Найти: <if test="postMember:|:$post['author']['member_id']"> <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span> <else /> {parse template="userHoverCard" group="global" params="$post['author']"} </if> Заменить на: <div class='post_username'> <if test="postMember:|:$post['author']['member_id']"> <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span> <else /> {parse template="userHoverCard" group="global" params="$post['author']"} </if> </div> В ipb_styles.css добавить: .post_username{ float: left; min-width: 177px; font-weight: bold; } .post_date{ color: #999; float: left; font-size: 11px; font-weight: normal; } SUAMF, ttindex, Zyablik and 1 other 4 Link to comment Share on other sites More sharing options...
ttindex Posted March 5, 2013 Author Report Share Posted March 5, 2013 Спасибо Link to comment Share on other sites More sharing options...
Recommended Posts