cotonti.com : [new plugin] {PAGE_TEXT_ID_XX} https://www.cotonti.com Последние сообщения в теме Cotonti en Thu, 16 Oct 2025 11:39:09 -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;
}
]]>
ср, 17 дек 2008 15:22:51 -0000
medar Tag not works now.]]> ср, 17 дек 2008 06:51:15 -0000 musiconly ср, 17 дек 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.]]>
пн, 15 дек 2008 23:46:48 -0000