Uploading Save To Forum Or Group Topics

  • Gelix
    7th Jan 2016 Member 0 Permalink

    I just had a question. How do you upload a save to the forum or to a group topic? Being the owner of a group myself I would really like to know so I can use my group's topic better. Thanks in advance for the answers!

  • Mrprocom
    7th Jan 2016 Moderator 0 Permalink
    @Gelix (View Post)
    If I understood you correctly:
    ~Save_ID
    Example:
    ~404
    Becomes:


    Edit: It is kind of weird to use it in groups, but what you should be aware of is that the group system is broken. I'm sure you noticed that you can't really make new lines, but you actually can using HTML tags.
    The most important ones are:

    • <br> Line break:
      • Creates a new line.
    • <p></p> Paragraph:
      • Not really useful, but you can use it to create multiple empty lines.
    • <b>Text</b> Bold:
      • Makes text bold.
    • <i>Text</i> Italic:
      • Makes text emphasized.
    • <u>Text</u> Underline:
      • Makes text underlined.
    • <a href="URL">Text</a> Anchor:
      • Used to create hyperlinks.
    • <img src="URL"> Images:
      • Used to post images.


    Here is a good tutorial I wrote (with some help from @wolfy1339 of course) for a bigger list with more explanations: http://files.brilliant-minds.tk/Organize-Post.html

    A reference for tl;dr guys: http://files.brilliant-minds.tk/Organize-Post.html#revision
    Edited 4 times by Mrprocom. Last: 7th Jan 2016
  • Gelix
    7th Jan 2016 Member 0 Permalink

     

    Is this right?

    Edited once by Gelix. Last: 7th Jan 2016
  • wolfy1339
    8th Jan 2016 Member 0 Permalink
    Yes, that's it