diff --git a/doc/forum/How_to_set_the_meta_author_field_from_user_name__63__.mdwn b/doc/forum/How_to_set_the_meta_author_field_from_user_name__63__.mdwn new file mode 100644 index 000000000..a844c3233 --- /dev/null +++ b/doc/forum/How_to_set_the_meta_author_field_from_user_name__63__.mdwn @@ -0,0 +1,3 @@ +Several users will post to the same blog. I would like the meta "author" field to be set to their ikiwiki username automatically and attached to their posts such that they can not alter it. I imagine one could use the variable in the "inlinepage" template, but this variable does not seem to be set. How can I accomplish that? + +Related question: is there a way to see all the variables which are set and their value?