| The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.30 (Linux)
|
|
Thank you/like system - Printable Version +- MyBB Group (https://mybb.group) +-- Forum: MyBB Extends (https://mybb.group/Forum-MyBB-Extends) +--- Forum: Adopted (https://mybb.group/Forum-Adopted) +--- Thread: Thank you/like system (/Thread-Thank-you-like-system) Pages:
1
2
|
Thank you/like system - Eldenroot - 13-05-2019 Thank you/like system
Powerful thank you/like system with Tapatalk and MyAlerts in-built support.
Compatibility: MyBB 1.8.x family. Licence:
RE: Thank you/like system - bumstead - 13-09-2020 Hello, i get this error when i try install - how do i fix it?? MyBB has experienced an internal SQL error and cannot continue. SQL Error:1264 - Out of range value for column 'disporder' at row 1Query:INSERT INTO mybb_settinggroups ( name,title,description,disporder,isdefault) VALUES ('g33k_thankyoulike_settings','Thank You/Like System','Settings to customize the Thank You/Like System plugin.',65536,0)
RE: Thank you/like system - Serious - 19-11-2020 Hello! Your plugin is Good but there is a little promem. On the like unlike thank unthank button the thumb up and down icon is under the text. (text goes over the picture.) Could you please fix this or tell me how and where to move te icon Thanks in advance RE: Thank you/like system - effone - 23-11-2020 I believe the text breaking button issue has already been addressed. Are you using the latest version? Please share the snap of what issue is happening ... RE: Thank you/like system - frederickoguntoye - 02-09-2021 Hello, how can I display number of thanks in the portal RE: Thank you/like system - Laird - 02-09-2021 I think this is currently possible only with core edits to portal.php.Change line #513 from: to:Then, insert at line #580: Now, you can use the variable {$announcement['tyl_pnumtyls']} in the portal_announcement template.Line numbers assume MyBB version 1.8.27. RE: Thank you/like system - frederickoguntoye - 02-09-2021 (02-09-2021, 12:12 PM)Laird Wrote: I think this is currently possible only with core edits toIt Worked, Thanks legend. RE: Thank you/like system - Aaron101 - 29-03-2022 I installed the plug-in. When I click on a post to like it it just gives me a blue spinning wheel and does nothing. Am I doing something wrong maybe with configuring or? RE: Thank you/like system - Laird - 30-03-2022 There's probably a PHP error being returned instead of or mixed in with the JSON. Can you please open up the Web Developer Tools (F12 does it in most browsers), head to the Network tab, then click the Like button as you have been doing, and share with us here what's returned by the query to thankyoulike.php on the web server (in the Response tab)? RE: Thank you/like system - nodamerah - 16-08-2022 Hi, I love this plugin but have some questions Please see below image ![]() 1. How can we change the text color? 2. Like and unlike button covered by the text. can we fix it? Im using mybb 1.8.30 and latest thank you/like system 3.4.3 thank you |