<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Layout of a forum, how do I modify 'x'?]]></title>
		<link>https://punbb.informer.com/forums/topic/9115/layout-of-a-forum-how-do-i-modify-x/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/9115/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Layout of a forum, how do I modify 'x'?.]]></description>
		<lastBuildDate>Fri, 14 Oct 2005 09:47:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Layout of a forum, how do I modify 'x'?]]></title>
			<link>https://punbb.informer.com/forums/post/54279/#p54279</link>
			<description><![CDATA[<p>1) I don&#039;t think I want to add those information just yet, so a narrower userdetails area is good.</p><p>2) For the bold, I do indeed want to use CSS. But I believe there&#039;s already a CSS property for that element, I just want to know which, so that I can make it bold. </p><p>3) Thanks! <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> But which file do I edit?</p>]]></description>
			<author><![CDATA[null@example.com (livatlantis)]]></author>
			<pubDate>Fri, 14 Oct 2005 09:47:08 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/54279/#p54279</guid>
		</item>
		<item>
			<title><![CDATA[Re: Layout of a forum, how do I modify 'x'?]]></title>
			<link>https://punbb.informer.com/forums/post/54278/#p54278</link>
			<description><![CDATA[<p>1) for what? it&#039;s usefull... later you can put under username suck information, as icq, jabber, other messangers, ftp for example etc.<br />2) where? on what page? just put it in the &lt;strong&gt; tag, or add 2css smth like &quot;font-weight: bold&quot;</p>]]></description>
			<author><![CDATA[null@example.com (seva)]]></author>
			<pubDate>Fri, 14 Oct 2005 09:41:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/54278/#p54278</guid>
		</item>
		<item>
			<title><![CDATA[Re: Layout of a forum, how do I modify 'x'?]]></title>
			<link>https://punbb.informer.com/forums/post/54277/#p54277</link>
			<description><![CDATA[<p>3) <br />find this:<br /></p><div class="codebox"><pre><code>&lt;div class=&quot;linkst&quot;&gt;
        &lt;div class=&quot;inbox&quot;&gt;
                &lt;p class=&quot;pagelink conl&quot;&gt;&lt;?php echo $paging_links ?&gt;&lt;/p&gt;
                &lt;p class=&quot;postlink conr&quot;&gt;&lt;?php echo $post_link ?&gt;&lt;/p&gt;
                &lt;ul&gt;&lt;li&gt;&lt;a href=&quot;index.php&quot;&gt;&lt;?php echo $lang_common[&#039;Index&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt; » &lt;a href=&quot;viewforum.php?id=&lt;?php echo $cur_topic[&#039;forum_id&#039;] ?&gt;&quot;&gt;&lt;?php echo pun_htmlspecialchars($cur_topic[&#039;forum_name&#039;]) ?&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt; » &lt;?php echo pun_htmlspecialchars($cur_topic[&#039;subject&#039;]) ?&gt;&lt;/li&gt;&lt;/ul&gt;
                &lt;div class=&quot;clearer&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;</code></pre></div><p>change it to:<br /></p><div class="codebox"><pre><code>&lt;div class=&quot;linkst&quot;&gt;
        &lt;div class=&quot;inbox&quot;&gt;
                &lt;p class=&quot;pagelink conl&quot;&gt;&lt;?php echo $paging_links ?&gt;&lt;/p&gt;
                &lt;p class=&quot;postlink conr&quot;&gt;&lt;?php echo $post_link ?&gt;&lt;/p&gt;
                &lt;ul&gt;&lt;li&gt;&lt;a href=&quot;index.php&quot;&gt;&lt;?php echo $lang_common[&#039;Index&#039;] ?&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt; » &lt;a href=&quot;viewforum.php?id=&lt;?php echo $cur_topic[&#039;forum_id&#039;] ?&gt;&quot;&gt;&lt;?php echo pun_htmlspecialchars($cur_topic[&#039;forum_name&#039;]) ?&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;?php echo pun_htmlspecialchars($cur_topic[&#039;subject&#039;]) ?&gt;&lt;/li&gt;&lt;/ul&gt;
                &lt;div class=&quot;clearer&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (seva)]]></author>
			<pubDate>Fri, 14 Oct 2005 09:37:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/54277/#p54277</guid>
		</item>
		<item>
			<title><![CDATA[Layout of a forum, how do I modify 'x'?]]></title>
			<link>https://punbb.informer.com/forums/post/54276/#p54276</link>
			<description><![CDATA[<p>Hey all,</p><p>Here&#039;s my new PunBB installation with &quot;PowerofMetal&quot; theme (my theme, a modification of Sulpher). I&#039;ve discussed with Rickard about the copyright, by the way.</p><p><a href="http://www.powerofmetal.net/forum/">http://www.powerofmetal.net/forum/</a></p><br /><p>While I&#039;ve done some modification, thanks to well-commented CSS, I still have some things I haven&#039;t figured out. I&#039;d appreciate your help with these: <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><br /><p>1) How can I decrease the length of the user info area in posts? Posts like this (<a href="http://www.powerofmetal.net/forum/viewtopic.php?pid=5#p5">http://www.powerofmetal.net/forum/viewt … p?pid=5#p5</a>) look strange because that area at the left is too wide.</p><p>3) How do I get the category names to be bold. They&#039;re blue, but I want them to be bold as well (in stardard PunBB CSS document).</p><p>3) I want a &lt;br&gt; in the forum tree (Index » Forum » Post) before the post name. Where can I find the code to do this?</p><br /><p>And thanks! I&#039;ve found that the PunBB user community is really helpful!</p>]]></description>
			<author><![CDATA[null@example.com (livatlantis)]]></author>
			<pubDate>Fri, 14 Oct 2005 08:52:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/54276/#p54276</guid>
		</item>
	</channel>
</rss>
