Move poking on profiles

Discussion in 'Forums Suggestions' started by Pillow, Feb 17, 2021.

  1. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    Currently on profiles, poking is listed under "Moderator Tools" Despite it not being a moderator tool at all. So my suggestion is to move it out of said area.

    [​IMG]
     
    • Support Support x 15
    • Agree Agree x 1
    • Neutral Neutral x 1
  2. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    Thank you pc for reminding me this exists
    bump
     
  3. Mai
    Offline

    Mai serendipity Discord Moderator Discord Administrator Premium Premium

    Joined:
    Jul 25, 2015
    Messages:
    5,103
    I'm just unsure if this is actually possible to implement. If it is though, I'm definitely on board. Would make sense to not have it under moderator tools and have it elsewhere.
     
    • Agree Agree x 3
  4. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    Bump again : )
     
  5. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    bump
    been a while
     
  6. trinity
    Offline

    trinity selene Premium

    Joined:
    Aug 6, 2016
    Messages:
    1,119
    IGN:
    sunflow27
    If it is possible to move then support but not 100% sure if it is actually entirely possible. I've always wondered why it's been listed under there.
     
  7. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    Been a while, might try add this to my userscript
    This is a bump btw
     
  8. clxrity
    Offline

    clxrity Experienced Member

    Joined:
    Jan 24, 2016
    Messages:
    633
    IGN:
    clxrity
    i looked at this on the mineverse forums too, and it seems like it's because "Moderator Tools" are the only viable place for it to fall into when installing the add-on. but honestly the process of changing that seems like more trouble than it's worth... support nonetheless however
     
    • Informative Informative x 2
    • Agree Agree x 1
    • Friendly Friendly x 1
  9. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    Just was reminded this exists - since there's special javascript inserted only for trinity 's profile (on every single page - firefox_0Aq0U98wEr.png | nest.rip ), it should be fine to add some special JS for this.

    Oops, I dropped some javascript, wonder what that's about
    Code:
    const moderatorActions = document.querySelector('div[id^="XenForoUniq"].Menu > ul.secondaryContent.blockLinksList')
        const pokeBtn = moderatorActions?.querySelector('li > a.OverlayTrigger[href^="pokes/"]')
        const clone = pokeBtn?.cloneNode(true)
      
        pokeBtn?.parentElement?.remove()
    
        let linkElement = document.createElement('li')
        linkElement.appendChild(clone as Node)
    
        document.querySelector('.followBlock > ul')?.appendChild(linkElement)
      
        if (moderatorActions?.children.length === 0) {
            document.querySelector('.Popup.moderatorToolsPopup')?.remove()
        }
    (just to clarify, this is from skyblock-extras which is GPL 3.0)
     
    Last edited: Jun 27, 2024
  10. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    Bump!! (look at the solution right there ^ !! Ask me and I can relicense that bit if you want)
     
  11. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    bump!!
     
  12. ThatGuyBrandon
    Online

    ThatGuyBrandon Moderator Moderator

    Joined:
    Feb 26, 2024
    Messages:
    161
    IGN:
    Legend_Craft
    I agree with you on this :)
     
    Last edited: Sep 22, 2024
  13. Devil
    Offline

    Devil stinky Discord Moderator

    Joined:
    Apr 27, 2020
    Messages:
    571
    IGN:
    hellevator
    i mean since this was ressurected ima support lol
     
  14. aace_
    Offline

    aace_ Active Member

    Joined:
    Nov 15, 2023
    Messages:
    303
    IGN:
    AaceOofSpadess
    farts i supported yay now give me my java script sticker
     
  15. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    B u m p
     
    • Agree Agree x 1
  16. Butter_
    Offline

    Butter_ Member

    Joined:
    Nov 30, 2024
    Messages:
    395
    IGN:
    itsbutter_
    3 years and still not implemented, if it's not possible I'd at least want confirmation from a mod that that's the case.
     
  17. Pillow
    Offline

    Pillow blanky Premium

    Joined:
    May 27, 2019
    Messages:
    1,981
    IGN:
    Pilberry
    It is possible.
     

Share This Page