<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : automatic more link for rss</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 19:28:47 -0000</pubDate>

		<item>
			<title>Gökhan YILDIZ</title>
			<description><![CDATA[show up to a specific character, and then automatically continue rss link to put;<br />
<br />
open rss.php<br />
<br />
find:<br />
<div class="highlight"><pre class="php">
if ($readmore &gt; 0)
{
$pag_html = mb_substr($pag_html, 0, $readmore);
$pag_html .= &quot; &lt;span class=\&quot;readmore\&quot;&gt;&lt;a href=https://www.cotonti.com/\&quot;&quot;.$pag_pageurl.&quot;\&quot;&gt;&quot;.$L&#091;'ReadMore'&#093;.&quot;&lt;/a&gt;&lt;/span&gt;&quot;;
}
</pre></div>
add after:<br />
<div class="highlight"><pre class="php">
else { $pag_html = substr($pag_html, 0, 250).&quot; &lt;a href=https://www.cotonti.com/\&quot;&quot;.$pag_pageurl.&quot;\&quot;&gt;read more&lt;/a&gt;&quot;;}
</pre></div>
find:<br />
<div class="highlight"><pre class="php">
if ($readmore&gt;0)
{
$pag_text = mb_substr($pag_text, 0, $readmore);
$pag_text .= &quot; &lt;span class=\&quot;readmore\&quot;&gt;&lt;a href=https://www.cotonti.com/\&quot;&quot;.$pag_pageurl.&quot;\&quot;&gt;&quot;.$L&#091;'ReadMore'&#093;.&quot;&lt;/a&gt;&lt;/span&gt;&quot;;
}
</pre></div>
add after:<br />
<div class="highlight"><pre class="php">
else { $pag_text = substr($pag_text, 0, 250).&quot;&lt;a href=https://www.cotonti.com/\&quot;&quot;.$pag_pageurl.&quot;\&quot;&gt;read more&lt;/a&gt;&quot;;}
</pre></div>
P.S: <br />
<div class="highlight"><pre class="php">substr($pag_text, 0, 250)</pre></div> <strong>250</strong>= rss character limit]]></description>
			<pubDate>Пн, 04 Січ 2010 19:06:57 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5127&d=0#post21958]]></link>
		</item>
	</channel>
</rss>