Jump to content
  • 0

Donate Button/Link for Mods in MO?


z929669

Question

Does anyone know if there is an existing feature request to add a Donate button for mods in MO (similar functionality as the Endorse button)?

 

If not, I'd like to make such a request and add it to the appropriate queue.

 

Rationale

The late, failed, aborted pay-for mod Steam Workshop "marketplace" fiasco really brought mod-author donations to the forefront as a 'better' means for providing MAs with opportunity to earn some compensation, freely given, for their work, freely given away. Making the option to donate more prominent would be a boon for mod authors, which would reinforce the health of the community overall and provide some potential added modding 'fuel'.

 

More importantly for MO, including a donation feature would set MO apart from the competition. It would be a great selling point to MAs as the only mod manager that provides this feature. Let's face it, attracting MAs increases MO's exposure and thus attracts MUs. It may well positively affect MO's rather diverse reputation in the modding community.

 

Thanks,

z

Link to comment
Share on other sites

Recommended Posts

  • 0

The code needed to check for the 'Donate' button would be minimal to say the least. That button is merely another UI element on the Nexus web page and it can be queried in exactly the same way as the 'Endorse' button.

The only difference being it is only added IF the mod author sets that option, thus needing a bit more code to check for its existence before querying its status.

 

A small icon added to the 'Flags' column, in the same way as the 'Endorsement status', would not be intrusive.

Exactly. The only issue is that the donate code will only be available for mods that activate it and set it up properly. Tannin could easily do a few sanity checks if there are markers in the API or wherever Tannin scrapes mod info at this time. There is only one string (the source ID for Paypal) that is required, so Tannin should be able to create a link in any manner he chooses using regular expressions, fe. to scrape the code and place it into his own context.

 

Why don't we add a donate button to the wiki mod pages then?

The point is to make MO attractive to mod authors by facilitating donations where applicable (which may be why Tannin added an endorsement button long ago). We could simply add some boilerplate text to all mod pages advising our users to consider donating to mods/projects that they use and enjoy. Similarly, we could add a reminder in the guide.

 

I was thinking more or less just linking the author's name to their Nexus Profile. If their Nexus Profile is set up to allow donations, you can simply click the donate button there.

It is still hard to find, and requires more clicks, which is less convenient and less likely to increase an MA's donation rate.

 

MO doesn't parse the nexus website because the structure of the page might change at any time. It uses a separate API intended for applications (primarily NMM). I'll see if that api provides a way to take users to the donate page.

Thanks!

Link to comment
Share on other sites

  • 0

MO doesn't parse the nexus website because the structure of the page might change at any time. It uses a separate API intended for applications (primarily NMM). I'll see if that api provides a way to take users to the donate page.

That's why you're the programmer and I'm just the lackie. :woot:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.