# 事件 - bumpTopic带有多个时间值 - 仅第一个被触发

**URL:** https://meta.discourse.org/t/event-bumptopic-with-multiple-time-values-only-the-first-is-triggered/342376
**Category:** Bug
**Tags:** events
**Created:** [2024 年12 月 14 日 01:53 UTC](https://meta.discourse.org/t/event-bumptopic-with-multiple-time-values-only-the-first-is-triggered/342376 "2024-12-14T01:53:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tkforbes](https://avatars.discourse-cdn.com/v4/letter/t/e95f7d/32.png) [@tkforbes](https://meta.discourse.org/u/tkforbes)
#### Post date: [2024 年12 月 14 日 01:53 UTC](https://meta.discourse.org/t/event-bumptopic-with-multiple-time-values-only-the-first-is-triggered/342376/1 "2024-12-14T01:53:51Z")

</div>

我创建了已设置为自动置顶主题选项的活动。我想在预定开始时间前三天、两天和一天置顶活动，以提高临近活动的可见度。

我使用了撰写器中的齿轮小部件来构建活动。

 ![创建活动的表单截图，其中包含时区、状态、提醒和重复设置选项。（由 AI 标注）](https://global.discourse-cdn.com/meta/original/4X/c/4/e/c4ea1c9cb9741914e52bba46e2be588ab5294320.png)

生成的代码如下：

```plaintext
[event start="2024-12-13 20:41" status="public" timezone="America/Toronto" end="2024-12-13 21:26" allowedGroups="trust_level_0" reminders="bumpTopic.1.days,bumpTopic.2.days,bumpTopic.3.days"]
[/event]

```

Discourse 只触发了一次置顶。在第一次置顶（也是唯一一次置顶）之前，系统会发出通知，告知主题将在 X 天/小时/分钟后置顶。置顶发生后，就没有关于下一次置顶的通知了。当到达下一次置顶时间时，什么也没有发生。

---

<div class="post-metadata">

### Author: ![tkforbes](https://avatars.discourse-cdn.com/v4/letter/t/e95f7d/32.png) [@tkforbes](https://meta.discourse.org/u/tkforbes)
#### Post date: [2024 年12 月 14 日 04:27 UTC](https://meta.discourse.org/t/event-bumptopic-with-multiple-time-values-only-the-first-is-triggered/342376/2 "2024-12-14T04:27:50Z")

</div>

这是事件主题的记录。

 ![图片显示了一个关于测试事件的讨论串，该事件本应自动顶三次，但只观察到了上午9点的顶帖。(由AI配图)](https://global.discourse-cdn.com/meta/original/4X/2/7/f/27f08ed0aeadf7fd9f03c75548e273591d07e167.png)
