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.
Use only English!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
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
English please!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
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...
##############1.Replace Code##############
##############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 ##############
Docs | Support Board
Support Board documentation area for all platforms, apps and languages.board.support
Obnovte e-mail nebo heslo účtu správce
Maybe a conflict with some other pluginhello 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.
have deactivate all other plugins on the site, still doing the same thingMaybe a conflict with some other plugin