форум vBSupport.ru > vBulletin > vBulletin 3.8.x > Внешний вид 3.8
  • »
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
 
 
 
 
Palamar
Гость
Default Убрать значки с главной

Подскажите пожалуйста как правильно убрать значки с главной?Вроде всё получается редактирую только шаблоны для главной страници.



А когда захожу в раздел там всё печально


Подскажите как решить?У меня уже мозг закипел.Спасибо
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Abraxas
Гость
Default

Сделай поиск по всем шаблонам, где эти значки выводятся, и покоцай их прямо по месту - не?
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
0

Quote:
Originally Posted by Abraxas View Post
и покоцай их прямо по месту - не?
Там еще colspan, так что просто убрав ячейки - врядли поможет.

Сейчас посмотрю.
 
 
Abraxas
Гость
Default

О, ты уже помогаешь! Я ж не знала, молчу, молчу
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
0

Помимо главной (шаблон forumhome_forumbit_level2_post)
Редактируем forumhome_forumbit_level1_post
Удаляем
Code:
 colspan="2"
и
Code:
			<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
			<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
Шаблон FORUMDISPLAY, удалить
Code:
	  <td class="thead">&nbsp;</td>
Quote:
Originally Posted by Abraxas View Post
О, ты уже помогаешь
Я только наткнулся на тему)
 
 
Palamar
Гость
Default

@Sven, мой forumhome_forumbit_level1_nopost
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="!$show['collapsable_forums']">
<tbody>
</if>
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
			<if condition="$childforumbits">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
			</if>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
			<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
			<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
		</td>
	</tr>
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
<if condition="$childforumbits">
<if condition="!$show['collapsable_forums']">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
</if>
	<tr align="center">
	  <td class="thead" width="35">&nbsp;</td>
	  <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead" width="175">$vbphrase[last_post]</td>
	  <td class="thead" width="65">$vbphrase[threads]</td>
	  <td class="thead" width="65">$vbphrase[posts]</td>
	  <if condition="$vboptions['showmoderatorcolumn']">
	  <td class="thead" width="120">$vbphrase[moderator]</td>
	  </if>
	</tr>
$childforumbits
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
</if>
</table>
<div style="padding: 0 0 16px 0;"></div>
Мой forumhome_forumbit_level2_post

HTML Code:
<tr align="center">
	<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
	<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
		<div>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
			<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
		</div>
		<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
		<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
		<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
	</td>
	<td class="alt2" width="175">$forum[lastpostinfo]</td>
	<td class="alt1" width="65">$forum[threadcount]</td>
	<td class="alt2" width="65">$forum[replycount]</td>
	<if condition="$vboptions['showmoderatorcolumn']">
	<td class="alt1" width="120"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
	</if>
</tr>
$childforumbits
Тут такого нету.

Palamar добавил 07.12.2014 в 15:54
@Abraxas, я так и делал,я же описал что удаляю на главной а удаляются в разделе они так же.

Last edited by Palamar : 12-07-2014 at 04:54 PM. Reason: Добавлено сообщение
 
 
Abraxas
Гость
Default

@Palamar, ну ты, блин, китаец, я по твоему описанию поняла, что тебе надо значки убрать отовсюду

У тебя шаблоны кривые - ты в курсе?
 
 
Palamar
Гость
Default

в чём их кривизна?
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
0

Quote:
Originally Posted by Palamar View Post
<td class="thead" width="35">&nbsp;</td>
Quote:
Originally Posted by Palamar View Post
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
Это удалить. И не хватает шаблона forumhome_forumbit_level1_post и в FORUMDISPLAY, надеюсь сам удалишь.
 
 
Palamar
Гость
Default

@Sven, какого шаблона не хватает?
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 06:05 AM.


Powered by vBulletin® Version ?.?.?
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Loading...