<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Style changes (How do I...?)]]></title>
		<link>https://punbb.informer.com/forums/topic/11202/style-changes-how-do-i/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/11202/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Style changes (How do I...?).]]></description>
		<lastBuildDate>Tue, 13 Feb 2007 18:18:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Style changes (How do I...?)]]></title>
			<link>https://punbb.informer.com/forums/post/87266/#p87266</link>
			<description><![CDATA[<p>I found this posting while searching for techniques to remove the View column.&nbsp; I worked it out myself, by making small modifications to the viewforum.php file.&nbsp; I don&#039;t really like hacking the main files directly, as it will doubtless make updates a little tricky, but it&#039;s fast and it works.</p><p>There are two lines to comment out in viewforum.php:</p><div class="codebox"><pre><code>&lt;th class=&quot;tc3&quot; scope=&quot;col&quot;&gt;&lt;?php echo $lang_forum[&#039;Views&#039;] ?&gt;&lt;/th&gt;</code></pre></div><p>and </p><div class="codebox"><pre><code>&lt;td class=&quot;tc3&quot;&gt;&lt;?php echo ($cur_topic[&#039;moved_to&#039;] == null) ? $cur_topic[&#039;num_views&#039;] : &#039; &#039; ?&gt;&lt;/td&gt;</code></pre></div><p>You could comment out these lines using the HTML commenting tags, but then the output of the column will still be visible in source.&nbsp; Not that it&#039;s such a big deal, but I prefer to clean up the source as well, so I comment the lines out with:</p><div class="codebox"><pre><code>&lt;?php /* remove views    &lt;th class=&quot;tc3&quot; scope=&quot;col&quot;&gt;&lt;?php echo $lang_forum[&#039;Views&#039;] ?&gt;&lt;/th&gt;    */ ?&gt;</code></pre></div><p>and </p><div class="codebox"><pre><code>&lt;?php /* remove views    &lt;td class=&quot;tc3&quot;&gt;&lt;?php echo ($cur_topic[&#039;moved_to&#039;] == null) ? $cur_topic[&#039;num_views&#039;] : &#039; &#039; ?&gt;&lt;/td&gt;    */ ?&gt;</code></pre></div><p>This will eliminate those lines from your HTML source altogether.</p>]]></description>
			<author><![CDATA[null@example.com (redneck)]]></author>
			<pubDate>Tue, 13 Feb 2007 18:18:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/87266/#p87266</guid>
		</item>
		<item>
			<title><![CDATA[Style changes (How do I...?)]]></title>
			<link>https://punbb.informer.com/forums/post/66326/#p66326</link>
			<description><![CDATA[<p>I&#039;m setting up a PunBB forum, but the width of the whole thing is very short (around 550px). To save space, I&#039;m trying to change a few things in terms of layout. </p><p>Does anybody know how to do these?</p><p>1) In the viewforum area, <em>remove the &quot;Views&quot; column altogether</em>.</p><p>2) Have the <em>area that displays the topic name longer</em> (the Index » Forum name » Topic Name thing). For longer names, the break seems to be coming in earlier (considering the space available).</p><p>3) Reposition the <em>&#039;poster information&#039; bar so it appears at the top of a post</em>.</p><p>Instead of something like this on the left:<br /></p><div class="codebox"><pre><code>    livatlantis
    Administrator
    Registered: 2006-04-12
    Posts: 2
    IP: 127.0.0.1
    E-mail

    Online</code></pre></div><p>I&#039;d like to remove that bar completely and have a line above every post that reads something like:</p><div class="codebox"><pre><code>    livatlantis, Administrator (2): Online</code></pre></div><p>I&#039;m working on the forum locally, but if my descriptions aren&#039;t clear I could upload them to a public-access server or clarify what I mean.</p><p>I appreciate any help at all, thank you <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (livatlantis)]]></author>
			<pubDate>Wed, 12 Apr 2006 18:53:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/66326/#p66326</guid>
		</item>
	</channel>
</rss>
