bBBOARDv2 About UsOrderingTerms/PrivacyManualsSupportFeaturesDemo
Client Login
Welcome to bbBOARD!

NAME

Backend/Func/CustFldsEdit.pm - editing Custom Fields


DESCRIPTION

This function displays the HTML input boxes needed for the user to edit the Custom Fields for their post.


USAGE

    my $html = $self->CustFldsEdit($fid, $gpid_num);

Example

    my $fid = $self->_param('fid');
    my $gpid = $self->_param('gpid');
    $ret .= $self->CustFldsEdit($fid, $gpid);
 
bbBOARD
© Copyright 2003-2004 bbNetwork Ltd