Data Channels | |
You use them with PluginDataChannel. Starting in Tiki6, a payment parameter can be added and thus, the data channel will only be run when the payment is done.
A good example is http://profiles.tiki.org/Project_Management
|
1.1. Usage with trackerfilter/trackerlists | |
The idea of it is to let you set up a trackerfilter/trackerlist with checkboxes, let the user select the ones they want, and then run a datachannel (profile) on each item. Example: Test page
|
1.1.1. Tracker list multi select tester | |
Copy to clipboard
Pretty tracker template: tracker checkbox test tpl
|
1.1.2. tracker checkbox test tpl | |
Copy to clipboard
Note
You need is_html enabled and HTMLPurify off at the moment (as of August 2010) for the hidden inputs to work in this example. Could be replaced by {HTML} or some other plugins probably. |
1.2. Example usage with hidden fields and Tracker plugin | |
This data channel will show how to create a tracker item and a group and a wiki page which shows the tracker item. |
1.2.1. Create Tracker 2 | |
Fields
Gory details of fields extraction
Copy to clipboard
|
1.2.2. Create data channel | |
Create Data channel in Admin → Admin Home → Profiles → Advanced New_Town,tiki://local,template_Add_New_Town,Admins This creates a data channel which only admins can use. |
1.2.3. The page which calls the data channel | |
Copy to clipboard
|
1.2.4. The page which contains the data channel code | |
Copy to clipboard
|
1.3. The page which contains the template for the wiki page which is created with the data channel | |
This is just to illustrate the use of references. Copy to clipboard
alias
|