bBBOARDv2 About UsOrderingTerms/PrivacyManualsSupportFeaturesDemo
Client Login
Welcome to bbBOARD!

NAME

Backend/Func/DynamicBbCode.pm - Dynamic BbCode


DESCRIPTION

This function parses several Dynamic bbCodes and returns a HTML string of the parsed content. Some bbCodes cannot be pre-parsed - they are instead parsed on the actual page load, here in DynamicBbCode.pm. This function should only be called when the user is actually viewing the content - not when storing the content.


USAGE

    my $html = $self->DynamicBbCode($string);

Example

    my $cont = "[time=1234567890]";
    $ret .= $self->DynamicBbCode($cont);
 
bbBOARD
© Copyright 2003-2004 bbNetwork Ltd