|
|
Re:Age Plugin - Shows age at stats menu
|
|
Date: 2006/11/08 21:18
|
By: Dhay
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
|
Can this work as an age verification tool? I would like it to refuse registration if the user is under 18 years old.
|
|
The administrator has disabled public write access. |
|
|
|
Re:Age Plugin - Shows age at stats menu
|
|
Date: 2006/11/08 23:14
|
By: houbahop
|
Status: User
|
|
|
Karma: 9  
|
|
Senior Joomlapolitan  | Posts: 99 |   | |
|
Dhay wrote: Can this work as an age verification tool? I would like it to refuse registration if the user is under 18 years old.
Well, basically trigers can perform some database work (insert,delete,update and some other computings like maths, based on your fields. So you can use it to delete an user just after his registration if he doesn't match your criterias, but the weak point is that there will not be any comunication with the user.
To inform it, you must modify joomlapolis source code or an other and more reliable way would be to use a cool cb feature :
- you can specify to cb a webpage to launch after the FIRST login of a new user. Then tell to CB to launch a php script that check the age of the latest user and if it's not ok, you can delete it and print a message to inform the user that is account has been deleted
I have used this to make my registered becoming author automatically after the first login.
Good luck,
Houbahop. My mp3 player plugin for CB : http://www.joomlapolis.com/components/com_joomlaboard/uploaded/files/extract_me_1st.zip
|
|
The administrator has disabled public write access. |
|
|
|
Re:Age Plugin - Shows age at stats menu
|
|
Date: 2006/11/21 12:10
|
By: joseph21
|
Status: User
|
|
|
Karma: 1  
|
|
Junior Joomlapolitan  | Posts: 37 |   | |
|
|
How can we place the AGE inside the profile information tab? and I would like to add the Name as well to the tab. How to do this? Thanks.
|
|
The administrator has disabled public write access. |
|
|
|
Re:Age Plugin - Shows age at stats menu
|
|
Date: 2006/11/21 16:00
|
By: trail
|
Status: Admin
|
|
|
Karma: 638  
|
|
Admin  | Posts: 472 |   | |
|
this small plugin is designed for display in the statistics area.. it won't display in any tab..
it does what it says it does and it won't do anything else, development has finished unless someone comes up with a great idea.. like also calculate and add starsigns.. but that became a new plugin.. 
no i guess this is all it does and it will probably never do more.. it really is the smallest plugin DJ Trail. CB Co-Founder & Test-Lead. Plugins: My Age, Starsign Matchmaking Horoscope, My Visitor, My Highscores, My ProfileID, My Components: Import & Invite Karma Casino (Use Test / Test) My Modules: Many 
|
|
The administrator has disabled public write access. |
|
|
|
Re:Age Plugin - Shows age at stats menu
|
|
Date: 2006/11/24 04:36
|
By: joseph21
|
Status: User
|
|
|
Karma: 1  
|
|
Junior Joomlapolitan  | Posts: 37 |   | |
|
Thanks DjTrail Nevertheless I still like the plugin even if its there in the stats area. Looking forward to test the add start sign (zodiac sign) too.
|
|
The administrator has disabled public write access. |
|
|
|
Re:Age Plugin - Shows age at stats menu
|
|
Date: 2006/12/15 20:54
|
By: spaantje
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
trail wrote: Please report your exeperiences here in this thread.
This is my first plugin.. BE WARNED !!
plug_agev0.2.zip
~Trail.
When i donwload this package it won't work.
But when i edit age.php - line 59
| Code: | $agetekst = $params->get('ageText', "Age");
|
to >
| Code: | $agetext = $params->get('ageText', "Age");
|
($agetekst > $agetext)
Than it works well.
Greetz,
Spaantje
|
|
The administrator has disabled public write access. |
|
|