Jump to content

FuwaChat Discussion


Recommended Posts

// ==UserScript==
// @name         Fuwanovel Shoutbox Fixer
// @namespace    https://fuwanovel.net
// @version      0.1337
// @description  Some shoutbox tweaks
// @author       Nayleen
// @match        https://forums.fuwanovel.net/index.php?/shoutbox/*
// @grant        none
// ==/UserScript==

var Fuwa = Fuwa || {};

Fuwa.shoutbox = {
    // Config
    disable_afk: true,
    disable_loader: true,
    disable_top_shouter: true,
    refresh_overwrite: 5, // in (milli)seconds
    
    // Do not touch below :o
    init: function () {
        // Disable AFK
        if (Fuwa.shoutbox.disable_afk) {
            ipb.shoutbox.inactive_timeout = 1000000000000;
        }
        
        // Disable AJAX Loader
        ipb.shoutbox.img_disable = Fuwa.shoutbox.disable_loader;
        
        // Disable top shouter
        if (Fuwa.shoutbox.disable_top_shouter) {
            document.querySelector('#board_stats > ul > li:nth-child(3)').remove();
        }
        
        // Overwrite refresh time
        ipb.shoutbox.hide_refresh = true;
        document.querySelector('#shoutbox-refresh-button').hide();
        
        if (Fuwa.shoutbox.refresh_overwrite < 1000) {
            Fuwa.shoutbox.refresh_overwrite *= 1000;
        }
        
        ipb.shoutbox.shouts_refresh = Fuwa.shoutbox.refresh_overwrite;
        ipb.shoutbox.timeoutShouts = setTimeout("ipb.shoutbox.reloadShouts(true)", ipb.shoutbox.shouts_refresh);
    }
};

Fuwa.shoutbox.init();
UserScript to:
  • disable the AJAX loading animation when refreshing the shoutbox
  • disable the AFK timer
  • overwrite the refresh timer, because 60 seconds is excessive...
Link to comment
Share on other sites

So if I am correct now we got the following things except the forum:

Fuwachat

Teamspeak (unofficial?)

Skype (unofficial?)

Twitter

Facebook

 

Isn't Fuwachat, Teamspeak and Skype pretty mixed together? My feeling is that people are lurking on different platforms depending on what they use regularly. I can honestly say I wont be using Fuwachat because I got Skype up and running. Maybe I will lurk in the Fuwachat sometimes but I doubt it. It collides with my use of Skype which I use for a lot of things expect chatting. Isn't it possible to maybe bring the three platforms together at a later date? Yes I know Teamspeak is much better if you are voicing in a huge group.

I could count the number of members who use both TS and FSG (skype) on my hands. Something I couldnt say about each of  their unique populations. And each platform has its benefits. Shoutbox is nice and casual and easy to use with no commitment.

Link to comment
Share on other sites

On mobile, so apologies for weird speech.

The refresh issue is kinda complicated as I'm trying to gauge the load of the shout box during peak usage. Not trying to be a stick in the mud, but as the whole thing is still in experimentation mode I'm trying to learn a lot as we go. I don't mind tinkering, but I plan on short trial periods in-between changes to gauge efficacy.

Sorry to those who felt hurt about not being in the first batch of chat moderators. The chat mods list isn't written in stone. It'll change periodically. We're trying to get a feel for how the system can/should work, and then we'll try and rotate some positions so others can get a chance.

Link to comment
Share on other sites

  • 2 months later...

Given their activity, I suggest a change of the chat mods to the current people who make it live :

-SoulJustin

-Segai

-Kimossab

-Kurisu-chan (already mod)

-Eclipsed (who drops in from time to time)

Link to comment
Share on other sites

Not +1 mod

Minus all (not Kurisu) + a few.

Tomato tomato (doesnt go across through text but pronounce it both ways). 

Anyway, sure, I agree with you. That said, you said in an earlier post to make other users mods, so yeah, stop with your passive aggressive jabs at the inactive mods. 

Link to comment
Share on other sites

  • 2 weeks later...

Suggestions :

 

A whisper function could be useful.

 

Allow chat mods to modify a sticky text box above chat so all regular users can see it.

 

Clearly, both are uneccessary but could be convienient and useful in some particular cases.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...