5
Another possibility (for future reference for other users, is to:
Edit spotlight/includes/functions.php around line 418:
Change:
le="color: #000000"><?php if (isset($xoopsModuleConfig['stopshouting'])) { return $string; }
to:
le="color: #000000"><?php if ($xoopsModuleConfig['stopshouting'] == 0) { return $string; }
This may or may not work depending on your version, but it worked for me when I had a problem where I could not use all upper case for things like acronyms and such.