cotonti.com : [new plugin] {PAGE_TEXT_ID_XX} https://www.cotonti.com Son konu mesajları Cotonti en Wed, 04 Feb 2026 22:12:50 -0000 Trustmaster
// 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('#\[[^\]]*?$#', '...', $text);
    // Parse the BB-codes or skip them
    if($parse_bbcodes)
    {
        // Parse it
        $text = sed_bbcode_parse($text);
    }
    else $text = preg_replace('#\[[^\]]+?\]#', '', $text);
    return $text;
}
]]>
Çrş, 17 Ara 2008 15:22:51 -0000
medar Tag not works now.]]> Çrş, 17 Ara 2008 06:51:15 -0000 musiconly Çrş, 17 Ara 2008 03:55:04 -0000 medar
Allows tag {PAGE_TEXT_ID_XX}
Tag work in any .tpl file
Displaying content of page (page_text) with id=XX
Link for editing this content included.

I think it may be included in release.]]>
Pzt, 15 Ara 2008 23:46:48 -0000