Jump to content
Дизайн и модификация IPS Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...

Перестройка нижней части таблицы просмотра конкретного форума (2.1)

Sign in to follow this  

About This File

Перестройка нижней части таблицы просмотра конкретного форума (2.1)

 

Перестройка таблицы с иконками тем и скроллинг списками.

Решение для узких скинов в случае длинных названий форума, когда окошко перехода между форумами ломает таблицу.

А также это просто красиво..

Открыть skin_forum --> TableEnd

Найти

<!--IBF.FORUM_ACTIVE--> 

Все, что ниже, заменить этим:

<div class="activeusers">
<div class="row2"><br />
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr> 
<td width="29%" nowrap="nowrap">				
				 <{B_NEW}>  <span class="desc">{ipb.lang['pm_open_new']}</span>
				<br /><br /> <{B_NORM}>  <span class="desc">{ipb.lang['pm_open_no']}</span></td>
<td width="30%" nowrap="nowrap">
				 <{B_HOT}>  <span class="desc">{ipb.lang['pm_hot_new']}</span>
				<br /><br /> <{B_HOT_NN}>  <span class="desc">{ipb.lang['pm_hot_no']}</span> 
			</td>
			<td width="26%" nowrap="nowrap">
				 <{B_POLL}>  <span class="desc">{ipb.lang['pm_poll']}</span>
				<br /><br /> <{B_POLL_NN}>  <span class="desc">{ipb.lang['pm_poll_no']}</span></td>
<td width="15%" nowrap="nowrap">
				 <{B_LOCKED}>  <span class="desc">{ipb.lang['pm_locked']}</span>
				<br /><br /> <{B_MOVED}>  <span class="desc">{ipb.lang['pm_moved']}</span>
			</td>
</tr></table>
<table cellspacing="0" width="100%">
<tr>			

				<form action="{ipb.script_url}act=SF&f={$data['id']}&st={ipb.input['st']}&changefilters=1" method="post"></td>
					<td align="left" width="50%">
<select name="sort_key">{$this->ipsclass->show['sort_by']}</select>
					<select name="sort_by">{$this->ipsclass->show['sort_order']}</select></td>
<td align="right" width="50%">
					<select name="prune_day">{$this->ipsclass->show['sort_prune']}</select>
					<select name="topicfilter">{$this->ipsclass->show['topic_filter']}</select>
					<input type="submit" value="{ipb.lang['sort_submit']}" class="button" />
				</form>
			</td>
		</tr>

	</table>
</div>

</div>

<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
<td align="right" width="50%">
				{$data[FORUM_JUMP]}</td>
</tr></table>					
				</form>

<br clear="all" />
<if="ipb.member['is_mod']">

<a name='forumoptions'></a>
<div align="center" id='forumoptionsjs'>
<a href="{ipb.script_url}showforum={$data['id']}&modfilter=invisible_topics">{ipb.lang['mod_showallinvisible']}</a>
·
<a href="{ipb.script_url}showforum={$data['id']}&modfilter=invisible_posts">{ipb.lang['mod_showallposts']}</a>
·
<a href="{ipb.script_url}act=mod&CODE=resync&f={$data['id']}&auth_key={$auth_key}">{ipb.lang['mod_resync']}</a>
·
<a href="java script:PopUp('{ipb.script_url}act=mod&CODE=prune_start&f={$data['id']}&auth_key={$auth_key}', 'PRUNE', 600,500)">{ipb.lang['mod_prune']}</a>
</div>
<script type='text/javascript'>
//<![CDATA[
document.getElementById('forumoptionsjs').style.display = 'none';
//]]>
</script>
</if>

<script type='text/javascript'>
//<![CDATA[
// INIT links for editing

if ( use_enhanced_js && perm_can_edit )
{
	forum_init_topic_links();
}
//]]>
</script>

Пример - здесь - почти на всех стилях в разных вариантах.


What's New in Version 07/04/2010 07:20 AM   See changelog

Released

No changelog available for this version.




User Feedback

Recommended Comments

There are no comments to display.

×
×
  • Create New...