I have a page called this way:
somepage&id=23
So somepage purpose is to get all the data variables from
anotherpage.id.23 and display it using a template.
I did it this way in somepage:
[(search group=anotherpage.id* if='equal "{+p3}" "{?id}" '
template=anotherpage.template.id})]
This works and the template uses {+:datavarname} to display each value
in the template. The result is always only one page.
I was happy with that, but now I want to show some info in the side
bar that also uses the datavars for the one page. It seem that the
{+:datavarname} are not available in [[side]] zones. I also made a
somepage.side for this purpose.
Note: I can not use the solution to display the actual page
anotherpage.id.23 since it only shows the main text and not data
variables. Also I do not want to use the header/footer solution to
display data variables.
Maybe search is not best way to do this since it is only one page? Any
ideas to get the current page variables into the side?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---