<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - How do I move "first poster" name?]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/21606/"/>
	<updated>2009-05-08T11:34:04Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/21606/how-do-i-move-first-poster-name/</id>
		<entry>
			<title type="html"><![CDATA[Re: How do I move "first poster" name?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127523/#p127523"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/13581/</uri>
			</author>
			<updated>2009-05-08T11:34:04Z</updated>
			<id>http://punbb.informer.com/forums/post/127523/#p127523</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I move "first poster" name?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127522/#p127522"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[colak]]></name>
				<uri>http://punbb.informer.com/forums/user/2783/</uri>
			</author>
			<updated>2009-05-08T11:34:00Z</updated>
			<id>http://punbb.informer.com/forums/post/127522/#p127522</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I move "first poster" name?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127505/#p127505"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[timmodular]]></name>
				<uri>http://punbb.informer.com/forums/user/15418/</uri>
			</author>
			<updated>2009-05-08T09:11:48Z</updated>
			<id>http://punbb.informer.com/forums/post/127505/#p127505</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How do I move "first poster" name?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/127478/#p127478"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[timmodular]]></name>
				<uri>http://punbb.informer.com/forums/user/15418/</uri>
			</author>
			<updated>2009-05-07T14:49:58Z</updated>
			<id>http://punbb.informer.com/forums/post/127478/#p127478</id>
		</entry>
</feed>
