<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Disable thread topic showing at the top of every post?]]></title>
		<link>https://punbb.informer.com/forums/topic/29598/disable-thread-topic-showing-at-the-top-of-every-post/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/29598/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Disable thread topic showing at the top of every post?.]]></description>
		<lastBuildDate>Sat, 12 Dec 2020 03:15:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/158553/#p158553</link>
			<description><![CDATA[<div class="quotebox"><cite>Visman wrote:</cite><blockquote><p>try<br /></p><div class="codebox"><pre><code>.post:not(.firstpost) h4.entry-title {
    display: none;
}</code></pre></div></blockquote></div><br /><p>Of course, good old fashioned css when nothing else works.</p><p>Thank you for the piece of code, it takes care of seeing that title repeat again and again.</p>]]></description>
			<author><![CDATA[null@example.com (KamWest)]]></author>
			<pubDate>Sat, 12 Dec 2020 03:15:16 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/158553/#p158553</guid>
		</item>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/158552/#p158552</link>
			<description><![CDATA[<p>try<br /></p><div class="codebox"><pre><code>.post:not(.firstpost) h4.entry-title {
    display: none;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Visman)]]></author>
			<pubDate>Sat, 12 Dec 2020 03:07:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/158552/#p158552</guid>
		</item>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/158551/#p158551</link>
			<description><![CDATA[<div class="quotebox"><cite>abdulhalim wrote:</cite><blockquote><p>Do you want to disable post headers ( Topic and RE: ) ? </p><p>just go to style\Oxygen\Oxygen.min.css</p><p>go to line : 2629<br />find out :&nbsp; </p><div class="codebox"><pre><code>.post-entry .entry-title{
    text-indent: 0;
    visibility: visible;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    position: static;    
}</code></pre></div><p>add Display:none ;&nbsp; </p><p>like this</p><div class="codebox"><pre><code>.post-entry .entry-title{
    text-indent: 0;
    visibility: visible;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    position: static;
    display:none;
}</code></pre></div><p>Just like this , but PanBB.RU wrote a great plugin for this</p><p>Thank You PanBB.Ru <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><br /><p>Works, except it removes the title from the first post too, it would need to stay there.</p><p>The extension everyone is talking about seems to be a dead link so I tried the edit above but to completely remove the titel is not an option.</p>]]></description>
			<author><![CDATA[null@example.com (KamWest)]]></author>
			<pubDate>Fri, 11 Dec 2020 20:26:05 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/158551/#p158551</guid>
		</item>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/156687/#p156687</link>
			<description><![CDATA[<p>Solved, it&#039;s in the language file for topics.</p>]]></description>
			<author><![CDATA[null@example.com (paulcambull)]]></author>
			<pubDate>Mon, 05 Dec 2016 23:16:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/156687/#p156687</guid>
		</item>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/156606/#p156606</link>
			<description><![CDATA[<p>Is there I way to modify the PHP so that I can take the &#039;RE:&#039; out and just leave the title?</p><p>It makes a significant difference when working with RSS exports.</p>]]></description>
			<author><![CDATA[null@example.com (paulcambull)]]></author>
			<pubDate>Thu, 17 Nov 2016 22:35:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/156606/#p156606</guid>
		</item>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/156091/#p156091</link>
			<description><![CDATA[<p>abdulhalim is right ,it is so easy</p>]]></description>
			<author><![CDATA[null@example.com (maliyas)]]></author>
			<pubDate>Sun, 03 Jul 2016 04:05:31 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/156091/#p156091</guid>
		</item>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/155014/#p155014</link>
			<description><![CDATA[<p>Do you want to disable post headers ( Topic and RE: ) ? </p><p>just go to style\Oxygen\Oxygen.min.css</p><p>go to line : 2629<br />find out :&nbsp; </p><div class="codebox"><pre><code>.post-entry .entry-title{
    text-indent: 0;
    visibility: visible;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    position: static;    
}</code></pre></div><p>add Display:none ;&nbsp; </p><p>like this</p><div class="codebox"><pre><code>.post-entry .entry-title{
    text-indent: 0;
    visibility: visible;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    position: static;
    display:none;
}</code></pre></div><p>Just like this , but PanBB.RU wrote a great plugin for this</p><p>Thank You PanBB.Ru <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (abdulhalim)]]></author>
			<pubDate>Tue, 08 Sep 2015 15:23:12 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/155014/#p155014</guid>
		</item>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/155011/#p155011</link>
			<description><![CDATA[<div class="quotebox"><cite>PanBB.Ru wrote:</cite><blockquote><p>Try this [url=http://[panbb.ru]/forum/t132-rasshireniya-na-russkom-individualnyi-zagolovok-dlya-kazhdogo-soobshcheniya.html]Header In Each Message[/url].</p></blockquote></div><p>Sorry, I don&#039;t speak Russian, and from what I can tell with google translate this doesn&#039;t seem to let you choose not to display the thread title at the top of each post? But rather lets you put a custom topic for each post. Which I am not interested in doing.</p><p>If there&#039;s a way to do it, I&#039;d really appreciate your help.</p>]]></description>
			<author><![CDATA[null@example.com (tubesockfan)]]></author>
			<pubDate>Mon, 07 Sep 2015 21:49:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/155011/#p155011</guid>
		</item>
		<item>
			<title><![CDATA[Re: Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/154983/#p154983</link>
			<description><![CDATA[<p>Try this [url=http://[panbb.ru]/forum/t132-rasshireniya-na-russkom-individualnyi-zagolovok-dlya-kazhdogo-soobshcheniya.html]Header In Each Message[/url].</p>]]></description>
			<author><![CDATA[null@example.com (PanBB.Ru)]]></author>
			<pubDate>Wed, 26 Aug 2015 06:21:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/154983/#p154983</guid>
		</item>
		<item>
			<title><![CDATA[Disable thread topic showing at the top of every post?]]></title>
			<link>https://punbb.informer.com/forums/post/154981/#p154981</link>
			<description><![CDATA[<p>This seems a really redundant addition to 1.4.3 and it would be great to be able to turn it off... it ends up gunking up threads pretty bad:</p><p><span class="postimg"><img src="http://i.imgur.com/NRhcHLx.png" alt="http://i.imgur.com/NRhcHLx.png" /></span></p><p>Multiplied by however many posts are on the page, this ends up taking up a lot of screen real estate and doesn&#039;t add anything.</p><p>Can we get a patch to turn it off?</p>]]></description>
			<author><![CDATA[null@example.com (tubesockfan)]]></author>
			<pubDate>Tue, 25 Aug 2015 18:57:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/154981/#p154981</guid>
		</item>
	</channel>
</rss>
