• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

TaigaChat - AJAX shoutbox

Status
Not open for further replies.
I noticed gib's post is about 5 weeks old so I wanted to ask if there is any new info available. I am looking for a chat room solution for my site. I took a look at XenHabla and it doesn't seem to be a good solution for my site. I love how Taiga is fully integrated into XF, very user friendly, and (key importance for me) users retain their XF usernames. IRC and most of the chat solutions I have looked at don't have that integration.

Basically if there is a hope of expanding Taiga from a shoutbox into a chatroom solution then I would use it and ofc support the add-on.

I will probably add something along those lines in the future (fully optional of course), but most likely not in the next release.
 
Is there any way I can add this to an extrernal page? F.e. my index.php which is in my htdocs folder, while my forum being located inside htdocs/forum ?
Thanks.
 
Hey dark :D

I'm curious if you could get the effects like bold font and such to be automatic when clicked. Instead of showing [b}[/b] it just has their font bolded from there on out. Also have it remembered their chooses. So if they click the bold font, even if they refresh the page the bold font selection will still be active.

Either way great job so far. I like the fast output.
 
Does anybody know how to change the buttons on the chat to fit well with flexile dark?
Edit the EXTRA.css template on the skin and add
.mainContainer { margin-right: -277px; }
.mainContent { margin-right: 277px; }
.sidebar { width: 262px; }

That will solve your issue
 
<xen:hook name="forum_list_sidebar">
<xen:include template="sidebar_online_users" />
<xen:include template="dark_taigachat" />

Is that right
 
Really lame question I'm sure but I don't want to assume anything...

I am interested in trying out TaigaChat on my installation but I want to allow Guests to view only but not post, and Registered Members and above to be able to participate.

I presume that is possible, yes?

I notice it will then optionally autopost to a thread. That I'm liking a WHOLE lot! :D

And VERY happy to see the addition of the BBCode bar. Keep rollin'! (y)
 
Status
Not open for further replies.
Back
Top Bottom