<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум АлаичЪ'а о SEO - Удалить блок комментов]]></title>
	<link rel="self" href="https://talk.alaev.info/feed/atom/topic/1616/" />
	<updated>2016-10-27T21:15:16Z</updated>
	<generator>PunBB</generator>
	<id>https://talk.alaev.info/topic/1616/</id>
		<entry>
			<title type="html"><![CDATA[Re: Удалить блок комментов]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/10228/#p10228" />
			<content type="html"><![CDATA[<p>Удаление кода полностью из сomments.tpl конечно же не помогает. Насколько я понимаю, этот файл отвечает за вид самого уже написанного комментария. А вот код формы добавления коммента можно изменить в файле adcomments.tpl (что вполне логично по названию), но при удалении части кода повал шаба начинает съезжать в угол...<br /></p><p class="lastedit merged"><em>Добавлено: 28.10.2016 01:15</em></p><p>А вот удаление кода целиком из файла addcomments.tpl помогло решить проблему. Спасибо!<br />Вопрос снимается.<br /></p>]]></content>
			<author>
				<name><![CDATA[webfunt]]></name>
				<uri>https://talk.alaev.info/user/1295/</uri>
			</author>
			<updated>2016-10-27T21:15:16Z</updated>
			<id>https://talk.alaev.info/post/10228/#p10228</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Удалить блок комментов]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/10227/#p10227" />
			<content type="html"><![CDATA[<p>Открой comments.tpl и удали там вес код и будет тебе счастья!</p>]]></content>
			<author>
				<name><![CDATA[TITAN-UZ]]></name>
				<uri>https://talk.alaev.info/user/44/</uri>
			</author>
			<updated>2016-10-27T20:03:11Z</updated>
			<id>https://talk.alaev.info/post/10227/#p10227</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Удалить блок комментов]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/10226/#p10226" />
			<content type="html"><![CDATA[<p>Возможно, оно подключается в php файлах движка, но я бы не советовал там колупаться. <br />Но может быть и так, что ты невнимательно смотреть файлы шаблона. Давно я с DLE не работал...</p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2016-10-27T19:01:48Z</updated>
			<id>https://talk.alaev.info/post/10226/#p10226</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Удалить блок комментов]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/10225/#p10225" />
			<content type="html"><![CDATA[<p><strong>АлаичЪ</strong>,&nbsp; привет.&nbsp; вот что есть в comments.tpl<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>&lt;div class=&quot;comment&quot;&gt; 
 &lt;table  width=&quot;100%&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
   &lt;td&gt;
    &lt;div class=&quot;comment-left&quot;&gt;
     &lt;img src=&quot;{foto}&quot; border=&quot;0&quot; alt=&quot;&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;comment-right&quot;&gt;
     &lt;div class=&quot;comm-data&quot;&gt;
     [online]&lt;img src=&quot;{THEME}/images/online.png&quot; style=&quot;vertical-align: middle;&quot; title=&quot;Пользователь Онлайн&quot; alt=&quot;Пользователь Онлайн&quot; /&gt;[/online]
     [offline]&lt;img src=&quot;{THEME}/images/offline.png&quot; style=&quot;vertical-align: middle;&quot; title=&quot;Пользователь offline&quot; alt=&quot;Пользователь offline&quot; /&gt;[/offline]
     {author} 
     {date}
    &lt;/div&gt;
    {comment}
    [signature]&lt;font style=&quot;font-size:11px;&quot;&gt;--------------------&lt;br&gt;{signature}&lt;/font&gt;[/signature]
    &lt;div class=&quot;comment-news&quot;&gt;{news_title}&lt;/div&gt;    
    &lt;div class=&quot;comment-title-hover&quot;&gt;
    [fast]Цитировать[/fast]&amp;nbsp;
    [spam]Спам[/spam]&amp;nbsp;
    [complaint]Жалоба[/complaint]&amp;nbsp;
    [com-edit]Редактировать[/com-edit]&amp;nbsp;
    [com-del]Удалить[/com-del]&amp;nbsp;
    &lt;span class=&quot;comment-number&quot;&gt;{comment-id}&lt;/span&gt;
    &lt;span class=&quot;mass-action&quot;&gt;{mass-action}&lt;/span&gt;
   &lt;/div&gt;
   &lt;/div&gt;
  &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;div class=&quot;comm_corner&quot;&gt;&lt;/div&gt;
&lt;/div&gt;</code></pre></div></div></div><p class="lastedit merged"><em>Добавлено: 27.10.2016 18:53</em></p><p>Но вот оформление блока в addcomments.tpl<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>&lt;div class=&quot;addcomment&quot;&gt;
&lt;div class=&quot;title&quot;&gt;Оставить комментарий&lt;/div&gt;
&lt;div class=&quot;addcomment-post&quot;&gt;
 &lt;table class=&quot;fulltable&quot;&gt;
  [not-logged] 
  &lt;tr&gt;
   &lt;td class=&quot;sline&quot;&gt;&lt;b&gt;Ваше имя:&lt;/b&gt; &lt;span class=&quot;import&quot;&gt;*&lt;/span&gt;&lt;/td&gt;
   &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;name&quot; class=&quot;input1&quot;/&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
   &lt;td class=&quot;sline&quot;&gt;&lt;b&gt;Ваш e-mail:&lt;/b&gt; &lt;span class=&quot;import&quot;&gt;*&lt;/span&gt;&lt;/td&gt;
   &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;mail&quot; class=&quot;input1&quot;/&gt;&lt;/td&gt;
  &lt;/tr&gt;
  [/not-logged]
  &lt;tr&gt;
   &lt;td class=&quot;sline&quot;&gt;&lt;b&gt;Текст комментария:&lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;{editor}&lt;/td&gt;
  &lt;/tr&gt;
  [question]
  &lt;tr&gt;
   &lt;td class=&quot;sline&quot;&gt;&lt;b&gt;Вопрос:&lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;{question}&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
   &lt;td class=&quot;sline&quot;&gt;&lt;b&gt;Ответ:&lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;question_answer&quot; id=&quot;question_answer&quot; class=&quot;input3&quot; /&gt;&lt;/td&gt;
  &lt;/tr&gt;
  [/question]
  [sec_code]
  &lt;tr&gt;
   &lt;td class=&quot;sline&quot;&gt;&lt;b&gt;Код:&lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;{sec_code}&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
   &lt;td class=&quot;sline&quot;&gt;&lt;b&gt;Введите код:&lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;&lt;input class=&quot;input3&quot; maxlength=&quot;45&quot; name=&quot;sec_code&quot; size=&quot;14&quot;/&gt;&lt;/td&gt;
  &lt;/tr&gt;
  [/sec_code]
  [recaptcha]
  &lt;tr&gt;
   &lt;td class=&quot;sline&quot;&gt;&lt;b&gt;Введите два слова, показанных на изображении:&lt;/b&gt;&lt;/td&gt;
   &lt;td&gt;{recaptcha}&lt;/td&gt;
  &lt;/tr&gt;
  [/recaptcha]
  &lt;tr&gt;
   &lt;td colspan=&quot;2&quot;&gt;&lt;button type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;vbutton&quot;&gt;Добавить&lt;/button&gt;&lt;/td&gt;
  &lt;/tr&gt;
 &lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</code></pre></div></div></div><p>Но где он подключается ?<br /></p>]]></content>
			<author>
				<name><![CDATA[webfunt]]></name>
				<uri>https://talk.alaev.info/user/1295/</uri>
			</author>
			<updated>2016-10-27T14:53:25Z</updated>
			<id>https://talk.alaev.info/post/10225/#p10225</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Удалить блок комментов]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/10224/#p10224" />
			<content type="html"><![CDATA[<p>Какой нибудь comments.tpl, например?</p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2016-10-27T14:37:09Z</updated>
			<id>https://talk.alaev.info/post/10224/#p10224</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Удалить блок комментов]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/10223/#p10223" />
			<content type="html"><![CDATA[<p>Доброго времени. DLE 10.0 шаблон GOSSIP из паблика Поставил в Fullstory.tpl блок коментов от Вконтакте. При этом удалил родной код добавления комментариев. Но блок, который родной, никак не хочет убираться из полной новости. Получается два блока внизу. По коду посмотрел — где этот AJAX убрать можно??? адрес в подписи<br />Спасибо за помощь заранее</p>]]></content>
			<author>
				<name><![CDATA[webfunt]]></name>
				<uri>https://talk.alaev.info/user/1295/</uri>
			</author>
			<updated>2016-10-27T14:29:05Z</updated>
			<id>https://talk.alaev.info/post/10223/#p10223</id>
		</entry>
</feed>
