Back to vBulletin 5.x Products & Extensions

Simple Age Restriction for Forums
Mod Version: 1.00, by Necrophyte

vB Version: 5.2.3 Rating: (1 vote - 5.00 average) Installs: 5
Released: 21 Aug 2016 Last Update: Never Downloads: 0
Not Supported  

I've seen a few folks looking around for something like this. I have an age limit of 16 on our forums. While this isn't an actually file you can click and download and here you go. It's very simple to do, and will take approx 10 minutes.

In your forums location /core/vb/library there will be a file user.php
Do a search for 'needsCoppa'. You'll find a public function near line 753.

Look for:

Code:
				$cutoff = strtotime(date("Y-m-d", time()) . '- 13 years');
And change the 13 to your age limit.
also 2 lines down from that change

Code:
				$cutoff = strtotime(date("Y-m-d", vB::getRequest()->getTimeNow()) . '- 13 years');
Again. Change 13 to your age limit.

Then go to your admincp. Language and phrases, then Search in Phrases. Make sure to select in Phrase text, and variables. Search for coppa.
Edit all the text that has 13 to the age limit you desire.

Then in admincp, under settings->options then select User registration options. Look for Coppa registration System. Change this to deny access for people under age X.
I recommend changing COPPA Registration System Cookie Check to yes as well.
Save the changes.

That's it. Your done. You now have age restriction on your site.

Download

No files for download.

Similar Mods

Miscellaneous Hacks vBulletin Total Restriction (4 Restriction Features till now) Modification Graveyard

vblts.ru supports vBulletin®, 2022-2024