Hi All,
I've been having a few problems in using the new context bar. I've read up on the forums and everything and tried the new method using the context property but nothing seems to appear in the adp page.
I'm currently using OACS4.6
I've taken the advide of this thread
https://openacs.org/forums/message-view?message_id=62150
and done exactly the same thing as what Jeff has suggested, unfortunately nothing appears on my adp page.
In my tcl file i have done the following
set context [list [list $reference_name] "References"]
In the corresponding adp file, i have placed the line
<property name="context">@context@</property>
Yet nothing appears.
I have tested the variable context in the same adp file and it contains the following value
{{Temp Category}} References
Can anyone explain to me the problem and how i could solve it?
Thanks