Hmm... still having issues. The 1st one doesn't work at all. I've been putting it in as
PHP Code:
if ((($current['year'] - $vbulletin->GPC['year']) < $vbulletin->options['minjoinage']) OR ((($current['year'] - $vbulletin->GPC['year']) == $vbulletin->options['minjoinage']) AND (($vbulletin->GPC['month'] < $current['month']) OR ($vbulletin->GPC['month'] == $current['month'] AND $current['day'] < $vbulletin->GPC['day'])))
{
eval(standard_error(fetch_error('underage_registration_denied', $vbulletin->options['minjoinage'])));
}
The code produces a parse error anytime you try Registering.
and the 2nd code. Trying it by itself or with the
PHP Code:
{
eval(standard_error(fetch_error('underage_registration_denied', $vbulletin->options['minjoinage'])));
}
part won't let any registration seem to work. Tried a few dates that should of worked and didn't
BTW Thanks for responding. It's greatly appreciated