open All Channels
seplocked EVE Technology Lab
blankseplocked What would you want from an EVE forum system?
 
This thread is older than 90 days and has been locked due to inactivity.


 
Author Topic

Thorin Wren
EVE Guardian Angels
Split Infinity.
Posted - 2010.11.03 11:40:00 - [1]
 

Edited by: Thorin Wren on 03/11/2010 11:45:24

This is just a fact finding mission for now that may lead to a new project.

There are many free and paid for forum systems out there but ALL of them require hacking or moding to run with EVE (by that I mean API intergration). So my first question is this............

If there was a forum system available for download and install just for EVE-Online players, corps & alliances, what features would you like to see?

Try and keep your answers short so that I can compile these easily. If anyone is interested in working on this in the future (if I decide to take it further) then please register your interest by posting a reply.

-TW-

Thorin Wren
EVE Guardian Angels
Split Infinity.
Posted - 2010.11.03 11:43:00 - [2]
 

Reserved for features list!

Arous Drephius
Posted - 2010.11.03 14:53:00 - [3]
 

I wrote a forum system with API authentication built in as my A level computing project. It works, but it's (obviously) not as nice as phpBB/SMF/whatever. I could post the code somewhere if you're interested in building on it.

Cyerus
Galactic Dominion
Eternal Strife
Posted - 2010.11.03 15:09:00 - [4]
 

Hi,

They way I see it that people would rather have a known working forum that is made ready for eve, rather than having something for eve made ready to be a forum.
I'm currently the lead developer from the API mod for phpBB 3.
I supply users with both the premodded forum files as well as an XML files for them to mod it manually, in case they have other mods running.
Let's assume somebody wants my package without any other mods on it.
All they have to do is this:
- Upload the premodded files to their installation
- Execute SQL

I guess it's only a few minutes work.
Manually editing for a template needs to be done aswell, but that's for them to decide. In any case not relevant for your or my project, since I'm guessing you won't supply them with tons of pre-editted templates either.

Bottom line, no offence meant, I think you will be wasting your time to start developing a forum from an EVE-API point of view.

Hope this helps.

~Cyerus

Thorin Wren
EVE Guardian Angels
Split Infinity.
Posted - 2010.11.03 15:30:00 - [5]
 

Thanks for your replies.

I wasn't just thinking of API registration when I asked this question. I am trying to find out what other things people would be interested in. Maybe some information in profiles extracted from the API, maybe some market info, I don't really know. As you know there are a lot of things that can be extracted from the API.

I have used both your PHPBB forum and the SMF and both work fine and do the job but 9 times out of 10 I have to mess with them to get them working correctly (usually down to the environment they are installed in).

Maybe we don't build a new forum system anyway. This could also be used to enhance the systems that are also already out there.

Keep the comments coming.

-TW-

Urichura
Active Fusion
Cold Fusion.
Posted - 2010.11.16 18:00:00 - [6]
 

Personally, I think there's a lot of value in a custom eve-specific forum. I've used the API validation plugin in SMF, but it only goes so far and I've been considering making a custom forum for a while now. Doing a half-assed job making an Eve forum from scratch isn't going to do anyone any good, but making a real, high-quality Eve forum can be fantastic.

In addition, IMHO, I think most PHP forums are still stuck in Web 1.0, or with some mods, at most Web 1.5. :) So doing something from scratch today *can* product a much nicer Web 2.0 site.

Uri

Helgur
Red Federation
Posted - 2010.11.18 12:02:00 - [7]
 

Why should someone put 100's of manhours into making a half decent forum software, when many existing packages that work great with 3rd party plugins already exist? What new would such a forum bring to the users, if any?

Making a forum like this would not be *any* different from coding a module for an existing forum package. You still would have to whip up the same type of code to communicate with the XML API servers.

Frankly, I don't see the point. Please enlighten me.

Thorin Wren
EVE Guardian Angels
Split Infinity.
Posted - 2010.11.18 14:18:00 - [8]
 

Originally by: Helgur
Why should someone put 100's of manhours into making a half decent forum software, when many existing packages that work great with 3rd party plugins already exist? What new would such a forum bring to the users, if any?

Making a forum like this would not be *any* different from coding a module for an existing forum package. You still would have to whip up the same type of code to communicate with the XML API servers.

Frankly, I don't see the point. Please enlighten me.


I think people are missing the point of this post. The question wasn't is it worth doing it is what features would you like to see. This could mean adding features to an existing module or coding something from scratch. I was just interested to see if there were any features that are not available now that people would like to see.

-TW-

Helgur
Red Federation
Posted - 2010.11.18 15:55:00 - [9]
 

Then I suggest turning your attention away from message boards as they mostly are poor frameworks for coding new functionality from scratch. Have a look at Drupal for instance. Drupals API makes coding stuff for eve very streamlined. I've completed an API validation system for Drupal myself and added a lot of functionality that communicates with eve. And since drupal already have a built in forum it is ideal for something like this.

Have a look at my thread "Api validation system for Drupal" for more info.

Cheers

Kaahles
Deliverers of Pain
Posted - 2010.11.21 04:23:00 - [10]
 

However it is done (existing forums or a new system) what would be nice as API features...hrm.
There are certainly a lot of things but here are a few ideas that come from the top of my head as I'm writing this post.

User / Corporation Details
Usually the setups I've seen are somewhat like: There's a user, the user is in a group which has the name of the corporation. Nice thing. But it would be so much more cooler if the default user profile information would display the users main characters (imported via API of course) info just like stuff that's shown in the ingame showinfo window. Same goes for "Corporation Groups" and the publicly available corp info.

Mini "EvE Mon"
Name should say it all. Just to give users a short overview over their skills / skill queues inside the forum without the need for external applications. Optionally allow them to share that information with corp members (either for everyone or just the guys in charge of stuff)

EVE Mails Ohyeah
Co-Existing with the usual PM System import EVE Mails from the API and maybe even allow responding to an EVE-Mail via a forum PM directly with one hit of a button (since you sadly can't push evemails into the system from external websites other than evegate)

A little sidenote about API registration mods. It's fine to have them but i usually don't use them and don't like them. Most applications allow you full access just based on your API automatically. For corporation / alliance forums it's a nightmare since basically anyone who has my API data can create an account and pretend it's me. And A LOT of people have my API information, in some cases they have even the full key. Yeah right I trust them enough not to do such stuff but in general this is a major security leak for a forum where sensitive matters are handled.

Nikolai Kondratiev
Sphere Design Inc.
Posted - 2010.11.21 05:28:00 - [11]
 

Edited by: Nikolai Kondratiev on 21/11/2010 05:28:14
Originally by: Kaahles
EVE Mails Ohyeah
Co-Existing with the usual PM System import EVE Mails from the API and maybe even allow responding to an EVE-Mail via a forum PM directly with one hit of a button (since you sadly can't push evemails into the system from external websites other than evegate)



It's pretty easy to interact via Eve Gate via a short script with cURL or any other similar lib. Just not sure how CCP considers it.

Quote:

A little sidenote about API registration mods. It's fine to have them but i usually don't use them and don't like them. Most applications allow you full access just based on your API automatically. For corporation / alliance forums it's a nightmare since basically anyone who has my API data can create an account and pretend it's me. And A LOT of people have my API information, in some cases they have even the full key. Yeah right I trust them enough not to do such stuff but in general this is a major security leak for a forum where sensitive matters are handled.


Ideally, every member should register on corp/alliance forum when joining it. And any half-decent API mod shouldn't accept an API Key twice.

But if you're paranoid enough, it's easy to add more automated security checks. Have the user send a mail to some char, and use mail API to check that's it's really the real corp member trying to register. And if your members are sharing accounts with the ennemy, then you probably have bigger issues Embarassed

Gemberslaafje
Vivicide
Posted - 2010.11.21 12:07:00 - [12]
 

What I would like is the following. It's a bit big, but it'd help with recruiting tremendously.

There are 2 parts to recruiting.

First, you want to know which corp the character AND THEIR ALTS are in and have been in for security reasons.
Secondly, you'd want to know if, and if not how far off, they are off your standard fittings.

For the second part you'd need some basic kind of Eve Fitting Tool-esque tool, which preferrably also exports to the XML format used by EVE. It doesn't really have to include resists, damage et all, though it would be a nice extra.

The script should then check if the character can use each corp fit. If not, ideally it should give how many days the character would need to fly the fit.

In this way, the corp can put down his standard sniper fit (T2 arties, sensor boosters, etc you know) and if the character would only need like 7 days to complete Large Projectiles to lvl 5 and can start training T2 arties right away, it'd be no problem. But if he'd need another 60 days just to get the artilleries, maybe you'd decide not to take the character until he's closer to the things he needs for your corp.

Just my 2 pennies.

Urichura
Active Fusion
Cold Fusion.
Posted - 2010.11.23 17:39:00 - [13]
 

Originally by: Kaahles
A little sidenote about API registration mods. It's fine to have them but i usually don't use them and don't like them. Most applications allow you full access just based on your API automatically. For corporation / alliance forums it's a nightmare since basically anyone who has my API data can create an account and pretend it's me. And A LOT of people have my API information, in some cases they have even the full key. Yeah right I trust them enough not to do such stuff but in general this is a major security leak for a forum where sensitive matters are handled.


Interesting point I hadn't thought of. API keys are passed around fairly easily so the possession of one doesn't prove who you are. Then again, without the validation, the forum is usually just relying on the character name itself, which doesn't prove anything at all. But in those circumstances, usually the admin is aware and has to approve the registration. With the API doing it automatically, it lulls you into a feeling of safety that may not really exist.

If you really wanted to, you could do something convoluted using Eve Gate and mail. e.g. have the character then also send a mail message, in-game, to one of the admins, but have the forum automatically process it from the admin's mail feed.

I think I'll just stick with requiring all members to register on the forum asap. If they don't bother, and someone else has the key signs up in their place, well, then you've got problems.

Personally, I'd like to combine the forum registration with the corp recruitment process so any new recruit is forced to create an account even before joining the corp. Then the recruitment application will pass along certain details from their api key to the recruiters. e.g. corps/alliances of their alts, certain skill levels, etc. If they're accepted, they'll already have a registration on the forum.

Urichura
Active Fusion
Cold Fusion.
Posted - 2010.11.23 17:48:00 - [14]
 

Originally by: Gemberslaafje
Secondly, you'd want to know if, and if not how far off, they are off your standard fittings.



Interesting idea. I had thought of passing basic skill information along with the recruitment app, and even capabilities to fly certain ship classes, but not matching it to a specific fit. Digging through the skill list can be quite a chore, but a simple list of checkboxes next to several fits would be a really quick and easy way to judge a new recruit. Could be great for the recruit as well so they know exactly what they need to train asap. Of course they shouldn't see the fit until they're accepted into the corp - don't want to give away your PVP fits.

I know the certificate system has all sorts of problems, but some of them are nice shortcuts for understanding where a character is at. Passing along whether they have Core Competency, for example, might be interesting.

Internally, we have a ranking program for mission runners that is partly based on skills, fittings, and certificates. Having some of that be available through a forum could streamline things a bit.

Gemberslaafje
Vivicide
Posted - 2010.11.23 21:35:00 - [15]
 

You could actually go further with a system like that, youŽd be like "Ok, 20 man can use carriers properly, 15 dread pilots, 40 logistics pilots of which 35 are longer then 3 months in the corp."


 

This thread is older than 90 days and has been locked due to inactivity.


 


The new forums are live

Please adjust your bookmarks to https://forums.eveonline.com

These forums are archived and read-only