TaigaChat - AJAX Shoutbox [Deleted]

For anyone having problems with the BBCode icons not showing up, I have a fix.

Step 1.)
You need to include Font Awesome unless your style already comes with it.

In templates, open PAGE_CONTAINER

Find this:
Code:
<!--XenForo_Require:CSS-->
Add the following code right above it:
Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">

Save and Exit.

Step 2.)

In templates, open EXTRA.css and add this at the bottom:
Code:
.shoutbox {
    padding: 6px;
    line-height: 0!important;
}

Save and exit.

Step 3.)
In the options for TaigaChat, look for the 'BBCode buttons' box and replace everything with this:
Code:
<span class='shoutbox fa fa-bold'></span>:[b][/b]
<span class='shoutbox fa fa-italic'></span>:[i][/i]
<span class='shoutbox fa fa-strikethrough'></span>:[s][/s]
<span class='shoutbox fa fa-adjust'></span>:[color=][/color]
<span class='shoutbox fa fa-picture-o'></span>:[img][/img]
<span class='shoutbox fa fa-chain'></span>:[url=][/url]

Save changes.

The BBCode bar will now be using the FontAwesome icons. Hope this helps :)
 
I installed this yesterday and got this server error message ErrorException: Undefined offset: 1 - library/Dark/TaigaChat/Helper/Global.php:15
What to do? Help please.

Thanks.
 
I came here via searching for fixes for it not showing up after the code.

Then my common sense clicked! Don't forget there are permissions to view the SB once installed.

Therefore go to your usergroup permissions and set accordingly!
 
Does this not work anymore? I installed it today on xf 1.3.1 and followed the instructions, but it's still not showing up. Even with the permissions set properly...
 
Is there a way to embed TaigaChat in a forum thread or even a specific post? I know when I first installed TaigaChat it showed up on every forum. I don't remember how I set it to just the index page or how I may go about adding it to a specific thread.

In case you're wondering, I run live events on my forum and they include streams from multiple Twitch accounts. I want to be able to screen cap my PC to be able to switch between the feeds myself but then also give them a place to chat outside of Twitch.
 
Anyone can help me?

I just install this add-on but not work.

I uploaded files and edit templates just like this: (
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
) and not working..

My site : www.primeiraliga,com
 
Did you try putting this:
Code:
<!-- Taiga Chat -->
<xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
<!-- end Taiga Chat -->

after this:

Code:
<xen:hook name="forum_list_nodes">
    <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>

in the forum_list template?

And also make sure you've set your permissions and checked the box to enable the global hook.

:)
 
Last edited:
Top Bottom