Jump to content

Featured Replies

Как убрать информацию с главной страницы "Последнее сообщение". Смотрите скиншот.

index.php?app=downloads&module=display&s

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/
Share on other sites

Ищите через поиск и замена 

col_c_post
Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=30983
Share on other sites

Ап. Помогите кто знает.

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31113
Share on other sites

Поднимаю. Дайте ответ пожалуйста.

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31813
Share on other sites

ссылочка на форум не помешала бы

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31814
Share on other sites

Совсем убрать или скрыть от гостей?

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31816
Share on other sites

Не лучше скрыть от гостей)



ссылочка на форум не помешала бы

Follow-Them.ru (не реклама)

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31817
Share on other sites

Не лучше скрыть от гостей)

Follow-Them.ru (не реклама)

если скрыть от гостей то это редактируется каждый форум

АЦ-Форумы-редактирование-настройка прав доступа

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31818
Share on other sites

если скрыть от гостей то это редактируется каждый форум

АЦ-Форумы-редактирование-настройка прав доступа

А ну это будут просто надпись "Закрытый форум".

А мне надо что бы вообще не было этих последних сообщений..

Можно даже не для гостей только, а для всех.

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31819
Share on other sites

в boardIndexTemplate

 

 найти что-то подобное:

<td class="col_c_post">
													
															<a href="__follow-them.ru/index.php?/user/211-fort/" class="ipsUserPhotoLink left">
																<img src="__follow-them.ru/uploads/profile/photo-thumb-211.jpg?_r=1368280736" alt="Фотография" class="ipsUserPhoto ipsUserPhoto_mini">
															</a>
														
														<ul class="last_post ipsType_small">
															<li>
																	<span class="highlight_unread">Закрытый форум</span>
																</li>
                                                                <li>
                                                                    <span class="desc lighter blend_links">
                                                                    
                                                                        14 Май 2013
                                                                    </span>
                                                                    
                                                                        Автор: <a hovercard-ref="member" hovercard-id="211" class="url fn name  ___hover___member _hoversetup" href="__follow-them.ru/index.php?/user/211-fort/" title="" id="anonymous_element_1"><span itemprop="name"><span style="color: red; text-shadow: red 0px 0px 10px;">ForT</span></span></a>
                                                                    
                                                                </li>
															
														</ul>
												</td>

и удалить

а так же найти:

<th scope="col" class="col_c_post">Последнее сообщение</th>

и удалить

 

P.S. предварительно сделайте резервную копию кода.

Edited by WOLF

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31820
Share on other sites

Не могу найти нечего подобного ((

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31822
Share on other sites

Ищи в шаблоне boardIndexTemplate по коду col_c_post

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31823
Share on other sites

ошибочка) поправил)

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31825
Share on other sites

Ищи в шаблоне boardIndexTemplate по коду col_c_post

А что именно вырезать?

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31827
Share on other sites

А что именно вырезать?

то что я выложил

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31828
Share on other sites

то что я выложил

Я такого там не найду.

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31830
Share on other sites

Я такого там не найду.

скиньте сюда весь код под спойлер

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31871
Share on other sites

скиньте сюда весь код под спойлер

На..

<if test="$this->settings['hoverDescriptions']='no'"></if>
{parse js_module="board"}
{parse variable="sidebar_enabled" default="$show_side_blocks"}
<if test="boardIndexTop:|:true"></if>
<div id='board_index' class='ipsLayout <if test="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withright</if> ipsLayout_largeright clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'>	
	<div id='categories' class='ipsLayout_content clearfix'>
	<!-- CATS AND FORUMS -->
		<if test="cats_forums:|:is_array( $cat_data ) AND count( $cat_data )">
			<foreach loop="categories:$cat_data as $_data">
				<if test="cat_has_forums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )">
					<div id='category_{$_data['cat_data']['id']}' class='category_block block_wrap'>
						{parse replacement="header_start"}<h3 class='maintitle'>
							<a class='toggle right' href='#' title="{$this->lang->words['toggle_cat']}">{$this->lang->words['toggle_cat']}</a> <a href="{parse url="showforum={$_data['cat_data']['id']}" seotitle="{$_data['cat_data']['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['view_cat']}'>{$_data['cat_data']['name']}</a>
						</h3>{parse replacement="header_end"}
						<div class='ipsBox table_wrap removeDefault'>
							<div class='ipsBox_container'>
								<table class='ipb_table' summary="{$this->lang->words['forums_in_cat']} '{$_data['cat_data']['name']}'">
									<tr class='header'>
										<th scope='col' class='col_c_icon'>&nbsp;</th>
										<th scope='col' class='col_c_forum'>{$this->lang->words['cat_name']}</th>
										<th scope='col' class='col_c_stats stats'>{$this->lang->words['stats']}</th>
										<th scope='col' class='col_c_post'>{$this->lang->words['last_post_info']}</th>
									</tr>
									<!-- / CAT HEADER -->
									<foreach loop="forums:$_data['forum_data'] as $forum_id => $forum_data">
										<if test="forumRedirect:|:$forum_data['redirect_on']">
											<tr class='redirect_forum' id='f_{$forum_data['id']}'>
												<td class='col_c_icon'>
													<img src='{$this->settings['img_url']}/f_redirect.png' />
												</td>
												<td colspan='2' class='col_c_forum'>
													<h4 class='forum_name'><strong><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$forum_data['name']}</a></strong></h4>
													<if test="$forum_data['description']"><if test="$this->settings['hoverDescriptions']=='yes'"><span class='forum_desc_pos'><span class='forum_desc_con'><span class='forum_description'>{$forum_data['description']}</span></span></span><else /><p class='desc forum_desc'>{$forum_data['description']}</p></if></if>
												</td>
												<td class='desc'>
													<ul class='last_post ipsType_small'>
                                                        							<li class='desc lighter'><em>{parse format_number="$forum_data['redirect_hits']"} {$this->lang->words['rd_hits']}</em></li>
                                                    							</ul>
												</td>
											</tr>
										<else />
											<tr class='<if test="hasUnreadClass:|:$forum_data['_has_unread']">unread<else />notnew</if>'>
												<td class='col_c_icon'>
													<if test="hasUnread:|:$forum_data['_has_unread']">
														<a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=forum&amp;forumid={$forum_data['id']}&amp;returntoforumid={$this->request['f']}&amp;i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'><img src='{$this->settings['img_url']}/f_icon.png' /></a>
													<else />
														<img src='{$this->settings['img_url']}/f_icon_read.png' />
													</if>
												</td>
												<td class='col_c_forum'>
													
													<h4 class='forum_name'>
														<if test="hasQueuedAndCanSeeIcon:|:!empty($forum_data['_has_queued_and_can_see_icon'])">
															<a href='{parse url="showforum={$forum_data['id']}&amp;modfilter=all" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this->lang->words['view_unapproved']}' class='ipsBadge ipsBadge_orange' data-tooltip="{parse expression="sprintf( $this->lang->words['f_queued'], $forum_data['queued_topics'], $forum_data['queued_posts'])"}" style='vertical-align: top'>{$this->lang->words['f_queued_badge']}</a>
														</if>
														<strong class='highlight_unread'><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$forum_data['name']}</a></strong>
													</h4>

													<if test="$forum_data['description']"><if test="$this->settings['hoverDescriptions']=='yes'"><span class='forum_desc_pos'><span class='forum_desc_con'><span class='forum_description'>{$forum_data['description']}</span></span></span><else /><p class='desc forum_desc'>{$forum_data['description']}</p></if></if>		

													<if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']">
														<ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}'>
															<foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
																<if test="showSubForumsLit:|__data[3]"><li class='unread'><else /><li></if>
																	<a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a>
																</li>
															</foreach>
														</ol>
													</if>
																					
												</td>
												<td class='col_c_stats ipsType_small'>
													<ul>
														<li>{$forum_data['topics']} {$this->lang->words['topics']}</li>
														<li>{$forum_data['posts']} {$this->lang->words['replies']}</li>
													</ul>
												</td>
												<td class='col_c_post'>
													<if test="hideLastInfo:|:$forum_data['hide_last_info']">
														<ul class='last_post'>
															<li class='desc lighter'><em>{$this->lang->words['f_protected']}</em></li>
														</ul>
													<else />
														<if test="hasphoto:|:$forum_data['pp_small_photo']">
															<a href='{parse url="showuser={$forum_data['last_poster_id']}" template="showuser" seotitle="{$forum_data['seo_last_name']}" base="public"}' class='ipsUserPhotoLink left'>
																<img src='{$forum_data['pp_small_photo']}' alt='{$this->lang->words['photo']}' class='ipsUserPhoto ipsUserPhoto_mini' />
															</a>
														<else />
															<if test="hasPost:|:$forum_data['last_id']"><div class='left'>{IPSMember::buildNoPhoto(0, 'mini' )}</div></if>
														</if>
														<ul class='last_post ipsType_small'>
															<if test="!$forum_data['last_id']">
																<li class='desc lighter'><em>{$this->lang->words['f_none']}</em></li>
															<else />
																<li>
																	<span class='highlight_unread'>{$forum_data['last_topic_title']}</span>
																</li>
                                                                <li>
                                                                    <span class='desc lighter blend_links'>
                                                                    <if test="hideDateUrl:|:$forum_data['_hide_last_date']">
                                                                        {parse date="$forum_data['last_post']" format="DATE"}
                                                                    <else />
                                                                        <a href='{parse url="showtopic={$forum_data['last_id']}&amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this->lang->words['view_last_post']}'>{parse date="$forum_data['last_post']" format="DATE"}</a>
                                                                    </if></span>
                                                                    <if test="lastPosterID:|:$forum_data['last_poster_id']">
                                                                        {$this->lang->words['by']} {parse template="userHoverCard" group="global" params="$forum_data"}
                                                                    </if>
                                                                </li>
															</if>
															
														</ul>
													</if>
												</td>
											</tr>
										</if>
									</foreach>
								</table>
							</div>
						</div>{parse replacement="box_end"}
						<br />
					</div>
				</if>
			</foreach>
		</if>
	</div>
	<if test="sideBarEnabled2:|:$this->templateVars['sidebar_enabled']">
		<div id='index_stats' class='ipsLayout_right clearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>>
			<foreach loop="side_blocks:$side_blocks as $block">
				{$block}
			</foreach>
		</div>
		<a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="&times;">&nbsp;</a>
	</if>
</div>
<script type='text/javascript'>
//<![CDATA[
	var markerURL  = "{parse url="app=forums&module=ajax&section=markasread&i=1" base="public"}"; // Ajax URL so don't use &amp;
	var unreadIcon = "<img src='{$this->settings['img_url']}/f_icon_read.png' />";
	
	<if test="markercatforums:|:is_array( $cat_data ) AND count( $cat_data )">
		<foreach loop="markercategories:$cat_data as $_data">
			<if test="markerhasforums:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )">
				<foreach loop="markerforums:$_data['forum_data'] as $forum_id => $forum_data">
					<if test="markernotredirect:|:!$forum_data['redirect_on']">
						<if test="markerhasunread:|:$forum_data['_has_unread']">
	ipb.global.registerMarker( "forum_img_{$forum_data['id']}", "{$forum_data['img_new_post']}", markerURL + "&forumid={$forum_data['id']}" );
						</if>
					</if>
				</foreach>
			</if>
		</foreach>
	</if>
//]]>
</script>
<if test="showTotals:|:$this->settings['show_totals']">
	<div id='board_stats'>		
		<ul class='ipsType_small ipsList_inline'>
			<li class='clear'>
				<span class='value'>{$stats['info']['total_posts']}</span>
				{$this->lang->words['total_posts']}
			</li>
			<li class='clear'>
				<span class='value'>{$stats['info']['mem_count']}</span>
				{$this->lang->words['total_members']}
			</li>
			<li class='clear'>
				{IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}
				{$this->lang->words['newest_member']}
			</li>
			<li class='clear' data-tooltip="{$stats['info']['most_time']}">
				<span class='value'>{$stats['info']['most_online']}</span>
				{$this->lang->words['online_at_once']}
			</li>
		</ul>
	</div>
</if>
<div id='board_statistics' class='statistics clearfix'>
	<h4 class='statistics_head'><ul id='stat_links' class='ipsList_inline right ipsType_small'>
		<if test="statsLinks:|:1==1"> <!-- Hook point -->
			<li><a href="{parse url="app=forums&amp;module=extras&amp;section=stats&amp;do=leaders" base="public"}" title="{$this->lang->words['sm_forum_leaders_title']}">{$this->lang->words['sm_forum_leaders']}</a></li>
			<li><a href="{parse url="app=forums&amp;module=extras&amp;section=stats" base="public"}" title="{$this->lang->words['sm_all_posters_title']}">{$this->lang->words['sm_today_posters']}</a></li>
			<li><a href="{parse url="app=members&amp;module=list&amp;max_results=20&amp;sort_key=posts&amp;sort_order=desc&amp;filter=ALL" base="public" seotitle="false"}" title="{$this->lang->words['sm_overall_posters_title']}">{$this->lang->words['sm_overall_posters']}</a></li>
		</if>
	</ul>
<if test="$this->settings['show_active']">{parse expression="sprintf( $this->lang->words['online_right_now'], $stats['TOTAL'] )"} {$this->lang->words['active_users']}</if></h4>
	<if test="$this->settings['show_active']"><p class='statistics_brief desc'>
		{parse expression="sprintf( $this->lang->words['active_users_detail'], $stats['MEMBERS'], $stats['GUESTS'], $stats['ANON'] )"}
		&nbsp;&nbsp;<a href='{parse url="app=members&amp;module=online&amp;sort_order=desc" base="public"}'>({$this->lang->words['online_link']})</a>
	</p></if>
	
	<if test="activeNames:|:count($stats['NAMES']) && $this->settings['show_active']">
		<br />
		<p>
			<span class='name'>{parse expression="implode( ",</span> <span class='name'>", $stats['NAMES'] )"}</span>					
		</p>
	</if>
</div>

Edited by Flomaster

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31964
Share on other sites

Flomaster

Вот это вырежи:

<th scope='col' class='col_c_post'>{$this->lang->words['last_post_info']}</th>
Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=31965
Share on other sites
  • 1 year later...

Есть кнопка в меню, назовем ее "Новости", ведет в тему, но ведет к первому сообщению. Можно ли задать адрес как-то, что бы каждый раз вела к последнему сообщению? Написал человек сообщение, кнопка из меню все равно приведет к последнему сообщению. Может уже хук существует такой или кто-то сможет написать?

Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=84091
Share on other sites

Есть кнопка в меню, назовем ее "Новости", ведет в тему, но ведет к первому сообщению. Можно ли задать адрес как-то, что бы каждый раз вела к последнему сообщению? Написал человек сообщение, кнопка из меню все равно приведет к последнему сообщению. Может уже хук существует такой или кто-то сможет написать?

Можно. Так реализовано в списке тем:

post-24610-0-90106300-1427447630_thumb.j

Попробуйте к ссылке на тему в конце дописать /?view=getlastpost

если ссылка имеет вид 
сайт.ру/index.php?/topic/1-название-темы/
то
сайт.ру/index.php?/topic/1-название-темы/?view=getlastpost
Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=84110
Share on other sites

?view=getlastpost
да, так работает. Спасибо большое.
Link to comment
https://ipbmafia.ru/topic/4212-poslednee-soobshenie/?&do=findComment&comment=84131
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

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

  • No registered users viewing this page.