TaigaChat Pro - Realtime chat/shoutbox [Deleted]

How/ Where can I change the color of the input field, when you have clicked into it and write something?
 
I'm not sure if this has been asked yet or not (kinda hard to check every page of a 68 page thread at the moment), but is it possible to have multiple "tabs" of chats with this? And if not, any chance it could be added at some point?

What I'm looking for:

A Main chat tab for the forums
A second (or third/fourth/etc...admin panel setting?) that has different settings (in my case, I would like a 2nd IRC based tab that I can link with the chat of a minecraft server)

Just a "what if" I was thinking about while looking for a chat box.
 
Hey man. When I try to post on the chat, nothing appears and the bbcode buttons do not work. If you can help me out, It'd be much appreciated.
 
Hey man. When I try to post on the chat, nothing appears and the bbcode buttons do not work. If you can help me out, It'd be much appreciated.

The most common cause for that is a javascript error from another addon preventing the taigachat javascript from executing properly

Check the f12 console to see if there are any javascript errors
 
The only addon I have installed at the moment is the shoutbox itself (http://prntscr.com/334ne1), and I still can't post (http://prntscr.com/334mrh). I have set every permission as yes for the admin group and I still can't do anything?

The fact that the text input box has not resized itself into the space next to the buttons indicates that the problem does indeed lie with the Javascript. If there are no errors in the Javascript console, try re-uploading the taigachat js folder.
 
The only error I receive from the chat is the following:

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Directive 'allow_call_time_pass_reference' is no longer available in PHP - Unknown:0
Generated By: Unknown Account, Yesterday at 5:54 PM
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(103) "http://gamebait.info/css.php?css=dark_taigachat_color_picker,editor_dialog&style=1&dir=LTR&d=1395510820"
  ["_GET"] => array(4) {
    ["css"] => string(41) "dark_taigachat_color_picker,editor_dialog"
    ["style"] => string(1) "1"
    ["dir"] => string(3) "LTR"
    ["d"] => string(10) "1395510820"
  }
  ["_POST"] => array(0) {
  }
}
 
Can users be able to choose display settings shoutbox at the top or bottom of the forum?

In my vBulletin forum I created a new custom field in the user profile. Depending on the setting infernoShoutbox display at the top or at the bottom of the forum.
Could you tell me if in TaigaChat I can do something like this?
 
What was the solution to speed mode being slow? It takes sometimes 2-3 seconds for the message to post in speed mode. I disable it and it works fine.
 
What was the solution to speed mode being slow? It takes sometimes 2-3 seconds for the message to post in speed mode. I disable it and it works fine.

If you are using any sort of file stat caching in your http server such as nginx open_file_cache, it needs to be disabled either globally or for the folder /data/taigachat

is XF1.3 update coming in soon?

XF 1.3 is fully supported
 
The only error I receive from the chat is the following:

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Directive 'allow_call_time_pass_reference' is no longer available in PHP - Unknown:0
Generated By: Unknown Account, Yesterday at 5:54 PM
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(103) "http://gamebait.info/css.php?css=dark_taigachat_color_picker,editor_dialog&style=1&dir=LTR&d=1395510820"
  ["_GET"] => array(4) {
    ["css"] => string(41) "dark_taigachat_color_picker,editor_dialog"
    ["style"] => string(1) "1"
    ["dir"] => string(3) "LTR"
    ["d"] => string(10) "1395510820"
  }
  ["_POST"] => array(0) {
  }
}

Can you help me out then bud?
 
Purchased

PayPal Conversion Rate as of 27 March 2014: 1 Polish Zloty = 0,190616 British Pounds
25 GBP = 41 USD = 131,16 PLN
I hope it is worth the money ;)
 
I would to show a message to my banned users from shoutbox !
But the code :
Code:
<xen:if is="!{$taigachat.canView}">content</xen:if>
doesn't work
 
Back
Top Bottom