<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - How do I move "first poster" name?]]></title>
		<link>http://punbb.informer.com/forums/topic/21606/how-do-i-move-first-poster-name/</link>
		<description><![CDATA[The most recent posts in How do I move "first poster" name?.]]></description>
		<lastBuildDate>Fri, 08 May 2009 11:34:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How do I move "first poster" name?]]></title>
			<link>http://punbb.informer.com/forums/post/127523/#p127523</link>
			<description><![CDATA[<p>Actually, the poster name on the same row as a topic title is a bug fixed in 1.3.3. You can undo the fix.</p><p>Find this code in <a href="http://punbb.informer.com/trac/browser/punbb/trunk/style/Oxygen/Oxygen.css#L970">Oxygen.css (line 970)</a>:</p><div class="codebox"><pre><code>.brd .main-content .main-item .item-subject .hn,
.brd .main-content .main-item .item-subject p {
    margin: 0 0 0 1.5em;
    }</code></pre></div><p>Change it to</p><div class="codebox"><pre><code>.brd .main-content .main-item .item-subject .hn{
    margin: 0 0 0 1.5em;
    display: inline;
    }

.brd .main-content .main-item .item-subject p {
    margin: 0;
    display: inline;
    }</code></pre></div><p>However, if you undo the fix you&#039;ll probably encounter <a href="http://punbb.informer.com/forums/topic/20519/item-subject-wrapping-with-indent/">another bug</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Fri, 08 May 2009 11:34:04 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127523/#p127523</guid>
		</item>
		<item>
			<title><![CDATA[Re: How do I move "first poster" name?]]></title>
			<link>http://punbb.informer.com/forums/post/127522/#p127522</link>
			<description><![CDATA[<p>Maybe it&#039;s not the most technical way but I always use css to hide content.</p><p>Try</p><div class="codebox"><pre><code>.item-starter{display:none;}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (colak)]]></author>
			<pubDate>Fri, 08 May 2009 11:34:00 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127522/#p127522</guid>
		</item>
		<item>
			<title><![CDATA[Re: How do I move "first poster" name?]]></title>
			<link>http://punbb.informer.com/forums/post/127505/#p127505</link>
			<description><![CDATA[<p>See picture here:<br /><a href="http://www.ladda-upp.com/bilder/19435/example">http://www.ladda-upp.com/bilder/19435/example</a></p>]]></description>
			<author><![CDATA[dummy@example.com (timmodular)]]></author>
			<pubDate>Fri, 08 May 2009 09:11:48 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127505/#p127505</guid>
		</item>
		<item>
			<title><![CDATA[How do I move "first poster" name?]]></title>
			<link>http://punbb.informer.com/forums/post/127478/#p127478</link>
			<description><![CDATA[<p>How do i show &quot;by _first poster name_ &quot; on the same row at right of post topic, like on this site:<br /><a href="http://www.greek-expats.nl/forum/viewforum.php?id=15">http://www.greek-expats.nl/forum/viewforum.php?id=15</a></p><p>Even when I try to load same .css the first poster name&nbsp; shows up on a second row under post topic.</p>]]></description>
			<author><![CDATA[dummy@example.com (timmodular)]]></author>
			<pubDate>Thu, 07 May 2009 14:49:58 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127478/#p127478</guid>
		</item>
	</channel>
</rss>
