TaigaChat Pro - Realtime chat/shoutbox [Deleted]

bought the chatbox a long time ago, went to open it again on gmail because I'm rebuilding my site and it wont let me because gamil doesn't allow zip files anymore. Any idea's?
 
I found an error but I'm not sure how it's throwed
Code:
Uncaught ReferenceError: c is not defined
    at HTMLElement.eval (eval at window.taigachat (taigachat.js?1501093002&_v=ce426927:83), <anonymous>:2:444)
    at HTMLElement.d.complete (jquery.min.js:4)
    at j (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at i (jquery.min.js:4)
    at n.fx.tick (jquery.min.js:4)

Code:
XenForo.balloonCounterUpdateOriginal = function(a, b) {
    if (a.length) {
        var d = a.find("span.Total")
          , e = d.text();
        d.text(b);
        !b || b == "0" ? a.fadeOut("fast", function() {
            a.addClass("Zero").css("display", "")
        }) : a.fadeIn("fast", function() {
            a.removeClass("Zero").css("display", "");
            var d = parseInt(e.replace(/[^\d]/, ""), 10)
              , d = parseInt(b.replace(/[^\d]/, ""), 10) - d;
            if (d > 0 && a.data("text")) {
                var h = a.closest(".Popup")
                  , j = h.data("XenForo.PopupMenu")
                  , d = c("<a />").css("cursor", "pointer").html(a.data("text").replace(/%d/, d)).click(function() {
                    if (h.is(":visible") && j)
                        j.$clicker.trigger("click");
                    else if (h.find("a[href]").length)
                        g.location = XenForo.canonicalizeUrl(h.find("a[href]").attr("href"));
                    return !1
                });
                j && !j.menuVisible && j.resetLoader();
                XenForo.stackAlert(d, 1E4, a)
            }
        })
    }
}

Code:
eval("XenForo.balloonCounterUpdateOriginal = " + XenForo.balloonCounterUpdate.toString());

In file taigachat.js

It doesn't stop the functionality I guess...
 
I have just recently moved to cloudflare in front of my forum, are there any special considerations I need to make in the settings for this?
 
Hello,

just following the first steps installations but , you say to go to : apparence /import widget , but there is no "import widget" in apparence?

I try to install every file but no way trough the "install addon" button
 
Ok it works , sorry ;)

Just a question...How to have it on the main forum page, like the demo and not in the navigation bar ?

Thank you
 
Okay done,

thank you.....I´ve found the trick here in this video where , i think the developper of this app @Luke F should do something .Because the app is free to download

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

@Pedro Pino , do you know on wich page in the thread is the video available ?
 
Mmm there is another video in this thread. I am on mobile now. in my work. as soon I got home I will post or pm you how to edit the templates about taiga chat.
 
Hello , i have a problem .. i don"t know how i can make a light sound on the shoutbox when someone send a new message . i want to hear something to have the reflex to go and check ..

thanks
 
Top Bottom