Chat - Support Board - OpenAI Chatbot - WP

Chat - Support Board - OpenAI Chatbot - WP v3.7.9

No permission to download

orhancimenz

New member
Nov 15, 2022
5
0
1
Use English in the forum
Merhaba arkadaşlar ben bu eklentiyi kurdum fakat herhangi bir ayarı kaydetmeye kalktığımda kaydet butonu sonsuza kadar dönüyor.
Bu konuda bana yardımcı olabilecek bir arkadaş var mı?


@RamizKaraeski
 

MinMary

Active member
Trusted Uploader
Sep 22, 2019
111
33
28
If you have the original db database for support board plugin you can delete the existing support board database tables and reimport them afresh. I have run into this before. Doesn't work even if you use the correct creds.
 

MinMary

Active member
Trusted Uploader
Sep 22, 2019
111
33
28
Please use only English in the forum
Last edited by a moderator:

LostKorean

Active member
Trusted Uploader
Dec 19, 2018
103
111
43
Merhaba arkadaşlar ben bu eklentiyi kurdum fakat herhangi bir ayarı kaydetmeye kalktığımda kaydet butonu sonsuza kadar dönüyor.
Bu konuda bana yardımcı olabilecek bir arkadaş var mı?


@RamizKaraeski

Eklentileri, hatta temayı tek tek devre dışı bırakmayı deneyin. Bir tema veya eklenti sorunu olabilir. Öğrenmek için önce bu seçeneği deneyin ve bana bildirin
English please!
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
Akbaba updated Chat - Support Board - WordPress Chat Plugin with a new update entry:

Chat - Support Board - WordPress Chat Plugin v.3.5.6

19/12/2022 | Support Board | v. 3.5.6
Bug
Fixed bug related to articles page design.

New feature
New newsletter service integration: Mailjet.

New feature
Read status for users message.

New feature
Read status for users message.

New feature
Option to send mass messages only to users linked to a specific messaging apps.

Optimization
Option to assign a conversation to yourself.

Optimization
Message time is now always visible.

Optimization
Minutes and hours instead of Today for messages...

Read the rest of this update entry...
 

liangjunchao

New member
Dec 22, 2022
1
4
3
1671573008284.png
Impossible use this plugin, someone has the code?
##############1.Replace Code##############

Good work! However your method has a lot of extra steps. A more concise approach is:

1. Open supportboard/include/functions.php

2. Search for/find the function sb_verification_cookie, it should look something like this:
PHP:
function sb_verification_cookie($code, $domain) {
if ($code == 'auto') $code = sb_get_setting('en' . 'vato-purc' . 'hase-code');
if (empty($code)) return [false, ''];
$response = sb_get('https://board.support/synch/verification.php?verification&code=' . $code . '&domain=' . $domain);
if ($response == 'verification-success') {
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}
return [false, sb_string_slug($response, 'string')];
}

3. Replace it with this:
PHP:
function sb_verification_cookie($code, $domain) {
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}

############## 2.Reset password ##############

Reset email or password of the admin account​

 

Sliex

Member
Dec 6, 2019
59
13
8
I have a problem with this plugin when I click automation it's loading not opening. Can you please help me to solve this issue
Screenshot 2022-12-26 135030.png
 
  • Like
Reactions: LouisBNB

zirahhitam

New member
May 23, 2022
7
1
3
I have a problem with this plugin when I click automation it's loading not opening. Can you please help me to solve this issue
Screenshot 2022-12-26 135030.png

same with me, i get this error too.
the problems from script. i dunno that about jquery or other,
maybe anyone can fix that?
 
  • Like
Reactions: LouisBNB

Aipok

New member
Nov 8, 2020
8
1
3
##############1.Nahradit kód##############

Dobrá práce! Vaše metoda má však mnoho dalších kroků. Stručný přístup je:

1. Otevřete supportboard/include/functions.php

2. Vyhledejte/najděte funkci sb_verification_cookie , měla by vypadat nějak takto:
PHP:
function sb_verification_cookie($code, $domain) {
if ($code == 'auto') $code = sb_get_setting('en' . 'vato-purc' . 'hase-code');
if (empty($code)) return [false, ''];
$response = sb_get(' https://board.support/synch/verification.php?verification&code= ' . $code . '&domain=' . $domena);
if ($response == 'verification-success') {
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}
return [false, sb_string_slug($response, 'string')];
}

3. Nahraďte jej tímto:
PHP:
function sb_verification_cookie($code, $domain) {
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}

############## 2. Resetovat heslo ##############

Obnovte e-mail nebo heslo účtu správce​


Thanx. This work for me. Super
 

williams8256

New member
Sep 6, 2022
11
0
1
hello please someone should help me, all the settings am doing does not save, the save button just keep rolling. what should i do to solve this problem.
 

LouisBNB

New member
Jan 10, 2023
3
0
1
J'ai un problème avec ce plugin lorsque je clique sur l'automatisation, il se charge et ne s'ouvre pas. Pouvez-vous s'il vous plaît m'aider à résoudre ce problème
Capture d'écran 2022-12-26 135030.png
someone to find an answer to this problem?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu