Log in

View Full Version : reCAPTCHA in vb3.8.4


iyama
09-02-2009, 11:37 AM
Why is my reCAPTCHA not working any more in vb3.8.4? ;)

Renew my keys + look al the settings +php5 and still nothing :(

Anyone now how that can be fixed?

iyama
09-03-2009, 03:36 PM
No one to help?

Videx
09-03-2009, 09:04 PM
How did you add recaptcha? I don't think it comes with vb, so you must have used a modification. Find the mod and search that thread for clues.

If I'm wrong and vb does come with it now, go to vb.com and search for clues.

A lot of us have done away with captcha now and just use a question instead.

iyama
09-11-2009, 04:21 PM
reCAPTCHA is inside VB, there is no mod needed.

And its still not working :(

Lynne
09-11-2009, 04:42 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.