osdir.com
mailing list archive F.A.Q. -since 2001!



Subject: Re: trackers 1.9: "action" field? -
msg#00017

List: cms.tiki.user

Mail Archive Navigation:
by Date: Prev Next Date Index by Thread: Prev Next Thread Index

Oouau!
This looks very nice!!!!!!
Thanks mose for explaining, and all the coders (you included) for developing it :-).

Any intention to add this type of documentation in English somewhere (I guess at tw.o), in a form similar to the nice French documentation which is already at fr.tikiwiki.org?
(the English partial translation of the french one, at http://dennisgdaniels.com/Forms etc., is not suitable for cooperation, since for registered users there is not the ability to edit the pages.)

What about creating the same structure as in fr.tw.o/Formulaires in tw.o/Trackers or tw.o/Forms?

Xavi

En/na mose ha escrit:

le Thu, Jul 14, 2005 at 06:52:51PM +0200 par Xavier de Pedro Puente :

Hi tiki-mates:

I'm exploring the nice feature of improved trackers (Tiki 1.9), and I have a question regarding the "action" type of field. How does it work?

http://tikiwiki.org/Trackers

(English, but little info)
"Label,post,tiki-index.php,page:fieldname,highlight=test
Perhaps the most exciting aspect of trackers is the ability to talk to other tiki and web objects"


- 'action' field type enable the display of a form button with hidden
values taken from the current item.
. Label is what is on the button
. post can be get or post, it's the form method
. tiki-index.php is the arbitrary url of the destination of the form
. page:fieldname can be repeated several times, it specifies the
variable names to pass in the form, as well as value taken from the
current item fromm field named fieldname
. highlight=test can also be repeated and is useful for fixed values
params to pass to the form



http://fr.tikiwiki.org/tiki-index.php?page=Action
(French, more info, but I cannot read French well, and I don't understand the meaning or goal of this option...)

Could somebody explain it a bit further, and give an example in which you use it?


- typical example is with user creation button that can be built with
a users tracker. In which case field type params are
Register,post,tiki-register.php,name:login,pass:pass,passAgain:pass,email:email,register=register
so you need to have fields named login, pass and email in that tracker
scheme.


hth,
mose






















-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Tikiwiki-users mailing list
Tikiwiki-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/tikiwiki-users






-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click


Thread at a glance:

Previous Message by Date:

Re: trackers 1.9: "action" field?

le Thu, Jul 14, 2005 at 06:52:51PM +0200 par Xavier de Pedro Puente : > Hi tiki-mates: > > I'm exploring the nice feature of improved trackers (Tiki 1.9), and I > have a question regarding the "action" type of field. How does it work? > > http://tikiwiki.org/Trackers > > (English, but little info) > "Label,post,tiki-index.php,page:fieldname,highlight=test > Perhaps the most exciting aspect of trackers is the ability to talk to > other tiki and web objects" - 'action' field type enable the display of a form button with hidden values taken from the current item. . Label is what is on the button . post can be get or post, it's the form method . tiki-index.php is the arbitrary url of the destination of the form . page:fieldname can be repeated several times, it specifies the variable names to pass in the form, as well as value taken from the current item fromm field named fieldname . highlight=test can also be repeated and is useful for fixed values params to pass to the form > > http://fr.tikiwiki.org/tiki-index.php?page=Action > (French, more info, but I cannot read French well, and I don't > understand the meaning or goal of this option...) > > Could somebody explain it a bit further, and give an example in which > you use it? - typical example is with user creation button that can be built with a users tracker. In which case field type params are Register,post,tiki-register.php,name:login,pass:pass,passAgain:pass,email:email,register=register so you need to have fields named login, pass and email in that tracker scheme. hth, mose ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

Next Message by Date:

form (tracker) action to subscribe to a mailman list

Hi mose, again: In one of the communities in which I use the new tracker feature, we are looking for the ability to sign in in one place through a tracker, and also get subscribed to a mailman list. Is that possible with the new tracker plugin? Is that possible with the mod "mailman" accessible through "Admin > Admin mods > Mailman"? 1.6 mailman 1.6 GNU/LGPL Plugin to enable integrated mailman multi-list panel, using iframe Install autor: mose Última modificació: 2004/10/07 06:29:35 per: mose thirdparty/sample:tiki-mailman.php -> tiki-mailman.php By the way, since you are the author of this mod, I didn't get to know  the features of this mod with that explanation. Is there any place with more information about this plugin? Cheers, Xavi --

Previous Message by Thread:

Re: trackers 1.9: "action" field?

le Thu, Jul 14, 2005 at 06:52:51PM +0200 par Xavier de Pedro Puente : > Hi tiki-mates: > > I'm exploring the nice feature of improved trackers (Tiki 1.9), and I > have a question regarding the "action" type of field. How does it work? > > http://tikiwiki.org/Trackers > > (English, but little info) > "Label,post,tiki-index.php,page:fieldname,highlight=test > Perhaps the most exciting aspect of trackers is the ability to talk to > other tiki and web objects" - 'action' field type enable the display of a form button with hidden values taken from the current item. . Label is what is on the button . post can be get or post, it's the form method . tiki-index.php is the arbitrary url of the destination of the form . page:fieldname can be repeated several times, it specifies the variable names to pass in the form, as well as value taken from the current item fromm field named fieldname . highlight=test can also be repeated and is useful for fixed values params to pass to the form > > http://fr.tikiwiki.org/tiki-index.php?page=Action > (French, more info, but I cannot read French well, and I don't > understand the meaning or goal of this option...) > > Could somebody explain it a bit further, and give an example in which > you use it? - typical example is with user creation button that can be built with a users tracker. In which case field type params are Register,post,tiki-register.php,name:login,pass:pass,passAgain:pass,email:email,register=register so you need to have fields named login, pass and email in that tracker scheme. hth, mose ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

Next Message by Thread:

form (tracker) action to subscribe to a mailman list

Hi mose, again: In one of the communities in which I use the new tracker feature, we are looking for the ability to sign in in one place through a tracker, and also get subscribed to a mailman list. Is that possible with the new tracker plugin? Is that possible with the mod "mailman" accessible through "Admin > Admin mods > Mailman"? 1.6 mailman 1.6 GNU/LGPL Plugin to enable integrated mailman multi-list panel, using iframe Install autor: mose Última modificació: 2004/10/07 06:29:35 per: mose thirdparty/sample:tiki-mailman.php -> tiki-mailman.php By the way, since you are the author of this mod, I didn't get to know  the features of this mod with that explanation. Is there any place with more information about this plugin? Cheers, Xavi --
blog comments powered by Disqus

Home | News | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz is too!