cotonti.com : [new plugin] {PAGE_TEXT_ID_XX} https://www.cotonti.com Laatste forum onderwerpen Cotonti en Wed, 25 Mar 2026 02:43:23 -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;
}
]]>
Wo, 17 Dec 2008 15:22:51 -0000
medar Tag not works now.]]> Wo, 17 Dec 2008 06:51:15 -0000 musiconly Wo, 17 Dec 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.]]>
Ma, 15 Dec 2008 23:46:48 -0000