Skip to main content
Topic: A place for credits? (Read 2136 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

A place for credits?

Is there a place to insert credits for theme contributors and/or libraries/dependencies/graphics?

Re: A place for credits?

Reply #1

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)

Re: A place for credits?

Reply #2

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).