TaigaChat - AJAX Shoutbox [Deleted]

How can I disable smilies ?
How a user can save text formatting ?
How can i show a sidebar, where it says how many user are active in a chatbox ?
How can I banned a user from chatbox ?
How can I setup post count restriction ?
----------
 
How can I disable smilies ?
How a user can save text formatting ?
How can i show a sidebar, where it says how many user are active in a chatbox ?
How can I banned a user from chatbox ?
How can I setup post count restriction ?
----------

1. Remove it from the bar.
2. Don't think that is possible at this point.
3. Not sure, don't use that option.
4. Set up usergroups and perms.
5. Set up usergroups and perm
 
1. Remove it from the bar.
2. Don't think that is possible at this point.
3. Not sure, don't use that option.
4. Set up usergroups and perms.
5. Set up usergroups and perm
  1. If user knows the code, they will still use them.
  2. ok
  3. ok
  4. Thats a long way. There should be an option have it setup globally
  5. same thing as number 4
 
You can view the shoutbox in all forums ???

Yes, you are able to do that. For example, you could put this code in template: ad_forum_view_above_thread_list

Code:
<xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>

Also, make sure in the Taiga Chat options that Global hook is enabled.
 
how can i change the chatbox border color

and

how can i change the background color inside the chatbox?

be specific please , thanks
 
Installed and uploaded all files correctly. Added the code in the right place to I checked 3 times. I also even changed the permissions to allow. I could not get this mod to work. I guess it doesn't work anymore?
 
I need some help. I have TaigaChat enabled for everyone to see, and have it enabled and put in a specific place as a block. I have installed it correctly, and i have the shoutbox tab in the tabs that are (Home, members, etc.) It is simply not showing up as a block.
 
Installed and uploaded all files correctly. Added the code in the right place to I checked 3 times. I also even changed the permissions to allow. I could not get this mod to work. I guess it doesn't work anymore?

Works fine....

I have it running on the latest Xenforo version with no problems.
 
Works fine....

I have it running on the latest Xenforo version with no problems.

It may be because I am using the animate theme from xenfocus? I uploaded all the files correctly also put the code in the correct template, etc. It refuses to display. Even with all the permissions set correctly aswell.
 
I guess no one knows why I am having this issue..?
I use the Animate theme, and I've fixed the issue.
find the template: forum_list

Look for <xen:sidebar>, replace it with this:
Code:
<xen:sidebar>
    <xen:edithint template="sidebar.css" />
    <xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
    <xen:hook name="forum_list_sidebar">
        <xen:include template="sidebar_online_users" />
Stop at this: <!-- block: forum_stats -->

Should look like this when you're done:
Code:
<xen:sidebar>
    <xen:edithint template="sidebar.css" />
    <xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
    <xen:hook name="forum_list_sidebar">
        <xen:include template="sidebar_online_users" />
        <!-- block: forum_stats -->

Hope this helps, took me a while to figure out myself.

-C2E.
 
I use the Animate theme, and I've fixed the issue.
find the template: forum_list

Look for <xen:sidebar>, replace it with this:
Code:
<xen:sidebar>
    <xen:edithint template="sidebar.css" />
    <xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
    <xen:hook name="forum_list_sidebar">
        <xen:include template="sidebar_online_users" />
Stop at this: <!-- block: forum_stats -->

Should look like this when you're done:
Code:
<xen:sidebar>
    <xen:edithint template="sidebar.css" />
    <xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
    <xen:hook name="forum_list_sidebar">
        <xen:include template="sidebar_online_users" />
        <!-- block: forum_stats -->

Hope this helps, took me a while to figure out myself.

-C2E.

I'm not trying to put it on the sidebar though. I'm trying to put it right at the bottom of the forum list.
 
Top Bottom