bBBOARDv2 About UsOrderingTerms/PrivacyManualsSupportFeaturesDemo
Client Login
Welcome to bbBOARD!

NAME

Backend/Func/CustFldsDisplay.pm - Custom Field Values


DESCRIPTION

This function displays a HTML table with the passed-in Custom Field values.


USAGE

    my $html = $self->CustFldsDisplay($fields_hashref, $gpid_num);

Example

    my $fields = # ... list of custom fields for the current forum
    my $gpid = $self->_param('gpid');
    $ret .= $self->CustFldsDisplay($fields, $gpid);
 
bbBOARD
© Copyright 2003-2004 bbNetwork Ltd