More info fields for a mod post #112

Closed
opened 2024-10-30 20:25:51 +00:00 by freakoverse · 0 comments
Owner

More details to be added for the mod (submit page and mod page).

Most are radio selections.

Text details:

  1. Others' Assets
    1.1. All assets in this file are either owned by the publisher or sourced from free-to-use modder's resources.
    1.2. Not all assets in this file are owned by the publisher or sourced from free-to-use modder's resources; some assets may be.
  2. Redistribution Permission
    2.1. You are allowed to upload this file to other sites, but you must give credit to me as the creator (unless indicated otherwise).
    2.2. You are not allowed to upload this file to other sites without explicit permission.
  3. Modification Permission
    3.1. You may modify my files and release bug fixes or enhancements, provided that you credit me as the original creator.
    3.2. You are not allowed to convert this file for use with other games without explicit permission.
  4. Conversion Permission
    4.1. You are permitted to convert this file for use with other games, as long as you credit me as the creator.
    4.2. You are not permitted to convert this file for use with other games without explicit permission.
  5. Asset Use Permission
    5.1. You may use the assets in this file without needing permission, provided you give me credit.
    5.2. You must obtain explicit permission to use the assets in this file.
  6. Asset Use Permission for Commercial Mods
    6.1. You are allowed to use assets from this file in mods or files that are sold for money on Steam Workshop or other platforms.
    6.2. You are prohibited from using assets from this file in any mods or files that are sold for money on Steam Workshop or other platforms, unless given explicit permission.
  7. Publisher Notes
  8. Extra Credits

Notes:

  1. in both pages, they're hidden until the user clicks the button to show them. Also, what's current checked is what's the default value is.
  2. old mods that don't have this data would just... well, not have that data and wouldn't show in the mod post page.

In the mod submission page:

<div class="IBMSMSMBSSExtra"><button class="btn btnMain IBMSMSMBSSExtraBtn" type="button">Permissions &amp; Details</button>
    <div class="IBMSMSMBSSExtraBox">
        <p class="labelDescriptionMain" style="margin-bottom: 10px;text-align: center;">What permissions users have with your published mod/post</p>
        <div class="IBMSMSMBSSExtraBoxElementWrapper">
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Others&#39; Assets</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>All assets in this file are either owned by the publisher or sourced from free-to-use modder&#39;s resources.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="OthersAssets" checked />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>Not all assets in this file are owned by the publisher or sourced from free-to-use modder&#39;s resources; some assets may be.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="OthersAssets" />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Redistribution Permission</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You are allowed to upload this file to other sites, but you must give credit to me as the creator (unless indicated otherwise).<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="UploadPermission" checked />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You are not allowed to upload this file to other sites without explicit permission.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="UploadPermission" />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Modification Permission</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You may modify my files and release bug fixes or enhancements, provided that you credit me as the original creator.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="ModPermission" checked />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You are not allowed to convert this file for use with other games without explicit permission.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="ModPermission" />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Conversion Permission</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You are permitted to convert this file for use with other games, as long as you credit me as the creator.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="ConvPermission" checked />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You are not permitted to convert this file for use with other games without explicit permission.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="ConvPermission" />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Asset Use Permission</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You may use the assets in this file without needing permission, provided you give me credit.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="AseetUsePermission" checked />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You must obtain explicit permission to use the assets in this file.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="AseetUsePermission" />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Asset Use Permission for Commercial Mods</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You are allowed to use assets from this file in mods or files that are sold for money on Steam Workshop or other platforms.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="AseetUseComPermission" checked />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                    <div class="IBMSMSMBSSExtraBoxElementColChoice">
                        <p>You are prohibited from using assets from this file in any mods or files that are sold for money on Steam Workshop or other platforms, unless given explicit permission.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="AseetUseComPermission" checked />
                        <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div>
                    </div>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Publisher Notes</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"><textarea class="inputMain"></textarea></div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Extra Credits</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"><textarea class="inputMain"></textarea></div>
            </div>
        </div>
    </div>
</div>

These new information pieces would be visible in a new area in a mod post, between the gallery and the tags, where a click would expand and detract a div with that information. The following html/classes is what'll be added to the mod post:

<div class="IBMSMSMBSSExtra"><button class="btn btnMain IBMSMSMBSSExtraBtn" type="button">Permissions &amp; Details</button>
    <div class="IBMSMSMBSSExtraBox">
        <div class="IBMSMSMBSSExtraBoxElementWrapper">
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Others&#39; Assets</p>
                    <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor">
                            <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
                            <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path>
                        </svg></div>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <p>All assets in this file are either owned by the publisher or sourced from free-to-use modder&#39;s resources.<br /></p>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Upload permission</p>
                    <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkRed"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor">
                            <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
                            <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM175 208.1L222.1 255.1L175 303C165.7 312.4 165.7 327.6 175 336.1C184.4 346.3 199.6 346.3 208.1 336.1L255.1 289.9L303 336.1C312.4 346.3 327.6 346.3 336.1 336.1C346.3 327.6 346.3 312.4 336.1 303L289.9 255.1L336.1 208.1C346.3 199.6 346.3 184.4 336.1 175C327.6 165.7 312.4 165.7 303 175L255.1 222.1L208.1 175C199.6 165.7 184.4 165.7 175 175C165.7 184.4 165.7 199.6 175 208.1V208.1z"></path>
                        </svg></div>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <p>You are not allowed to upload this file to other sites without explicit permission.<br /></p>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Modification Permission</p>
                    <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor">
                            <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
                            <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path>
                        </svg></div>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <p>You may modify my files and release bug fixes or enhancements, provided that you credit me as the original creator.<br /></p>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Conversion Permission</p>
                    <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor">
                            <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
                            <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path>
                        </svg></div>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <p>You are permitted to convert this file for use with other games, as long as you credit me as the creator.<br /></p>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Asset Use Permission</p>
                    <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor">
                            <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
                            <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path>
                        </svg></div>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <p>You may use the assets in this file without needing permission, provided you give me credit.<br /></p>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Asset Use Permission for Commercial Mods</p>
                    <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor">
                            <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
                            <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path>
                        </svg></div>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <p>You are allowed to use assets from this file in mods or files that are sold for money on Steam Workshop or other platforms.<br /></p>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Publisher Notes</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <p>Text</p>
                </div>
            </div>
            <div class="IBMSMSMBSSExtraBoxElement">
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart">
                    <p>Extra Credits</p>
                </div>
                <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond">
                    <p>Text</p>
                </div>
            </div>
        </div>
    </div>
</div>
More details to be added for the mod (submit page and mod page). Most are radio selections. Text details: 1. Others' Assets 1.1. All assets in this file are either owned by the publisher or sourced from free-to-use modder's resources. 1.2. Not all assets in this file are owned by the publisher or sourced from free-to-use modder's resources; some assets may be. 2. Redistribution Permission 2.1. You are allowed to upload this file to other sites, but you must give credit to me as the creator (unless indicated otherwise). 2.2. You are not allowed to upload this file to other sites without explicit permission. 3. Modification Permission 3.1. You may modify my files and release bug fixes or enhancements, provided that you credit me as the original creator. 3.2. You are not allowed to convert this file for use with other games without explicit permission. 4. Conversion Permission 4.1. You are permitted to convert this file for use with other games, as long as you credit me as the creator. 4.2. You are not permitted to convert this file for use with other games without explicit permission. 5. Asset Use Permission 5.1. You may use the assets in this file without needing permission, provided you give me credit. 5.2. You must obtain explicit permission to use the assets in this file. 6. Asset Use Permission for Commercial Mods 6.1. You are allowed to use assets from this file in mods or files that are sold for money on Steam Workshop or other platforms. 6.2. You are prohibited from using assets from this file in any mods or files that are sold for money on Steam Workshop or other platforms, unless given explicit permission. 7. Publisher Notes 8. Extra Credits Notes: 1. in both pages, they're hidden until the user clicks the button to show them. Also, what's current checked is what's the default value is. 2. old mods that don't have this data would just... well, not have that data and wouldn't show in the mod post page. In the mod submission page: ``` <div class="IBMSMSMBSSExtra"><button class="btn btnMain IBMSMSMBSSExtraBtn" type="button">Permissions &amp; Details</button> <div class="IBMSMSMBSSExtraBox"> <p class="labelDescriptionMain" style="margin-bottom: 10px;text-align: center;">What permissions users have with your published mod/post</p> <div class="IBMSMSMBSSExtraBoxElementWrapper"> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Others&#39; Assets</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>All assets in this file are either owned by the publisher or sourced from free-to-use modder&#39;s resources.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="OthersAssets" checked /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>Not all assets in this file are owned by the publisher or sourced from free-to-use modder&#39;s resources; some assets may be.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="OthersAssets" /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Redistribution Permission</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You are allowed to upload this file to other sites, but you must give credit to me as the creator (unless indicated otherwise).<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="UploadPermission" checked /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You are not allowed to upload this file to other sites without explicit permission.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="UploadPermission" /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Modification Permission</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You may modify my files and release bug fixes or enhancements, provided that you credit me as the original creator.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="ModPermission" checked /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You are not allowed to convert this file for use with other games without explicit permission.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="ModPermission" /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Conversion Permission</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You are permitted to convert this file for use with other games, as long as you credit me as the creator.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="ConvPermission" checked /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You are not permitted to convert this file for use with other games without explicit permission.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="ConvPermission" /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Asset Use Permission</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You may use the assets in this file without needing permission, provided you give me credit.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="AseetUsePermission" checked /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You must obtain explicit permission to use the assets in this file.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="AseetUsePermission" /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Asset Use Permission for Commercial Mods</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You are allowed to use assets from this file in mods or files that are sold for money on Steam Workshop or other platforms.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="AseetUseComPermission" checked /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> <div class="IBMSMSMBSSExtraBoxElementColChoice"> <p>You are prohibited from using assets from this file in any mods or files that are sold for money on Steam Workshop or other platforms, unless given explicit permission.<br /></p><input class="IBMSMSMBSSExtraBoxElementColChoiceRadio" type="radio" name="AseetUseComPermission" checked /> <div class="IBMSMSMBSSExtraBoxElementColChoiceBox"></div> </div> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Publisher Notes</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"><textarea class="inputMain"></textarea></div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Extra Credits</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"><textarea class="inputMain"></textarea></div> </div> </div> </div> </div> ``` These new information pieces would be visible in a new area in a mod post, between the gallery and the tags, where a click would expand and detract a div with that information. The following html/classes is what'll be added to the mod post: ``` <div class="IBMSMSMBSSExtra"><button class="btn btnMain IBMSMSMBSSExtraBtn" type="button">Permissions &amp; Details</button> <div class="IBMSMSMBSSExtraBox"> <div class="IBMSMSMBSSExtraBoxElementWrapper"> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Others&#39; Assets</p> <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor"> <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --> <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path> </svg></div> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <p>All assets in this file are either owned by the publisher or sourced from free-to-use modder&#39;s resources.<br /></p> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Upload permission</p> <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkRed"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor"> <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --> <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM175 208.1L222.1 255.1L175 303C165.7 312.4 165.7 327.6 175 336.1C184.4 346.3 199.6 346.3 208.1 336.1L255.1 289.9L303 336.1C312.4 346.3 327.6 346.3 336.1 336.1C346.3 327.6 346.3 312.4 336.1 303L289.9 255.1L336.1 208.1C346.3 199.6 346.3 184.4 336.1 175C327.6 165.7 312.4 165.7 303 175L255.1 222.1L208.1 175C199.6 165.7 184.4 165.7 175 175C165.7 184.4 165.7 199.6 175 208.1V208.1z"></path> </svg></div> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <p>You are not allowed to upload this file to other sites without explicit permission.<br /></p> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Modification Permission</p> <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor"> <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --> <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path> </svg></div> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <p>You may modify my files and release bug fixes or enhancements, provided that you credit me as the original creator.<br /></p> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Conversion Permission</p> <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor"> <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --> <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path> </svg></div> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <p>You are permitted to convert this file for use with other games, as long as you credit me as the creator.<br /></p> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Asset Use Permission</p> <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor"> <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --> <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path> </svg></div> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <p>You may use the assets in this file without needing permission, provided you give me credit.<br /></p> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Asset Use Permission for Commercial Mods</p> <div class="IBMSMSMBSSExtraBoxElementColMark IBMSMSMBSSExtraBoxElementColMarkGreen"><svg class="IBMSMSMSSS_Author_Top_Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor"> <!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --> <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z"></path> </svg></div> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <p>You are allowed to use assets from this file in mods or files that are sold for money on Steam Workshop or other platforms.<br /></p> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Publisher Notes</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <p>Text</p> </div> </div> <div class="IBMSMSMBSSExtraBoxElement"> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColStart"> <p>Extra Credits</p> </div> <div class="IBMSMSMBSSExtraBoxElementCol IBMSMSMBSSExtraBoxElementColSecond"> <p>Text</p> </div> </div> </div> </div> </div> ```
freakoverse added the
Kind/Feature
label 2024-10-30 20:25:51 +00:00
freakoverse added this to the Extra Features project 2024-11-17 11:21:55 +00:00
freakoverse added the
Priority
Medium
label 2024-11-17 16:04:35 +00:00
freakoverse moved this to To Do in Extra Features on 2025-01-15 19:56:12 +00:00
freakoverse moved this to To Do in Extra Features on 2025-01-15 19:59:56 +00:00
freakoverse moved this to To Do in Extra Features on 2025-01-15 20:00:01 +00:00
enes moved this to In Progress in Extra Features on 2025-01-21 16:41:01 +00:00
enes closed this issue 2025-01-22 16:51:05 +00:00
freakoverse moved this to Done (features) in Extra Features on 2025-01-22 17:42:43 +00:00
Sign in to join this conversation.
No description provided.