Hi all,
I have someone else doing all the “standard” templating stuff, which leaves me with the funky bits.
Right now, I’m working on a multilingual SAEF. Language info is coming from a PHP session, which I initiate via a plugin: my_session. This works just fine.
However, inside the {exp:weblog:entry_form}, my plugin output is different from outside.
An example:
{exp:my_session:get_language_output}<br />
{exp:weblog:entry_form weblog="my_weblog" return="site/index"}
{exp:my_session:get_language_output}
{/exp:weblog:entry_form}
The output:
English
M00o93H7pQ09L8X1t49cHY01Z5j4TT91fGfr
“English” is the correct output, of course. I’ve read the appropriate section of the user guide and searched the forums, but couldn’t find any reference.
Any clues? Assigning it to a variable and using that doesn’t work either.
TIA… Nico
