PDA

View Full Version : where to set this flag var $show['coppa']


vicelover
03-17-2010, 12:37 PM
Hi,

I'd like to set this flag from admin plat of vBulletin.

<vb:if condition="$show['coppa']">

Anyone knows where to set it?

Thanks for helps.

Vaupell
03-18-2010, 01:49 PM
Well im almost sure its changed in one of the .php files..


But if you need to check coppe use

AdminCP > settings > options > User registration options :
COPPA Registration System.

it have 3 settings
0|coppa_disabled
1|coppa_enabled
2|deny_under_13_registration

and instead is checked via
for php :
$usecoppa = $vbulletin->options['usecoppa']
for templates :
{vb:raw vboptions['usecoppa']}

hope it helps

vicelover
03-19-2010, 01:21 PM
Well im almost sure its changed in one of the .php files..


But if you need to check coppe use

AdminCP > settings > options > User registration options :
COPPA Registration System.

it have 3 settings
0|coppa_disabled
1|coppa_enabled
2|deny_under_13_registration

and instead is checked via
for php :
$usecoppa = $vbulletin->options['usecoppa']
for templates :
{vb:raw vboptions['usecoppa']}

hope it helps

Thanks, had solved it.

Vaupell
03-19-2010, 03:37 PM
Thanks, had solved it.

and you didnt post a update with your solution...

thats unheard off.. might ewen be rude! :down:

vicelover
03-21-2010, 07:54 AM
and you didnt post a update with your solution...

thats unheard off.. might ewen be rude! :down:

Sorry, I posted a wrong question. Thanks for your concern.