History: Pretty_Tracker
Preview of version: 13
10:55 You have joined #tikiwiki
10:55 The topic is 'Welcome to TikiWiki! - Just ask, don't ask to ask !!! - Support only for stable 1.9.11 - TikiWiki 2.0rc4 is available for testing at http://tinyurl.com/56df5e - Don't paste code/errors here, use http://sh.nu/p - IRC-logging at: http://irc.amette.eu/ - Thanks and have fun! :)' (set by amette on Wednesday, July 30, 2008 21:04:32)
11:01 marclaporte wonders what would be a good profile to show off pretty trackers...
11:01 marclaporte: http://profiles.tikiwiki.org/PrettyTracker
11:02 SEWilco2: Abraham Lincoln's profile?
11:02 SEWilco2: Oh: Pretty Tracker. Shirley Temple, then.
11:06 chibaguy: marclaporte, what about a portfolio of images and related info?. I was thinking about trying trackers to contain theme information rather than making wiki pages.
11:06 chibaguy: Theme name, status, screenshot and thumb, author, license, etc.
11:07 marclaporte: great idea!
11:08 marclaporte: sylvieg: : I can use wiki page name to associate, right?
11:08 chibaguy: Is there a tracker wikiplugin that could be used to show the thumbs in one wiki page?
11:08 chibaguy: ....and link to the tracker item itself or something?
11:08 chibaguy: (I have no experience with the tracker wikiplugins.)
11:09 marclaporte: ex.: wiki page "moreneat", which goes to the tracker and gets relevant info for the tracker (all meta-data about "moreneat" and it can be shown in the page (ex: author, etc)
Creating a generic database
YAML
Copy to clipboard
preferences: enable: [ feature_trackers ] objects: - type: tracker ref: data_tracker data: name: Structured Data description: Typical database default_status: open show: [ creation_date, modification_date, list_modification_date ] - type: tracker_field ref: data_summary data: name: Summary tracker: $data_tracker type: text_field flags: [ searchable, public, list, mandatory, link ] order: 10 - type: tracker_field ref: data_value data: name: Value tracker: $data_tracker type: numeric flags: [ searchable, public, list ] order: 20 - type: tracker_field ref: data_description data: name: Description tracker: $data_tracker type: text_area flags: [ public, searchable ] order: 30
The wiki part
YAML
Copy to clipboard
preferences: enable: [ feature_wiki ] objects: - type: wiki_page data: name: PrettyTrackerOutput content: wikicontent:PrettyTrackerOutput