# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.php +++ components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.php @@ -494,7 +494,12 @@ } if ( $format ) { - $return = $cbUser->replaceUserVars( $format ); \ No newline at end of file + $extra = array( + 'karmaplus' => ( isset( $msg_params['karmaplus'] ) ? $msg_params['karmaplus'] : null ), + 'karmaminus' => ( isset( $msg_params['karmaminus'] ) ? $msg_params['karmaminus'] : null ) + ); + + $return = $cbUser->replaceUserVars( $format, false, true, $extra ); \ No newline at end of file } } elseif ( $mode === 3 ) { //Expert include_once( $_CB_framework->getCfg( 'absolute_path' ) . '/components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/view/cb.simpleboardtab.sidebar.php' );