Loading...
 
Skip to main content

History: User_Tracker_Business

Source of version: 16 (current)

Copy to clipboard
            -=About=-
Applying this profile will set up a [https://profiles.tiki.org/User_Tracker|User Tracker] with the following fields:
*E-mail (e-mail user preference field)
*Title before name
*Title after name
*First name
*Last name
*Street
*City
*Zip code
*Country (country selector dropdown)
*About (text area)
*Job position

!! Dependencies
It has the following dependencies:
{CODE(caption=YAML)}
dependencies:
 - $profiles.tiki.org:User_Tracker_email_user_field:email_user 
 - $profiles.tiki.org:User_Tracker_title_before_name_field:title_before_name 
 - $profiles.tiki.org:User_Tracker_title_after_name_field:title_after_name
 - $profiles.tiki.org:User_Tracker_first_name_field:first_name
 - $profiles.tiki.org:User_Tracker_last_name_field:last_name
 - $profiles.tiki.org:User_Tracker_home_street_field:home_street
 - $profiles.tiki.org:User_Tracker_home_city_field:home_city
 - $profiles.tiki.org:User_Tracker_home_zip_code_field:home_zip_code
 - $profiles.tiki.org:User_Tracker_home_country_field:home_country
 - $profiles.tiki.org:User_Tracker_about_field:about_the_user
 - $profiles.tiki.org:User_Tracker_job_position_field:job_position
{CODE}

!! Instructions page
{CODE(caption=YAML)}
instructions: User Tracker Business Profile Applied&success=y
preferences:
  feature_wiki: y
  wikiplugin_param: y
objects:
  -
    type: wiki_page
    ref: User_Tracker_Business_instructions
    data:
      name: User Tracker Business Profile Applied
      lang: en
      content: wikicontent:User_Tracker_Business_instructions_redirect_page
{CODE}