Quote:
Originally Posted by guvner
Great hack - thank you very much  - working well on 3.6.3 (patched to .4)
Once question - how would I be able to make the image phrase bold - i.e.
Bart Simpson instead of Bart Simpson - can't find the phrases anywhere so I'm guessing your script draws them from the image title?
Mike 
|
This will sort that -
AdminCP -> Styles & Templates -> Style Manager -> [the style you use] -> Edit Templates
Find the image_verification template and open that, look for this code
PHP Code:
$vbphrase[click_image] $question
and replace with this
PHP Code:
$vbphrase[click_image] <strong>$question</strong>
I just tried that out and it works fine for me.
HTH
Jason