[URGENT] Age verification script
Permalink
hi, i'me looking for a age verification script for concrete5. I tried several things but it doesn't work.
We're busy with a website for a wine exporter and we need this age verification for law reasons.
Could anybody help me with this?
We're busy with a website for a wine exporter and we need this age verification for law reasons.
Could anybody help me with this?
My guess is that your customer for strictly legal reasons have to "make sure" all visitors are over the age of 18?
The easiest way is just to hardcode a floating layer into the top of all pages in your theme. If a cookie is not set - display the disclaimer floating on top of the rest of the page.
IMPORTANT
When you make the "disclaimer", make sure that searchengines can index the whole site. A SE has no way to fill in a form or push a button so the disclaimer should not prevent indexing.
Have seen many fancy solutions for disclaimers that totally ruins the index and ranking of a page.
The easiest way is just to hardcode a floating layer into the top of all pages in your theme. If a cookie is not set - display the disclaimer floating on top of the rest of the page.
IMPORTANT
When you make the "disclaimer", make sure that searchengines can index the whole site. A SE has no way to fill in a form or push a button so the disclaimer should not prevent indexing.
Have seen many fancy solutions for disclaimers that totally ruins the index and ranking of a page.
I'll be writing an add-on for this tonight hopefully. Bear with me. It'll allow you to set a minimum age to verify and allow you to tie it to IP, Session, or User. Should that suffice?
looking forward to your add-on. I think that would be all. If it's possible, could you make it like i ask in the request.
so when you ask a question like are you over 18?
yes no buttons if yes than go to index.php if no go tohttp://youarenotoldenoughdumbass.com....
is that possible?
or are you gonna make it like:
When are you born?
date:
submit.
when he/she isn't 18 then go tohttp://youarenotoldenoughdumbass.com... else go to index.php
so when you ask a question like are you over 18?
yes no buttons if yes than go to index.php if no go tohttp://youarenotoldenoughdumbass.com....
is that possible?
or are you gonna make it like:
When are you born?
date:
submit.
when he/she isn't 18 then go tohttp://youarenotoldenoughdumbass.com... else go to index.php
It'd be the latter mainly because that's how all the beer companies in the United States do it. If it ends up taking off and I get a few requests I might make it an option. Still working on figuring out the whole architecture so that when I submit this thing it gets approved. Bear with me. :)
i will :) actually can't wait to see the result.
i wondered if you got it done?
working on it this very moment. I had too much fun this weekend, sorry. :)
Still working on it. I've had a time figuring out the way concrete 5 does things but I've got it installing and setting up some default values. Tomorrow I plan on getting it so that you can install the block on a page and set the values up but have it default to something. Day after make sure it's checking everything right and sending them to the right page depending on their response. Then I'll submit it. Sorry for the delay but it is being worked on. Don't want to submit it premature and give you a sloppy product. :)
Oke :) i see. Well take your time so that its stable:)
I will thank you in advance:P
I will thank you in advance:P
Greetings. I don't have time at this moment to figure out concrete 5's system. If you want a "hack" that'll accomplish what your wanting personal message me and I'll help you out. I'll finish this mod it jsut might take some time as I keep messing with C5. :-D
Hello:-) Have you had any luck finishing this?
I have to finish a site for a gentlemen's club and I would like a form to pop up on entry to the home page. I would like the form to contain a button on the bottom with some disclaimer text verifying that the visitor is over 18, but I would also like a form above that that will allow people to enter their email address and/or cell number for text notifications (optional). Any ideas on how I can get this done?
I have to finish a site for a gentlemen's club and I would like a form to pop up on entry to the home page. I would like the form to contain a button on the bottom with some disclaimer text verifying that the visitor is over 18, but I would also like a form above that that will allow people to enter their email address and/or cell number for text notifications (optional). Any ideas on how I can get this done?
Hey, I have an addon that I'm submitting to the market place in the morning that will do the age verification. pm me your email address and what you need to make yours work and I'll send you a copy...
Jon
Jon
Any update on this package? I am currently building a site for a beer company that requires age verification.
Thanks!
Thanks!
No...I never got anywhere at all....I simply put a button on that states they agree that they must be over the age of 18 to enter the site. Let me know if you have any luck and if I come across something I will let you know. Sorry for the delayed reply.
hey,
we just put together a very simple addon. Attached is a screenshot. We are submitting to mp now, and it should be approved soon.
we just put together a very simple addon. Attached is a screenshot. We are submitting to mp now, and it should be approved soon.
Thanks. Keep me updated.
I'm not sure if this method will work with the state laws, but I'll find out. We may need to get a birthdate.
I'm not sure if this method will work with the state laws, but I'll find out. We may need to get a birthdate.
I tried your add-on and it works great.
However, is there any way it can be used to redirect to another page for the age verification?
However, is there any way it can be used to redirect to another page for the age verification?
http://www.concrete5.org/community/forums/block_requests/request-ag...
You haven't mentioned anything about the problem? What are you trying to do? Do you want to check a passport id, do you have a 3rdparty provider to check the data, do you simply want to ask for an age and forward the user to the actual page?
Some details might be helpful.