Recent Posts

Pages: 1 ... 8 9 [10]
91
Support / Re: Button Code mistake
« Last post by faf on March 22, 2021, 08:20:49 PM »
The problem is not related to groups, but it's a bug. Fixed in 3.3.1.
92
Announcements / Mibew Messenger 3.3.1 has been released!
« Last post by faf on March 22, 2021, 07:58:05 PM »
Hi!

A new version of Mibew Messenger has been released and is available here: https://mibew.org/download2

This is a service release containing several bug fixes. Update is recommended.
93
Support / SSL redirect problem
« Last post by mikew on March 22, 2021, 09:52:20 AM »
We use a special proxy https://www.internetx.com/en/proceed/
it redirects from http -> https
But it bringst follow error:
File not found: http://www.domain.de/mibew/styles/chats/default/iframe.css
File not found: http://www.domain.de/mibew/plugins/Mibew/Mibew/Plugin/AdvancedButton/js/refresh.js
I added the proxy IP at config.yml without success.
At config Settings -> Options i set all SSL to on.
Where can i change in the code 'http' to 'https' ?
94
Support / Button Code mistake
« Last post by mikew on March 22, 2021, 09:35:19 AM »
I have 2 groups.
When i create the Button Code for Group 1, I get duplicate code, see attachment
This happens after update to 3.3.0, but not really sure if it's not already at 3.2.8
95
Support / Re: different mailbox address for each group
« Last post by mikew on March 20, 2021, 08:35:52 PM »
Ok, there is no real problem, because the mail header has the "ReplyTo" option.
Therefore the answer goes to the right recipient.

I also made the following change in file /libs/classes/Mibew/Mail/Utils.php
at line 69: ->setFrom(MIBEW_MAILBOX)
changed to: ->setFrom(self::normalizeAddress($reply_to))
96
Support / Re: different mailbox address for each group
« Last post by faf on March 19, 2021, 10:11:09 PM »
At the moment there are no such feature in Mibew Messenger.

I see two possible ways to do so. Both of them aren't simple.

First one is to rewrite some parts of the core of Mibew. See libs/classes/Mibew/Mail/. BTW, if you implement this feature and send pull request, it will be possible to include it in the code base.  ;)

Second one is not related to Mibew Messenger itself. One could implement some kind of filtering tool on the server side to change "From:" mail header depending on a value of "To:" mail header before actually sending an email.
97
Support / different mailbox address for each group
« Last post by mikew on March 19, 2021, 08:58:37 PM »
At config.yml file we find "mailbox: name@yourdomain.com"
How can i set a different mail sender address for each group?
p.s. awsome software!
98
Announcements / Mibew Messenger 3.3.0 has been released!
« Last post by faf on March 18, 2021, 02:40:54 PM »
Hi!

A new version of Mibew Messenger has been released and is available here: https://mibew.org/download2

The release contains several new features:

[ + ] New dark styles based upon existing ones;
[ + ] Ability to track and invite visitors using text links and operator fields;
[ + ] Improved handling of network connection errors;
[ * ] Minor interface fixes.

Update is optional.

N.B.: This release potentially could break some third party plugins. Also, this release requires PHP 7.1.3 or higher.
99
Support / Re: Company title in Config
« Last post by faf on March 18, 2021, 08:45:50 AM »
I'm barely understand what you are talking about, but if you just placed a placeholder in some localization contstant, it doesn't make any sense. Placeholders are numbered values to be filled by the code. They differ for different constants. And for most constants there are no placeholders at all.

The docs on creating own style are available here.
100
Support / Re: Company title in Config
« Last post by mikew on March 17, 2021, 07:28:11 PM »
I modified this file "translation.po" at the right position with {3} and load it into the database, but nothing is shown.
Pages: 1 ... 8 9 [10]