Loading...
 

History: SNiPTT

Preview of version: 13

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

YAML
preferences: # alphabetically sorted allowRegister: y # Allow users to create new accounts feature_mytiki: y feature_userPreferences: y rememberme: enabled style: strasa.css userTracker: y validateUsers: n # This is slowing us down as we build the profile


This profile applies two trackers.

User Profile Tracker

YAML
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_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


User Posts Tracker

YAML
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] hide_list_empty_fields: y show: [creation_date, modification_date, list_modification_date ] 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


Wiki Pages

The following wiki pages are applied

YAML
preferences: feature_wiki: y objects: - type: wiki_page ref: user_profile_wiki_page data: name: User Profile content: wikicontent: SNiPTT_User_Profile - type: wiki_page ref: user_profile_tpl_wiki_page data: name: User Profile template content: wikicontent: SNiPTT_User_Profile_template - type: wiki_page ref: user_posts_wiki_page data: name: User Posts content: wikicontent: SNiPTT_User_Posts - type: wiki_page ref: user_posts_tpl_wiki_page data: name: User Posts template content: wikicontent: SNiPTT_User_Posts_template


History

Advanced
Information Version
Tue 25 of May, 2010 11:49 GMT-0000 luciash d' being 🧙 added a little warning remarksbox 34
Tue 18 of May, 2010 17:19 GMT-0000 luciash d' being 🧙 31 - 33
Fri 14 of May, 2010 00:39 GMT-0000 luciash d' being 🧙 trying to put categories and perms to the end when wiki pages and trackers are already applied and exist to be properly assigned (if that order matters) 29 - 30
Thu 13 of May, 2010 22:12 GMT-0000 luciash d' being 🧙 28
Thu 13 of May, 2010 20:27 GMT-0000 luciash d' being 🧙 26 - 27
Sun 09 of May, 2010 00:51 GMT-0000 luciash d' being 🧙 18 - 25
Sat 08 of May, 2010 21:05 GMT-0000 luciash d' being 🧙 no need to specify theme and remember me feature 17
Sat 08 of May, 2010 15:29 GMT-0000 luciash d' being 🧙 14 - 16
Sat 08 of May, 2010 14:19 GMT-0000 luciash d' being 🧙 12 - 13
Sat 08 of May, 2010 14:13 GMT-0000 Pascal St-Jean 10 - 11