[nodebb-plugin-eve] EVE Online registration whitelists
-
About
@Tanner requested this plugin this morning and I thought why not
Basically this plugin allows you to create alliance and corporation whitelists. Upon registration users have to enter their EVE Online keyID, vCode and select their character from a dropdown. When they are registered their profile will contain a couple extra fields likeeve_name
,eve_fullname
andeve_ticker
. These can be used in custom themes.(I have no idea what I'm really talking about since I have never played EVE Online)
Screenshots
Installation
npm install nodebb-plugin-eve
Source & issues
Buy me a beer
-
Absolutely amazing. Kudos to you, @Schamper. Epic and +1 internets to you, good sir. A lot of people will get some good use out of this.
-
Updated to 0.0.3.
- Add more attributes e.g. user image
- Make info available to topic API (
posts.user.eve_fullname
,...eve_name
,...eve_ticker
) - Upgrade mechanism (Going to use this for other plugins too ;))
-
Wow, this is a pretty cool plugin. Wonder if there's an API like that for world of warcraft
-
@psychobunny also for hearthstone and heroes of storm, someone take that job !
-
@Schamper said:
Updated to 0.0.3.
- Add more attributes e.g. user image
- Make info available to topic API (
posts.user.eve_fullname
,...eve_name
,...eve_ticker
) - Upgrade mechanism (Going to use this for other plugins too ;))
I can't seem to get the user image part to work, any suggestions?
-
Aye, need to add a hook for this to make it possible. Looking forward to 5.1, in that case. Until then, I guess we're SOL.
-
closes #1939 路 NodeBB/NodeBB@7642be3
Node.js based forum software built for the modern web - closes #1939 路 NodeBB/NodeBB@7642be3
GitHub (github.com)
-
@baris said:
closes #1939 路 NodeBB/NodeBB@7642be3
Node.js based forum software built for the modern web - closes #1939 路 NodeBB/NodeBB@7642be3
GitHub (github.com)
Baris for president! 4 more years!
But in all seriousness, this actually makes the plugin viable. Can't have EVE API's public, even to other users. We're a paranoid bunch, you know
Now this:
Ability to Link Remote Pictures for User Image 路 Issue #1935 路 NodeBB/NodeBB
Currently there is no way for one to use remote pictures for user images: when a user image is not uploaded, it defauts to gravatar. Would definitely like the ability to use remote images instead of gravatar. Could be solved by adding th...
GitHub (github.com)
is the only thing standing between us and a fully functioning plugin.
-
@a_5mith said:
Through the grapevine?
In case there's someone out there who didn't get the reference.
https://www.youtube.com/watch?v=Y7dGdrP3pms -
Just published 0.0.4 to npm. It does some things I don't remember because I did it a month ago, but it also hides the API information from the user data
-
Nice, that's pretty needed for this plugin so thanks, @Schamper!
Now all that we need to do is to have NodeBB allow remote images so that we can use the EVE API to replace Gravatar as the default user imaging source.
After that, it will be definitely ready to use!