1

I have created an Article post from admin side. So in that case author of post is admin.

Now I want to change author of post. How can I change author of post? And is it possible to add multiple authors to single post?

WaQaR Ali
  • 115
  • 10
Mohit Gupta
  • 727
  • 2
  • 7
  • 21

1 Answers1

1

In node edit page you can see a tab like "Authoring information", click on the tab and change the user tagged.

srutheesh
  • 34
  • 1
  • 5
  • thanks Srutheesh, I forgot this, Is it possible to assign multiple authors to single post – Mohit Gupta Oct 25 '13 at 07:12
  • No. For multiple user tagging u need to create user tagging filed(User reference filed with multiple allowed value) in CCK. – srutheesh Oct 25 '13 at 07:21
  • Srutheesh , can be change field type where we change author , currently it is auto complete field I need select box for this – Mohit Gupta Oct 25 '13 at 07:41
  • Mohit, Enable user reference module and then create user reference field with select box type, set unlimited value for this filed so that you can set set multiple author tags. – srutheesh Oct 25 '13 at 13:55