Forums / Setup & design / Displaying specific folders to users of a minimum age

Displaying specific folders to users of a minimum age

Author Message

Andy Woods

Monday 04 April 2011 10:54:56 am

I'm developing a site for children aged between 5 and 18.

Some folders are only to be viewed by young people that are at secondary school (aged 12+).

I've added a date field in the 'User' class to specify each user's date of birth.

Can anyone help me with the code I need to be able to:

a) determine how old a user is

b) how I would enable children of age 12+ to see specific folders but not display them to children younger than 12 years old

Thanks,

Andy

Gaetano Giunta

Tuesday 05 April 2011 1:06:37 am

Not a detailed walkthrough, but here you go:

1. take care about the datatype used for 'date of birth'. Standard date datatype cannot go below 1/1/1970, so if your website has also older people registered, you need a custom datatype (there is an extension or two on projects.ez.no with that)

2. you should create two roles, and divide users in two groups, each with one role assigned. Then move boys in group A, with role 'boys', and kids to group B, with role 'kids'. Assign read different read permissions to kids and boys groups.

3. Use the workflow system to make sure that when accounts are created, the user is put in the proper group depending on his age (unless you do this manually)

4. Set up a cronjob that runs once a day and checks if kids have become old enough to be migrated to boys

Principal Consultant International Business
Member of the Community Project Board

Andy Woods

Tuesday 05 April 2011 11:54:21 am

Thanks Gaetano,

That looks like a good plan.

Can you tell me the table and field I need to update to change the user's group please?

Thanks,

Andy

Gaetano Giunta

Wednesday 06 April 2011 1:52:03 am

To change a group that a user is in I recommend you do not try to access the db directly, but use the eZP php api dealing with content objects. The operation you want to do is move a node.

Principal Consultant International Business
Member of the Community Project Board

eZ debug

Timing: Jan 17 2025 21:53:12
Script start
Timing: Jan 17 2025 21:53:12
Module start 'content'
Timing: Jan 17 2025 21:53:13
Module end 'content'
Timing: Jan 17 2025 21:53:13
Script end

Main resources:

Total runtime1.6447 sec
Peak memory usage4,096.0000 KB
Database Queries197

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0106 587.9609180.8203
Module start 'content' 0.01061.4786 768.7813549.8281
Module end 'content' 1.48920.1554 1,318.6094336.7266
Script end 1.6446  1,655.3359 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00420.2541210.0002
Check MTime0.00150.0924210.0001
Mysql Total
Database connection0.00150.089310.0015
Mysqli_queries1.525392.74111970.0077
Looping result0.00260.15611950.0000
Template Total1.588696.620.7943
Template load0.00270.161520.0013
Template processing1.586096.429620.7930
Template load and register function0.00060.038010.0006
states
state_id_array0.00130.076410.0013
state_identifier_array0.00180.107420.0009
Override
Cache load0.00190.1171270.0001
Sytem overhead
Fetch class attribute can translate value0.00170.104830.0006
Fetch class attribute name0.00170.102650.0003
XML
Image XML parsing0.00890.544030.0030
class_abstraction
Instantiating content class attribute0.00000.001260.0000
General
dbfile0.02131.2966270.0008
String conversion0.00000.000530.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 5

Time used to render debug report: 0.0002 secs