Adds a notification message to mChat when a user casts a vote in a poll
kasimi
mChat developer
Posts: 1173 Joined: 06 Oct 2016, 09:56
Location: Germany
Post
by kasimi » 10 Jul 2019, 18:59
mChat Poll Votes
This extension adds a notification message to mChat when a user casts a vote in a poll. It adds a new setting to the mChat Global settings (ACP, Extensions tab) where this feature can be enabled/disabled.
Note: with the latest version of this extension, when deleting extension data, the notification messages in mChat about poll votes are
not deleted . For these messages you will see raw language keys. This feature will be implemented in the near future.
Requirements
PHP at least 5.4.7
phpBB at least 3.2.4
mChat at least 2.0.0
Download
https://github.com/kasimi/phpbb-ext-mch ... ses/latest
How to install, update and uninstall extensions:
https://www.phpbb.com/extensions/installing/
Install path:
ext/kasimi/mchatpollvotes/
Changelog
v1.0.2 - 2023-02-16
v1.0.1 - 2019-08-25
v1.0.0 - 2019-07-10
kasimi
mChat developer
Posts: 1173 Joined: 06 Oct 2016, 09:56
Location: Germany
Post
by kasimi » 25 Aug 2019, 15:01
Version 1.0.1 fixes the version check.
terry2
Posts: 242 Joined: 22 Oct 2016, 18:22
Location: My castle
Post
by terry2 » 25 Aug 2019, 15:01
rammstein
Posts: 55 Joined: 13 Jan 2018, 01:11
Post
by rammstein » 11 Jan 2020, 23:52
hello Kasimi
I have a language problem ??
'MCHAT_NEW_VOTE ' => 'à voté dans le sondage : %1$s in %2$s',
Tigers
Posts: 36 Joined: 25 Nov 2016, 09:42
Post
by Tigers » 12 Jan 2020, 08:55
same problem for me, I think it comes from main_listener.php there is no template called ?
rammstein
Posts: 55 Joined: 13 Jan 2018, 01:11
Post
by rammstein » 09 Feb 2020, 11:33
dmzx tip Quick fix but must be done in mchat
notifications.php
Trouver :
peut correspondre à un résultat partiel dans une ligne de code ou à une ligne de code entière. Code: Select all
$notification_lang = [
'MCHAT_NEW_POST',
'MCHAT_NEW_QUOTE',
'MCHAT_NEW_EDIT',
'MCHAT_NEW_REPLY',
'MCHAT_NEW_LOGIN',
];
Remplacer par :
remplacer les lignes de code précédemment trouvées par celles ci-dessous. Code: Select all
$notification_lang = [
'MCHAT_NEW_POST',
'MCHAT_NEW_QUOTE',
'MCHAT_NEW_EDIT',
'MCHAT_NEW_REPLY',
'MCHAT_NEW_LOGIN',
'MCHAT_NEW_VOTE',
];
Brunch008
Posts: 12 Joined: 26 Jan 2021, 22:01
Post
by Brunch008 » 26 Feb 2021, 10:05
mChat Poll Votes is not seen in the forum index but in the kassimi portal.
Brunch008
Posts: 12 Joined: 26 Jan 2021, 22:01
Post
by Brunch008 » 26 Feb 2021, 12:20
And the poll in the portal votes does not register in mChat either, however the box and tick yes
kasimi
mChat developer
Posts: 1173 Joined: 06 Oct 2016, 09:56
Location: Germany
Post
by kasimi » 28 Feb 2021, 21:30
What is kassimi portal?
Brunch008
Posts: 12 Joined: 26 Jan 2021, 22:01
Post
by Brunch008 » 01 Mar 2021, 08:26
board3 =portail
version phpbb 3.3.3
Users browsing this forum: CCBot [Bot] and 0 guests