Babble 聊天

I know you won’t believe. But till today morning, my babble chat (installed just 3 days back, so only 10 to 20 msgs were there) appeared under one topic in the chosen category.

I believed this was the intended behaviour that Babble chat would appear in the designated category (category chosen in babble settings).
Now it happened that I went into do some experiments and happen to delete that category. And now I can’t not only bring that behaviour back, but also facing a new peculiarity.

If I created a new category, specially for Babble chat, and assigned that category to Babble. Then (unlike till this morning), any post/topic I create under that category doesn’t appear in the Babble Chat. But if I post a msg in Babble chat, then that (first) msg can only be edited, but can’t be deleted in any way. And to make things worse, I can’t delete that category anymore since category would keep showing that there exists one topic.
How can I resolve this?
Hope I was able to make myself clear.

I would repeat, that till today morning, whatever was being posted in Babble chat, was being reproduced in the category’s one topic. There must be some 10 to 20 babble postings showing under that category (all under one topic, linear way).`

How to change background color under icon?
26

1 个赞

Can we show chat logs outside Babble?
I mean, for example, “chat topic” in normal Discourse.

1 个赞

I knew it’s exist, but I don’t know how can I put it into topic list.

是否有一种方法可以在 Discourse 本身之外运行 Babble?我们有兴趣将 Babble 聊天室嵌入到网站的独立部分,这样我们仍然可以使用版主工具,并与论坛使用相同的账户。

我最近为我们的社区部署了您的插件。感谢您所做的一切工作。

我遇到了一个问题:
“babble-staged-post” 有时不会消失,加载动画会持续旋转。这种情况很少发生,后续发布帖子时通常不会再出现该问题。

如果您需要任何日志或支持信息,我很乐意提供。

你好,我只想调整头像的大小,它们太大了而且很模糊 :frowning:

@gdpelican :slight_smile:

@PaulinaMX 我推测您的网站可能设置了某些自定义 CSS,从而干扰了样式。请尝试移除任何自定义样式,看看是否能解决该问题?

1 个赞

非常感谢,我已经找到了问题所在,就是这段用于放大帖子中头像的代码。

.topic-avatar {
  width: 70px;
  .avatar {
    width: 70px;
    height: 70px;
  }
}
2 个赞

这是一款很棒的插件。我把它安装在我的论坛上,它在电脑和手机上都能完美运行。

2 个赞

绝对是颠覆性的改变。我们的会员已经非常喜欢它了,不过有没有办法更改图标的背景色?我知道这来自我们的主题,但肯定有办法自定义。谢谢!

%F0%9F%87%A7%F0%9F%87%AC

你好 @calebs,试试类似下面的代码:

.babble-sidebar-collapsed {
  background: #some_color;
  &:hover { background: #some_color; }
}

鉴于这些颜色已经是覆盖样式,你可能还需要使用 !important 来强制应用颜色。

3 个赞

试试这个:Matterbabble: Discourse Matterbridge integration

虽然涉及更多组件,但一旦将 Babble 与 Matterbridge 连接起来,它就能连接 大量其他平台 :slightly_smiling_face:

@gdpelican - 随着我们最近通过添加跟踪级别对群组代码进行的更新,看来是 Babble 导致了这个问题:Babble: Admins can't see a group set to `group owner` only visibility - #13 by justin

2 个赞

@gdpelican,您是否有可能为这个插件添加一个路由名称?如果这本身是可行的话…… :thinking:

这样我就可以从标签栏插件启动它,这对移动用户来说会非常方便。

一个提升可用性的快速建议:

当前行为:发送消息后,文本框变灰,在消息“已发布”之前无法输入。

建议行为:用户应在发送一条消息后立即能够输入下一条消息(但在上一条消息成功“发布”之前无法发送)。

该建议行为模仿了所有现代即时通讯和聊天应用的用户体验。

此外,我经常需要连续发送多条简短消息,每次都要等待两秒才能输入下一条,这让人感到很困扰 :confused:

1 个赞

请让 Babble 自动清除旧的聊天历史。最近,我在网站上用于群聊的一个主题中触达了 10,000 条帖子的上限,不得不手动找出被隐藏的原聊天主题并重新打开它。我在 Babble 中的设置仅保留最近 3 天的聊天历史,但 Babble 中的聊天记录却仍一直保留到我最初安装时的内容。我仍在寻找解决方案,目前正在研究如何手动批量删除旧帖子……目前我已将帖子上限提高到 20,000 条,但这并非长久之计。@gdpelican

3 个赞

最新更新导致 Babble 聊天按钮的颜色无法通过背景 CSS 元素使用 !important 进行覆盖。

我喜欢移动版本中启动聊天的图标设计(尺寸、位置等)。能否在桌面视图中也完全一样地显示?具体来说,能否将该链接放在页眉中?如果可以,该如何操作?