<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Better forums</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 09 May 2026 11:12:03 -0000</pubDate>

		<item>
			<title>TwistedGA</title>
			<description><![CDATA[Maybe it'll make it into the core, if not, it can be had here atleast.. LOL]]></description>
			<pubDate>ср, 18 мар 2009 03:07:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2379&d=0#post10117]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=10113#10113">#</a> <strong>TwistedGA :</strong>
After a look around and a few minutes in ConTEXT, I came up with a solution to your first request.<br />
<br />
Required two files being edited. core/forums/forums.posts.inc.php and skins/forums.posts.tpl.<br />
<br />
I added:<br />
<div class="highlight"><pre class="php">
	$signature = &quot;&lt;hr /&gt;\n&lt;div class='signature'&gt;&quot;.$row&#091;'user_text'&#093;.&quot;&lt;/div&gt;&quot;;

	if ($row&#091;'user_text'&#093; == '')
        {
          $signature = &quot;&quot;;
        }
</pre></div>
Above the array assignment for the FORUMS_POSTS_ROW items...<br />
<br />
Then I changed:<br />
<div class="highlight"><pre class="php">
		&quot;FORUMS_POSTS_ROW_USERTEXT&quot; =&gt; $row&#091;'user_text'&#093;,
</pre></div>
to:<br />
<div class="highlight"><pre class="php">
		&quot;FORUMS_POSTS_ROW_USERTEXT&quot; =&gt; $signature,
</pre></div>
<br />
And finally, inside the forums.posts.tpl, I removed the &lt;div&gt; tags around:<br />
{FORUMS_POSTS_ROW_USERTEXT}<br />
<br />
Works awsome.. Really does help remove the unsghtlyness of not having a signature stored.<br />
</blockquote>
<br />
Wohhoo! Thats great, thanks!  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/grin.gif" alt=":-D" />]]></description>
			<pubDate>ср, 18 мар 2009 02:49:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2379&d=0#post10115]]></link>
		</item>
		<item>
			<title>TwistedGA</title>
			<description><![CDATA[After a look around and a few minutes in ConTEXT, I came up with a solution to your first request.<br />
<br />
Required two files being edited. core/forums/forums.posts.inc.php and skins/forums.posts.tpl.<br />
<br />
I added:<br />
<div class="highlight"><pre class="php">
	$signature = &quot;&lt;hr /&gt;\n&lt;div class='signature'&gt;&quot;.$row&#091;'user_text'&#093;.&quot;&lt;/div&gt;&quot;;

	if ($row&#091;'user_text'&#093; == '')
        {
          $signature = &quot;&quot;;
        }
</pre></div>
Above the array assignment for the FORUMS_POSTS_ROW items...<br />
<br />
Then I changed:<br />
<div class="highlight"><pre class="php">
		&quot;FORUMS_POSTS_ROW_USERTEXT&quot; =&gt; $row&#091;'user_text'&#093;,
</pre></div>
to:<br />
<div class="highlight"><pre class="php">
		&quot;FORUMS_POSTS_ROW_USERTEXT&quot; =&gt; $signature,
</pre></div>
<br />
And finally, inside the forums.posts.tpl, I removed the &lt;div&gt; tags around:<br />
{FORUMS_POSTS_ROW_USERTEXT}<br />
<br />
Works awsome.. Really does help remove the unsghtlyness of not having a signature stored.]]></description>
			<pubDate>ср, 18 мар 2009 01:38:33 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2379&d=0#post10113]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[I would like to see a better forum system.<br />
<br />
<ul>
When a user has no signature set it doesnt show up at all in the forum (like phpBB).<br />
A good attach feature.<br />
</ul>
<br />
More will come just have to remember all the things i found.]]></description>
			<pubDate>ср, 18 мар 2009 01:06:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2379&d=0#post10110]]></link>
		</item>
	</channel>
</rss>