I don't think that will solve the problem. To retreive data from another page, the viewer must be able to view that page. You could have the admin form save the data somewhere else on a public viewable page and then retrieve it from there. Would that work for you?
Let me know if you need more help Tadas. Cheers, Dan On Mon, Jul 29, 2013 at 11:17 AM, mz <[email protected]> wrote: > Hello Tadas, > > you can refer to this page in the docs: > http://www.boltwire.com/index.php?p=docs.concepts.security > > i.e. in site.auth.view put show.info: @guest > > Does this help? > Greetings, Martin > > Am Montag, 29. Juli 2013 15:06:47 UTC+2 schrieb tadas andriuska: > >> Hello, >> I have admin.plans page visible only for admins and only admins can >> change it. On this page i have: >> >> [form] >> >> **Info:** >> name [text name1 "{:name1}"] >> car [text car1 "{:car1}"] >> age [text age1 "{:age1}"] >> >> >> [submit Save] >> >> [session savedata name1,car1,age1] >> [form] >> >> and when i save my data i want to show it to everyone on this page >> >> show.info, with this table >> >> [t border=3 style="color:green;"] >> [r][h] [h]=={admin.plans:name1}== [h]=={admin.plans:name2}== >> [r][c]name [c]cell2 [c] asd >> [r][c]car model [c]cell4 [c]asd >> [r][c]Age[c]cell4 [c] asd >> [t] >> >> so the proble is, when i do a logout i cant see the data. i guess because >> only admins can see admin.plans page. if its possible to allow see this >> specific data in table for all users ? because now where i should see name1 >> i only see ====. >> >> >> Thanks, >> Tadas >> >> -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/boltwire. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/boltwire. For more options, visit https://groups.google.com/groups/opt_out.
