TaigaChat - AJAX Shoutbox [Deleted]

Which one? How would I fix it?

This is what I have in dark_taigachat.css template... (just posting the popup css)

Code:
/*.taigachat_popup_body { height: 100%; }*/
.taigachat_popup { padding: 0; height: 100%; margin: 0; position: absolute; top: 0; left: 0; bottom: 0; right: 0;  }
.taigachat_popup > div { height: 100%; margin: -20px 0 0 0; padding: 10px 0; border-bottom: 0;  }
.taigachat_popup #taigachat_box { height: auto !important; position: absolute; top: 40px; left: 10px; right: 10px; bottom: 10px; width: auto !important; }
.taigachat_popup #taigachat_controls { position: absolute; left: 10px; right: 10px; top: 10px; }
.taigachat_popup.taigachat_reverse #taigachat_box { top: 10px; left: 10px; right: 10px; bottom: 30px; }
.taigachat_popup.taigachat_reverse #taigachat_controls { left: 10px; right: 10px; bottom: 10px; top: auto; }
.taigachat_toolbar_enabled .taigachat_popup #taigachat_box { top: 70px; }
.taigachat_toolbar_enabled .taigachat_popup.taigachat_reverse #taigachat_box { bottom: 60px; top: 10px; }
.taigachat_popup .taigachat_credit { display: none }
 
  • Like
Reactions: Cal
Love this chat system, but I suggest adding in a prune section. Other than that it's amazing, rated 5/5!
 
I would like to remove the "Shoutbox" title over the box but not finding it in any of the templates. Anyone know how to make it go away? Thanks.
 
I can't find how to change it.

Not sure if it has something to do with Aurora... wouldn't make sense. I would almost have to see it like you do to keep attempting. I'm lost.
 
I can't find how to change it.

Not sure if it has something to do with Aurora... wouldn't make sense. I would almost have to see it like you do to keep attempting. I'm lost.
Found it.

In dark_taigachat_chatbox, I removed:

Code:
<div class="nodeInfo categoryNodeInfo categoryStrip">   
                    <div class="categoryText">
                        <h3 class="nodeTitle"><a href="{xen:link '{$taigachat.route}'}">{xen:phrase dark_shoutbox}</a></h3>           
                    </div>       
                </div>

That got it. Thanks again for your help.
 
Anyone figure out a way to have the number of members in Shoutbox show up on the menu? That might be a nice addition for the deluxe version.
 
is it possible to modify the layout and method for sorting comments?
In the popup and full view chat, I would like to have the posting options at the top of the chat and for the chat posts to be newest to oldest (top to bottom) instead of adding new posts to the bottom. this way people can just read new posts at the top instead of having to scroll down to see them.
The way it shows in the shoutbox in the sidebar is fine but the others i would like to change.
 
is it possible to modify the layout and method for sorting comments?
In the popup and full view chat, I would like to have the posting options at the top of the chat and for the chat posts to be newest to oldest (top to bottom) instead of adding new posts to the bottom. this way people can just read new posts at the top instead of having to scroll down to see them.
The way it shows in the shoutbox in the sidebar is fine but the others i would like to change.

Have you tried toggling the Reverse option? There is no way of having it only affect some views without editing the PHP code however.
 
Also I have resumed development on TaigaChat Pro :)

A couple of features have been dropped for the initial release though, namely multi-room support.

All the commonly requested features are still in the pipeline, along with my favourite new feature which is serving refreshes from a static html file, so pretty much as realtime and efficient as it's possible to get without requiring specialised server-side support or irc :)
 
pro version sounds awesome
could you add a sound effect when a new message is posted?
You could check MChat for phpbb to see how they do it, basically they use a flash file to play a wav file in the same folder as the swf and module.
 
pro version sounds awesome
could you add a sound effect when a new message is posted?
You could check MChat for phpbb to see how they do it, basically they use a flash file to play a wav file in the same folder as the swf and module.

It's on my list :)
 
Back
Top Bottom