COMMUNITY FORUM
Multiple Authors for Content
- Joshua
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- krmr
-
- Offline
- Senior Member
- Posts: 61
Please Log in or Create an account to join the conversation.
- Thomas Murray
-
- Offline
- New Member
- Posts: 18
Someone posted an article via K2 and the category page lists the author as me or whatever my username is. If I am not logged in it lists the author as "Guests." However when I click the article title the actual article page lists the correct author.
Still waiting for help with this problem before the true author think I'm trying to steal their thunder.
Please Log in or Create an account to join the conversation.
- Jonathan Neubauer
-
- Offline
- New Member
- Posts: 2
We got around the single author requirement with a custom extrafield we designed that pulls from the K2 authors and allows you to select multiple authors to display as the authors for the article.
Hope that helps!
Please Log in or Create an account to join the conversation.
- Railer
-
- Offline
- Senior Member
- Posts: 43
Jon Neubauer wrote: We've run into this problem many times with academic sites and large news agencies.
We got around the single author requirement with a custom extrafield we designed that pulls from the K2 authors and allows you to select multiple authors to display as the authors for the article.
Hope that helps!
Hi Jon,
I'm interested in this feature and was wondering if you have any code you'd be willing to share?
Thanks,
railer
Please Log in or Create an account to join the conversation.
- Railer
-
- Offline
- Senior Member
- Posts: 43
If you get this, please return to the K2 thread and post how you got an extra field to link to the K2 database and pull authors names and also link to their profiles?
Thank you,
railer
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
- Offline
- Platinum Member
- Posts: 404
Jonathan Neubauer wrote: We've run into this problem many times with academic sites and large news agencies.
We got around the single author requirement with a custom extrafield we designed that pulls from the K2 authors and allows you to select multiple authors to display as the authors for the article.
Hope that helps!
I would like to do this exact thing as long as the additional author name is linked to all their k2-items.
Does anyone know how to do this?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
- Offline
- Platinum Member
- Posts: 404
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
- Offline
- Platinum Member
- Posts: 404
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
php.net/manual/en/function.urlencode.php
You can use it directly on the alias of the extrafield.
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
- Offline
- Platinum Member
- Posts: 404
Is this another option?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
This is a bit different. You need multiple fields, but the method is the same.
You need to echo the value of each field like mentioned in that post separately (like the code mentioned there).
Another trick would be to create predefined lists of authors (select boxes) in order to avoid user error.
As for the attachments can you send me FTP and Joomla! so I can look into it?
Please Log in or Create an account to join the conversation.