Loading...
 
Skip to main content

History: Pretty_Tracker

Source of version: 14

Copy to clipboard
            Please see:
http://doc.tikiwiki.org/Page+Tracker

---
[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
{CODE(caption=>YAML,wrap=>1)}
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
{CODE}

!!The wiki part
{CODE(caption=>YAML,wrap=>1)}
preferences:
 enable: [ feature_wiki ]
objects:
 -
  type: wiki_page
  data:
   name:  PrettyTrackerOutput
   content: wikicontent:PrettyTrackerOutput
{CODE}

!!Related
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1843
        

History

Information Version
Tue 14 of Sep, 2010 01:06 GMT-0000 Marc Laporte cleaner 19
Tue 14 of Apr, 2009 16:38 GMT-0000 Marc Laporte 18
Mon 17 of Nov, 2008 05:13 GMT-0000 idealpragmatist 16
Mon 17 of Nov, 2008 05:10 GMT-0000 idealpragmatist 15
Wed 24 of Sep, 2008 22:42 GMT-0000 Marc Laporte 14
Wed 06 of Aug, 2008 18:53 GMT-0000 Marc Laporte 13
Wed 06 of Aug, 2008 16:20 GMT-0000 Marc Laporte 12
Wed 06 of Aug, 2008 16:10 GMT-0000 Marc Laporte 11
Wed 06 of Aug, 2008 15:57 GMT-0000 Marc Laporte 10
Wed 06 of Aug, 2008 07:44 GMT-0000 Marc Laporte 9
Wed 06 of Aug, 2008 07:40 GMT-0000 Marc Laporte 8
Wed 06 of Aug, 2008 07:29 GMT-0000 Marc Laporte 7
Wed 06 of Aug, 2008 07:26 GMT-0000 Marc Laporte 6
Wed 06 of Aug, 2008 07:12 GMT-0000 Marc Laporte 4
Wed 06 of Aug, 2008 07:08 GMT-0000 Marc Laporte 2
Wed 06 of Aug, 2008 07:05 GMT-0000 Marc Laporte 1