TaigaChat Pro - Realtime chat/shoutbox [Deleted]

Hi Luke,

A suggestion for the next version would be to provide an option which allows shouts to be archived within a private conversation. Not sure if it is possible, but it would be a great feature that I would use. :)
 
I have just installed the shoutbox and it's working great! Is it possible for me to somehow put the shoutbox to also be on my website's homepage (wordpress)? Thanks in advance.
 
I have just installed the shoutbox and it's working great! Is it possible for me to somehow put the shoutbox to also be on my website's homepage (wordpress)? Thanks in advance.

Is it one of those wordpress-xenforo bridges or plain wordpress?

For the former, you may be able to pull something off through the bridge, but I've not looked into the wordpress bridge(s) in a while.

For either, you could try an iframe of the popup view (/taigachat/popup)
 
Is it one of those wordpress-xenforo bridges or plain wordpress?

For the former, you may be able to pull something off through the bridge, but I've not looked into the wordpress bridge(s) in a while.

For either, you could try an iframe of the popup view (/taigachat/popup)

I do indeed have them bridged. I'll look into iframing the popup view. Thanks!
 
Luke, any chance you looking into the banning system?

Simply put, I can not use the banning system as it is. It would be impossible to manage the access masks on my website when I have to sort through hundreds of banned from chat users as well... with no easy way to tell them apart.
 
Hi I have. This chat plug in in my forum .
I did remove the " online members " box out from the main forum
And whn I click to go to the chat , I can see the box ther .
Jake helped me with the code of removing the box . But now I want to remove it from the chat
http://moderntank.net/forum/index.php?chatbox/
You need to be a member to see it
And this is the forum http://moderntank.net/forum/index.php

That's the free version you've got there

You need to comment it out in the sidebar section of template dark_taigachat_full
 
Comment what out ?can you be more specific ?ty

Maybe in the dark_taigachat_full template... dunno.

Code:
<xen:comment><xen:include template="sidebar_online_users">
                <xen:map from="$taigachat.onlineUsers" to="$onlineUsers" />
            </xen:include></xen:comment>

Not sure, never had to move anything with comment yet. I would have tried that first though.
 
Maybe in the dark_taigachat_full template... dunno.

Code:
<xen:comment><xen:include template="sidebar_online_users">
                <xen:map from="$taigachat.onlineUsers" to="$onlineUsers" />
            </xen:include></xen:comment>

Not sure, never had to move anything with comment yet. I would have tried that first though.
I have trying that ,, I get error
 
Ok I have fixed it . I had to take the all tab out .
Now I want to remove this icons
And leave only the smailes
 

Attachments

  • image.webp
    image.webp
    13.8 KB · Views: 18
Back
Top Bottom