Jump to content

Recommended Posts

Posted

I think one feature if possible that needs to be disabled is the 5 min afk program it makes it hard to keep an eye on chat and lurk if you want.

<08:12:32> "Andreas": Just because I am not talking does not mean that I am not watching.

Posted
// ==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...
Posted

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.

Posted

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.

Posted

Will mobile version ever work with fuwachat while on mobile devices or is it necessary to switch to desktop version?

 

It should work, theoretically. It's in its experimental stage, however.

  • 2 months later...
Posted

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)

Posted

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. 

Posted

Passive agressive ?

That wasn't my intention. I don't think I was but i'll appologize nonetheless I guess ...

Sorry

Posted

Fuwachat still seems like a work in progress, some tweaking is probably required but Tay's got his hands full at the moment. Should prob shoot him a PM if you think the lack of mods is an issue, I don't visit there and so I can't tell.

  • 2 weeks later...
Posted

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.

Posted

Shoutbox is kinda meant to be public so just PM or something if you want to whisper / be private

Oh gawd I can just imagine the abuse tyranny that will occur if Aniki gets her hands on announcement powers :sachi:

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...