<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : [new plugin] {PAGE_TEXT_ID_XX}</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 13 May 2026 21:55:17 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[You could make a shortened version {PAGE_TEXT_SHORT_ID_XX} using something like this:<br />
<div class="highlight"><pre class="php">// Cutpost
function sed_cutpost($text, $max_chars, $parse_bbcodes = true)
{
    $text = $max_chars == 0 ? $text : sed_cutstring(strip_tags($text), $max_chars);
    // Fix partial cuttoff
    $text = preg_replace('#\&#091;&#091;^\&#093;&#093;*?$#', '...', $text);
    // Parse the BB-codes or skip them
    if($parse_bbcodes)
    {
        // Parse it
        $text = sed_bbcode_parse($text);
    }
    else $text = preg_replace('#\&#091;&#091;^\&#093;&#093;+?\&#093;#', '', $text);
    return $text;
}</pre></div>]]></description>
			<pubDate>Wed, 17 Dec 2008 15:22:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=605&d=0#post1706]]></link>
		</item>
		<item>
			<title>medar</title>
			<description><![CDATA[Output page as is.<br />
Tag <!--more--> not works now.]]></description>
			<pubDate>Wed, 17 Dec 2008 06:51:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=605&d=0#post1699]]></link>
		</item>
		<item>
			<title>musiconly</title>
			<description><![CDATA[Does this show shortened page text, like first 100 characters of page text and then it automatically brakes it and gives (more) code?]]></description>
			<pubDate>Wed, 17 Dec 2008 03:55:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=605&d=0#post1684]]></link>
		</item>
		<item>
			<title>medar</title>
			<description><![CDATA[See in branch - pagetextbyidn.<br />
<br />
Allows tag {PAGE_TEXT_ID_XX}<br />
Tag work in any .tpl file<br />
Displaying content of page (page_text) with id=XX<br />
Link for editing this content included.<br />
<br />
I think it may be included in release.]]></description>
			<pubDate>Mon, 15 Dec 2008 23:46:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=605&d=0#post1656]]></link>
		</item>
	</channel>
</rss>