Chat - Support Board - OpenAI Chatbot - WP

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

No permission to download

tanierlyons

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

Support Board v3.5.7

Download Support Board v3.5.7 - Chat And Help Desk Nulled Free
24/04/2023 | Support Board | v3.5.7

Bug Fixed bug related to admin area language.
Bug Fixed bug related to agents and admins department and routing filter.
Bug Fixed bug related to 'new' admin label for new messages.
Bug Fixed bug related to online status of agents and admins.
Bug Fixed bug related to local time.
Bug Fixed bug related to reports time.
Bug Fixed bug related to agent conversations list.
Bug Fixed bug related...

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

tootootoo

Active member
Jun 18, 2022
108
29
28
after installation and activation, the chat widget doesnt show up on the frontend of my website. anyone knows how to deal with it?
 
  • Like
Reactions: Tiritiri

zakblack

Active member
Aug 10, 2020
108
71
28
Can anyone share the Chat support PHP version please 3.5.7

Edit : nevermind it looks like the wordpress version is the same as PHP just overwrite
 
Last edited:
  • Like
Reactions: alex222

jasrisamad

New member
Dec 10, 2019
3
0
1
Im not sure if this is correct. Installed and activated just fine. But when open the support page, it shows login form but no submit/login button available. Something is missing I guess
 

Attachments

  • Screenshot 2023-01-28 at 10.36.58 PM.png
    Screenshot 2023-01-28 at 10.36.58 PM.png
    63.8 KB · Views: 44

Qurel

Well-known member
Trusted Uploader
May 4, 2022
242
303
63
25
Tashkent
@gummy @Tomz

Friends tell me how you can synchronize with the messenger plugin so that you can connect Facebook and Instagram? It asks for a purchase key and I can’t figure out where else to get a token, etc. 😭
 
  • Like
Reactions: Tiritiri

alex222

Member
Aug 28, 2022
47
2
8
thanks, but would you have the whmcs support board app too? or just install in whmcs already works?
 

alex222

Member
Aug 28, 2022
47
2
8
Can anyone help by making a video or explaining how to install whatsapp for use on the support board?
 

tanierlyons

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

Chat - Support Board - WordPress Chat Plugin v3.6.3 Nulled

== Changelog ==

Version 3.6.3 - Updated 22/08/2023

BugFixed ---- bug related to the conversations admin area filters.
BugFixed ----- bug related to AWS S3 uploads.
New feature ----- Option to send SMS for testing purposes.
Optimization ------ Improved tags, departments, and channels management in the admin area.

Read the rest of this update entry...
 

tanierlyons

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

Chat - Support Board - WordPress Chat Plugin v3.6.4

== Changelog ==

11/09/2023 | Support Board | V 3.6.4

Bug Fixed bug related to the translation of the admin login area.

Bug Fixed bug related to scrolling on new messages.

Bug Fixed bug related to the follw up message delay.

Bug Fixed bug related to empty admin message menu.

Bug Fixed bug related to shortocode-like strings returning false in messages.

New feature Calendly integration for booking appointments.

New feature Option to export reports.

New feature New...

Read the rest of this update entry...
 

tanierlyons

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

Chat - Support Board - WordPress Chat Plugin v3.6.7

== Changelog ==

10/11/2023 | Support Board | V 3.6.7

Bug Fixed bug that was causing the admin area to crash.

Bug Fixed bug related to the conversation status on the admin area.

New feature Option to send voice messages.

Optimization Improved chat widget design in RTL mode.

Optimization Improved registration form's phone selector and automatic prefix assignment by IP.

Optimization Improved chat widget design in responsive mode.

Read the rest of this update entry...
 

pepegrillo12

Active member
Trusted Uploader
Jul 15, 2020
197
58
28
##############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​

i just reset the pass but still dont work
 

Forum statistics

Threads
69,205
Messages
908,332
Members
236,798
Latest member
naveenmanjula127

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