PDA

View Full Version : Certificate problem


smartdesigners
11-02-2007, 12:21 PM
Their is a bule box (barcode at the bottom of my certificates, how do i remove this, picture attached

den
11-02-2007, 12:28 PM
includes/config.inc.php
lines at the bottom

$JLMS_CONFIG->set('crtf_option_code_barcode', true);
$JLMS_CONFIG->set('crtf_option_code_string', true);

change to

$JLMS_CONFIG->set('crtf_option_code_barcode', false);
$JLMS_CONFIG->set('crtf_option_code_string', false);

smartdesigners
11-02-2007, 12:35 PM
excellent thanks

andreas
11-02-2007, 02:26 PM
The bar code was one of the later inventions in JoomlaLMS, making the certificate a little safer against fraudulent use, as the barcode number allows some verification of the certificate (though not fully automated - yet).
So thanks Den for sharing how to turn it off! Yet at the same time we changed the certificates so as to accomodate the barcode....