Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Custom chat with members #37

Open
schlos opened this issue Feb 16, 2020 · 2 comments
Open

Custom chat with members #37

schlos opened this issue Feb 16, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@schlos
Copy link
Member

schlos commented Feb 16, 2020

Link to Telegram etc...

Add to site-botom.tpl

{$Project = $data}
{if $Project->ChatChannel == empty && ($.User && $Project->hasMember($.User))}
    <!-- code for your chatbot -->
{/if}
@schlos schlos self-assigned this Feb 16, 2020
@schlos
Copy link
Member Author

schlos commented Feb 16, 2020

Working integration via https://livechatbot.net/admin/#/index/main

ChatChannel as a configuration; OR add custom TeamChat value for integration with LiveChatBot.

Code example:

<script id="TelegramLiveChatLoader" data-bot="UUID_CODE" src="//livechatbot.net/assets/chat/js/loader.js"></script>

@schlos schlos added enhancement New feature or request help wanted Extra attention is needed labels Feb 16, 2020
@schlos
Copy link
Member Author

schlos commented Feb 17, 2020

See example here when adding ChatChannel for Slack: CodeForPhilly/laddr@4e757ea

@schlos schlos removed the help wanted Extra attention is needed label Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant