View Issue Details

IDProjectCategoryView StatusLast Update
138Composrcore_cnspublic2012-02-19 17:59
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary138: Non-required CPFs available on join screen
DescriptionI'd like to be able to add a CPF that is shown on the join screen, but is not required [i.e. add a new 'show_on_join_screen' option and remove that semantic from 'required'].
TagsRisk: Database change
Attach Tags
Time estimation (hours)1
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2011-03-23 16:44

administrator   ~124

Last edited: 2011-03-23 16:45

There is a hidden option for this in v6, that can be enabled by typing this into Commandr:

:set_value('sep_cpf_join_setting','1'); $GLOBALS['FORUM_DB']->add_table_field('f_custom_fields','cf_show_on_join_form','BINARY',0);

This is not supported and reported as buggy. I intend to make it work right in 6.0.2.

Issue History

Date Modified Username Field Change
2016-06-08 00:15 Chris Graham Tag Renamed Database change => Risk: Database change