Thanks for your reply - the only setting in the tab (there is none in the plugin) that deals with this is:
Code:
Karmaware: This plugin is JPkarmaware and was created by me, Trail. If you use this JPKarmaWare plugin you have to pay me due Karma
Did you pay me due karma for this karmaware plugin on www.joomlapolis.com ?: No Yes
Seems no matter whether you select yes or no, it is ignored on the user profile, so I have had to delete the following code (line 209 to line 220) from .../components/com_comprofiler/plugin/user/plug_cblastviewstab/cb.lastviews.php - if there is another way please let me know.
Code:
if ( $JPKarmaWare != '1' ) {
$return .= '<tr>'
. '<td align="center" class="sectiontableentry1" colspan="' . $colspan . '">'
. '<font color="darkred"><b>©</b></font>'
. 'by <a href="http://www.djtrail.nl" target="_blank">djTrail</a> Released as JPKarmaware :) '
. '<a href="http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,2308/catid,13/" target="_blank">'
. '<u>Click here to pay due karma</u>'
. '</a> :)'
. '</td>'
. '</tr>';
}
$return .= '</table>';
return $return;
}
Thanks a lot
Cliff