Pages: [1]

Some Minor Updates
Posts: 3 Views: 1316

Wintermoot
  • Regional Stability Squad
  • The Greyscale Magi-Monk
  • I've made a few minor updates to the forums.

    If a member has pronouns set, it now shows beside their posts along with NationStates nation and family house. I thought it might be helpful to have them there so it's easier to know how to address a poster when replying to them. If you don't have your pronouns set, you can do so from your profile. Additionally, a member's NationStates nation is now further down that same list to reflect the fact that NS isn't as prominent in the community so not as many people will want to know a poster's nation.

    When you're writing a post, you can now see the last 30 posts made in the topic instead of the last 15. This was at the request of the Werewolf community.

    Finally, as said in the post editor topic, the bug where the new editor's default Youtube format wouldn't wouldn't be recognized on the forums has been fixed. You can now use either the full URL (as was traditional) or the video ID only (as is default in the new editor), and either should work.
    4 people like this post: Vroendal, Melehan, Gerrick, taulover


    I went all the way to Cassadega to commune with the dead
    They said "You'd better look alive"
    Wintermoot
    • The Greyscale Magi-Monk
    • Posts: 19,526
    • Karma: 9,733
    • Weather: ❄️
    • Regional Stability Squad
    • Pronouns
      He/Him/His
      Orientation
      Demisexual
      Wintreath Nation
      Logged
    Wintermoot
  • Regional Stability Squad
  • The Greyscale Magi-Monk
  • I forgot to mention, but this week I made an additional minor updates: the new text editor now exists site-wide, including profile fields and notes (did you know there's a space on the site for your private notes?). :)


    I went all the way to Cassadega to commune with the dead
    They said "You'd better look alive"
    Wintermoot
    • The Greyscale Magi-Monk
    • Posts: 19,526
    • Karma: 9,733
    • Weather: ❄️
    • Regional Stability Squad
    • Pronouns
      He/Him/His
      Orientation
      Demisexual
      Wintreath Nation
      Logged
    taulover
  • Regional Stability Squad
  • Seeker of Knowledge
  • Updated bbcode enabling userscript for these other editor locations:

    Code: [Select]
    // ==UserScript==
    // @name         Enable BBCode Editing
    // @namespace    https://github.com/taulover6283
    // @version      0.2.1
    // @description  Enable BBCode editing in Wintreath by default
    // @author       taulover
    // @match        https://wintreath.com/forums/index.php?action=post*
    // @match        https://wintreath.com/forums/index.php?action=pm;sa=send*
    // @match        https://www.wintreath.com/index.php?part=editprofile*
    // @match        https://wintreath.com/index.php?part=notes*
    // @match        https://wintreath.com/forums/index.php?action=profile;area=forumprofile*
    // @exclude      none
    // @grant        none
    // ==/UserScript==

    (function() {
        'use strict';

        Array.from(document.getElementsByClassName("sceditor-button-source")).forEach(e => e.click());
    })();

    Presumably should also add for the Laws page but I don't have access to that currently so I can't test that. (Plus that is being deprecated anyway.)

    Edit: fixed issues with profile page of having to turn on bbcode on all editors, and also to cover the form the URL takes after editing is done
    « Last Edit: June 27, 2021, 11:15:13 PM by taulover »
    Résumé
    taulover
    • Seeker of Knowledge
    • Posts: 13,244
    • Karma: 4,263
    • Regional Stability Squad
    • Pronouns
      He/Him/His
      Familial House
      Valeria
      Wintreath Nation
      Logged
     
    Pages: [1]