Loading...
 
Skip to main content

History: SNiPTT

Source of version: 6

Copy to clipboard
            __SNiPTT__ stands for Social Networking in Pretty Tiki Trackers. This profile is intended to help with building a Social Networking website based mainly on the powerful Tiki Trackers feature.

!Global Preferences
{CODE(caption=>YAML)}
preferences: # alphabetically sorted
 allowRegister: y  # Allow users to create new accounts
 feature_mytiki: y
 feature_userPreferences: y
 feature_wiki: y
 rememberme: enabled
 style: strasa.css
 userTracker: y
 validateUsers: n # This is slowing us down as we build the profile
{CODE}

This profile applies two trackers.

!User Profile Tracker
{CODE(caption=>YAML,wrap=>1)}
preferences:
 feature_trackers: y
objects:
 -
  type: tracker
  ref: user_profile_tracker
  data:
   name: User Profile
   description: Additional information about users
   default_status: open
   allow: [creator_modification, one_user_item] #one_user_item is just a guess, no idea if it is supported already
   hide_list_empty_fields: y
   show: [creation_date, modification_date, list_modification_date ]
   sort_default_field: $user_name
   sort_default_order: asc
 -
  type: tracker_field
  ref: user_name
  data:
   name: User Login Name
   tracker: $user_profile_tracker
   type: user
   flags: [searchable, public, link, list, mandatory]
   options: 1
   order: 10
 -
  type: tracker_field
  ref: real_name
  data:
   name: Real Name
   tracker: $user_profile_tracker
   type: preference
   flags: [searchable, public, list]
   options: realName
   order: 20
{CODE}

!User Posts Tracker
{CODE(caption=>YAML,wrap=>1)}
preferences:
 feature_trackers: y
objects:
 -
  type: tracker
  ref: user_posts_tracker
  data:
   name: User Posts
   description: User posts for "micro-blogging" purposes
   default_status: open
   allow: [comments, creator_modification, one_user_item] #one_user_item is just a guess, no idea if it is supported already
   hide_list_empty_fields: y
   show: [creation_date, modification_date, list_modification_date ]
   sort_default_field: $user_name
   sort_default_order: asc
 -
  type: tracker_field
  ref: user_name
  data:
   name: User Login Name
   tracker: $user_posts_tracker
   type: user
   flags: [searchable, public, link, list, mandatory]
   options: 1
   order: 10
 -
  type: tracker_field
  ref: user_post_body
  data:
   name: Post Body
   tracker: $user_posts_tracker
   type: textarea
   flags: [searchable, public, mandatory]
   options: 1,80,4,1024,1024
   order: 20
{CODE}



        

History

Information Version
Sat 19 of Feb, 2011 04:06 GMT-0000 luciash d' being ๐Ÿง™ added missing Edit User Post page + removed one test user 109
Tue 30 of Nov, 2010 04:31 GMT-0000 luciash d' being ๐Ÿง™ correct link to *My* Profile 108
Wed 29 of Sep, 2010 17:19 GMT-0000 Xavier de Pedro fixed the problem with "My profile" showing also my own post as my followers posts, it seems. Plus th ewrong link at the link at the bottom, when a user see's his own profile page (tr_user gets popula 107
Wed 29 of Sep, 2010 16:53 GMT-0000 Xavier de Pedro added param urlOnUsername 106
Wed 29 of Sep, 2010 16:34 GMT-0000 Xavier de Pedro added plugin tr since in a social network it's very common that more than one language is used among users... other addition of i18n features should be linked. either here directly or by means of incl 105
Tue 14 of Sep, 2010 03:19 GMT-0000 Marc Laporte cleaner 104
Tue 14 of Sep, 2010 02:21 GMT-0000 Marc Laporte cleaner 103
Wed 08 of Sep, 2010 22:50 GMT-0000 luciash d' being ๐Ÿง™ deny modify tracker items for the user trackers category 102
Tue 07 of Sep, 2010 23:02 GMT-0000 luciash d' being ๐Ÿง™ little change to see if it helps to apply this profile on Windows 101
Sun 05 of Sep, 2010 03:22 GMT-0000 luciash d' being ๐Ÿง™ it doesn't work to store profile picture if db is used to store tracker files in tiki 5.1 (?) 100
Sun 05 of Sep, 2010 02:52 GMT-0000 luciash d' being ๐Ÿง™ final try to have the menu back 99
Sun 05 of Sep, 2010 02:47 GMT-0000 luciash d' being ๐Ÿง™ will this kind of escaping work in YAML ? 98
Sun 05 of Sep, 2010 02:40 GMT-0000 luciash d' being ๐Ÿง™ little tweaks 97
Sat 04 of Sep, 2010 20:53 GMT-0000 luciash d' being ๐Ÿง™ fix to not define objects twice, otherwise only the last one was applied 96
Sat 04 of Sep, 2010 18:05 GMT-0000 luciash d' being ๐Ÿง™ Create some demo users note 95
Sat 04 of Sep, 2010 00:09 GMT-0000 luciash d' being ๐Ÿง™ forgot one template 94
Sat 04 of Sep, 2010 00:02 GMT-0000 luciash d' being ๐Ÿง™ just a little menu item name change 93
Fri 03 of Sep, 2010 23:45 GMT-0000 luciash d' being ๐Ÿง™ categorize User Follower Posts template, User Followers tracker and domain name change in the profile reference 92
Fri 03 of Sep, 2010 23:34 GMT-0000 luciash d' being ๐Ÿง™ SNiPTT_All_User_Followers_Posts wiki page 91
Fri 03 of Sep, 2010 23:30 GMT-0000 luciash d' being ๐Ÿง™ added user followers posts page 90
Sun 29 of Aug, 2010 19:59 GMT-0000 luciash d' being ๐Ÿง™ profilerequest can't have empty default value ? 89
Sat 28 of Aug, 2010 23:35 GMT-0000 luciash d' being ๐Ÿง™ oops 88
Sat 28 of Aug, 2010 23:22 GMT-0000 luciash d' being ๐Ÿง™ needs specific ref 87
Sat 28 of Aug, 2010 17:33 GMT-0000 luciash d' being ๐Ÿง™ Center Plugin modified by editor. 86
Sat 28 of Aug, 2010 16:23 GMT-0000 luciash d' being ๐Ÿง™ labels must be unique for 3 different users 85