Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Birthday question

Asked Modified Viewed 3,805 times
A
Acert
A
Acert 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
asked
Member

How to restrict users from changing their birthday?
0 replies

10 posts

D
DawciuPotter
D
Do you have a problem?
Solve it on my site! °° English-speaking forum
DawciuPotter.pl - the whole world in one place
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Delete birhday user field.
0 replies
A
Acert
A
Acert 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

thats is not the idea, because we give points on birthdays, and we don`t want that users change they date for receive this gift more than once a year :)
0 replies
T
Tyler
T
Tyler 10
Helping, would be pointing you in the right direction, not doing it all for you.
  • Member, joined since
  • Contributed 198 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

save records of when points were given...
0 replies
M
miskith
M
My projects:
PHP-Fusion Czech | miskith portfolio | theConnex (In preparation) | Online game (Future project)
  • Member, joined since
  • Contributed 117 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Delete or comment editing in SQL UPDATE...
0 replies
T
Tyler
T
Tyler 10
Helping, would be pointing you in the right direction, not doing it all for you.
  • Member, joined since
  • Contributed 198 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

Rather than defeating the purpose of this feature do as I said above. make a table that stores when the user last got points. even if they do change their birthday they can't get points. this is more work but if some enters wrong birthday they'll be contacting staff asking to change it.
0 replies
M
miskith
M
My projects:
PHP-Fusion Czech | miskith portfolio | theConnex (In preparation) | Online game (Future project)
  • Member, joined since
  • Contributed 117 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Or try this:
/includes/user_fields/user_birthdate_include.php
Line 21
if ($profile_method == "input") {

edit
if ($profile_method == "input" && preg_match("/register\.php/i", $_SERVER['PHP_SELF'])) {
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

Quote

Mittens Returns wrote:

save records of when points were given...

Proper way to do it!
0 replies
A
Acert
A
Acert 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

thanks all :)
0 replies
X
XDyNaZTy
X
  • Junior Member, joined since
  • Contributed 35 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

What do you use to give points?
0 replies
A
Acert
A
Acert 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

score system 1.1
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 10 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

A
A
Acert 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
X
X
  • Junior Member, joined since
  • Contributed 35 posts on the community forums.
  • Started 6 threads in the forums
M
M
My projects:
PHP-Fusion Czech | miskith portfolio | theConnex (In preparation) | Online game (Future project)
  • Member, joined since
  • Contributed 117 posts on the community forums.
  • Started 2 threads in the forums
J
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
D
D
Do you have a problem?
Solve it on my site! °° English-speaking forum
DawciuPotter.pl - the whole world in one place
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 1 thread in the forums
T
T
Tyler 10
Helping, would be pointing you in the right direction, not doing it all for you.
  • Member, joined since
  • Contributed 198 posts on the community forums.
  • Started 3 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet