I was able to figure out that it doesn't work because the $taigachat variable in the template is empty.So it turns out it is the free version that does not work. As soon as I upgraded to the pay version, all is good.
This is there for the pro version:Is there any way to get this to work with the [bd] widget framework? In the FAQ for the widget framework there's mention of a TaigaChat.xml, but this file is nowhere to be found.
Then don't xD But don't complain about missing features that are pro version only. You can attempt to code it yourself for freenot interested in paying for the Pro version.
Then don't xD But don't complain about missing features that are pro version only. You can attempt to code it yourself for free![]()
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:
Add the following code right above it:Code:<!--XenForo_Require:CSS-->
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![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.