Page 1 of 1

[Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Wed Sep 14, 2016 7:47 pm
by aubergine18
Changing title, etc, of existing mod

If you need to change title, version, short description or anything else that seems un-editable, just edit the info.json of your mod and upload a new version (via the Edit tab on your existing mod). The mod portal shows the values from the most recently uploaded version of your mod.

You don't need to create a new mod page! (Unless you need to change the mod name, which is also part of the URL on the mod forum, in which case you will need to make a new mod page).

Main description

The large text box when first uploading or editing a mod can be customised with Github Flavoured Markdown (another guide), including emoji.

If you want to include images, a good image host is: http://imgur.com - sometimes an image can convey what your mod does far better than a wall of text.

Discussions tab

The discussions tab doesn't create email notifications, so unless you're planning to check it regularly, it might be better just putting an "Announcement" message in there telling visitors to instead use the forums or github to get in touch with you.

If you do want to use the Discussions tab, there is a workaround solution.

Deleting a mod from the portal

No way to do it currently, but it looks like Klonan has inadvetently voluntered to handle requests :p

Note: It might be possible to simply delete all the downloads (via edit tab) -there's a little X that appears top-right corner of the file boxes. Does deleting all the files delete the mod?

Changing your avatar image

Associate your email address with an image over at http://gravatar.com

Re: [Guide] Modders' guide to using mod portal

Posted: Wed Sep 21, 2016 4:40 pm
by theRustyKnife
Do you know how to change profile picture on the mod portal? You seem to have changed it somehow, I just can't figure out how...
TRK

Re: [Guide] Modders' guide to using mod portal

Posted: Wed Sep 21, 2016 5:25 pm
by aubergine18
Associate an image with your email address at http://gravatar.com

Re: [Guide] Modders' guide to using mod portal

Posted: Wed Sep 21, 2016 5:26 pm
by theRustyKnife
Oh great, thanks!

Re: [Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Sat May 06, 2017 5:08 am
by Optera
How do you format images?

Code: Select all

![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") Test Logo Desciption
it centers the image and puts the text in a new line.

Re: [Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Sun Dec 24, 2017 4:40 pm
by Shenpen
Props for using the awesome phrase "inadvetently voluntered"! :lol:

Re: [Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Wed Dec 27, 2017 8:27 pm
by Jürgen Erhard
Shenpen wrote:Props for using the awesome phrase "inadvetently voluntered"! :lol:
Props to OP for trying, but it only would be awesome with proper spelling: inadvertently volunteered.

Re: [Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Mon Jan 22, 2018 10:58 am
by drbert
aubergine18 wrote:Changing title, etc, of existing mod

If you need to change title, version, short description or anything else that seems un-editable, just edit the info.json of your mod and upload a new version (via the Edit tab on your existing mod). The mod portal shows the values from the most recently uploaded version of your mod.

You don't need to create a new mod page! (Unless you need to change the mod name, which is also part of the URL on the mod forum, in which case you will need to make a new mod page).
Doesn't work... The mod portal still shows the values from my first upload :oops:

Re: [Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Mon Jan 22, 2018 12:11 pm
by HanziQ
You can now directly edit the title, homepage and summary.

Re: [Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Mon Jan 22, 2018 12:22 pm
by drbert
Thanks you for amazingly fast support! :)

Re: [Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Tue May 10, 2022 10:05 pm
by ixu
Initially, the field "description" from the info.json was used for the field "Summary" in the Modportal for my mod. Once I had to change the "Summary" in the Modportal directly for reasons. Since then, the "description" field from the info.json has been ignored. How can I get back to the original state here?

Re: [Guide] Modders' guide to using mod portal (Edit, Delete...)

Posted: Tue May 10, 2022 10:54 pm
by FuryoftheStars
ixu wrote:
Tue May 10, 2022 10:05 pm
Initially, the field "description" from the info.json was used for the field "Summary" in the Modportal for my mod. Once I had to change the "Summary" in the Modportal directly for reasons. Since then, the "description" field from the info.json has been ignored. How can I get back to the original state here?
Afaik, it only pays attention to it on initial upload. Every time after you need to manually update it (if it needs updating/changing).