将消息从 DNN 内部消息系统转发/重定向到 Vivo 消息

发布于 2024-10-05 09:36:44 字数 143 浏览 2 评论 0原文

我不知道使用 DNN VivoSocial 的社区有多大,但我会尝试一下。

所以我正在使用 DNN Vivo Messaging(Vivo Social 的一部分),我是否可以将所有传入消息从 DNN 内部消息重定向/转发到 Vivo Messaging?

I don't know how big the community that uses DNN VivoSocial out there, but I'll give it a shot.

So I am using DNN Vivo Messaging (part of Vivo Social), is there anyway I can redirect/forward all the incoming messages from DNN internal messaging into Vivo Messaging?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鼻尖触碰 2024-10-12 09:36:44

Dhana 没有任何内置方法可以做到这一点。大多数时候,在使用第三方模块时,您需要进行一些编码或其他操作,以使其他模块获取数据并与之交互。 DNN5 的一些新功能应该对此有所帮助,但目前还没有。

我能想到的一种不太好的方法是使用 SQL Server 触发器将数据移动到其他数据库表。例如:每当发送一条私人消息时,它都会被保存到 DNN 数据库表中。在其上放置一个插入触发器,每当添加该消息时,您都可以将该消息添加到 Vivo。或者反之亦然。这是……一个办法。

Dhana there wouldn't be any built in way to do this. Most of the time when working with 3rd party modules you will need to do some coding or something to get other modules to get data and interact with it. Some of the new features of DNN5 should help with this, but they currently do not.

One way I can think of that is not super great is to use SQL Server triggers to move data to the other database tables. For example: Whenever a private message is sent it will be saved into a DNN database table. Put an insert trigger on that, whenever that is added you could then add that message to Vivo. Or vice versa. It's... a way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文