Jamroom forum not sending notifications
Using Jamroom
I did not fix anything, Only thing that I did that may have had an effect was to run the integrity check tool.
glad its working.
if (!empty($_field['class'])) {
$cls .= ' ' . $_field['class'];
$cls .= ' live_search_' . $_field['live_search_original_name'];
unset($_field['class']);
}
$(".live_search_mymod_profile").on( "change", function() {
var id = $('.live_search_text').attr('id');
id.on( "change", function() {
var id = $('.live_search_text').attr('id');
$('#' + id).on( "change", function() {