ElkArte Community

Elk Development => Theme development => Topic started by: Eliana Tamerin on February 12, 2015, 06:25:05 pm

Title: A place for credits?
Post by: Eliana Tamerin on February 12, 2015, 06:25:05 pm
Is there a place to insert credits for theme contributors and/or libraries/dependencies/graphics?
Title: Re: A place for credits?
Post by: Spuds on February 12, 2015, 06:41:10 pm
If you mean adding to this page http://www.elkarte.net/community/index.php?action=who;sa=credits

The easy way to do that is in the package-info.xml file by using the credits tag like
Code: [Select]
<credits url="www.simpleportal.net" license="BSD 3" copyright="Simple Portal Team">SimplePortal</credits>

Which will add a line in the Addons Section like
SimplePortal: Version2.4 | License: BSD 3 | Copyright © Simple Portal Team    (linked to www.simpleportal.net)
Title: Re: A place for credits?
Post by: Eliana Tamerin on February 12, 2015, 06:59:05 pm
Yep, that's it. Thanks. I didn't see it in the docs (yeah, I know I can edit them, I've just been lazy in logging into my user).