whitetj wrote:Yep,
I've downloaded and unzipped, and see the xml files, but have no clue what to do with them. I'm actually using another theme/template that I installed (acidtech) but even there is no hint or clue as to what to do with the file(s) that were unzipped. I've even opened the files thinking there'd be a clue in them, but not that I can see.Doug
For example: in the Anti Bot Question.XML you'll see
Open: includes/ucp/ucp_register.php
Via FTP find the ucp_register.php file and using your text editor search feature find the
the following line:
'tz' => request_var('tz', (float) $timezone),
Add this line on a new blank line after the preceding line(s)
'AB_Question' => strtolower(request_var('AB_Question', '')),
The spacing is all screwed up, hopefully you can make sense of my instruction.
Kerry