[Tips & Trik] Multiquote Button is Not Working - Printable Version +- Come And Feel the Difference (https://www.gookil.com/x2) +-- Forum: Cyberspace (https://www.gookil.com/x2/forum-18.html) +--- Forum: MyBB (https://www.gookil.com/x2/forum-151.html) +--- Thread: [Tips & Trik] Multiquote Button is Not Working (/thread-546.html) |
Multiquote Button is Not Working - Terzier - 01-12-2014 dari trik ini, aku akan berbagi trik yang baru saja aku dapatkan setelah mengalami problem. apabila Multiqoute tidak bekerja, cukup gunakan trik berikut. Revert the postbit_multiquote to original. ACP >> Configuration >> Settings >> Show Thread Options >> Usenet Style Thread View >> No selain dari trik diatas, lakukan command dibawah ini di PhpMyAdmin. Code: UPDATE `mybb_users` SET `threadmode` = 'linear'; done. lihat hasilnya semoga berhasil juga di forum anda. kredit: Alan S. |