Jump to content

Как поднять отправлено наверх?

Featured Replies

Как поднять отправлено наверх в стандартном стиле 3.4.3?

post-117-0-77851600-1362177382_thumb.png

Link to comment
https://ipbmafia.ru/topic/3215-kak-podnyat-otpravleno-naverh/
Share on other sites

ttindex, именно в это место геморой перемещать, там зона ника  :think:

Но можешь попробовать в шаблоне:

Темы > post
Link to comment
https://ipbmafia.ru/topic/3215-kak-podnyat-otpravleno-naverh/?&do=findComment&comment=22537
Share on other sites

, не понятен ответ 

Link to comment
https://ipbmafia.ru/topic/3215-kak-podnyat-otpravleno-naverh/?&do=findComment&comment=22543
Share on other sites

ttindex, что не понятного?  :hang:

Link to comment
https://ipbmafia.ru/topic/3215-kak-podnyat-otpravleno-naverh/?&do=findComment&comment=22546
Share on other sites

, мне как-то Пашка Respected делал, жду его ответа. Надеюсь многим может пригодиться. 

Link to comment
https://ipbmafia.ru/topic/3215-kak-podnyat-otpravleno-naverh/?&do=findComment&comment=22580
Share on other sites

все еже интересно

Link to comment
https://ipbmafia.ru/topic/3215-kak-podnyat-otpravleno-naverh/?&do=findComment&comment=22764
Share on other sites

Редактируем шаблон 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']">&nbsp; <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;
}
Link to comment
https://ipbmafia.ru/topic/3215-kak-podnyat-otpravleno-naverh/?&do=findComment&comment=22770
Share on other sites

Спасибо

Link to comment
https://ipbmafia.ru/topic/3215-kak-podnyat-otpravleno-naverh/?&do=findComment&comment=22788
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.