Sure. Tested on Mysql / Mariadb. Should also be compatible with others, like Posgres, mysqli or even Oracle, as it uses standard SQL or PhpBB ORM (then it should be compatible with all ones that phpBB is compatible).
Sure. Tested on Mysql / Mariadb. Should also be compatible with others, like Posgres, mysqli or even Oracle, as it uses standard SQL or PhpBB ORM (then it should be compatible with all ones that phpBB is compatible).
Isn't it possible to experience this with some php code to be added to pull data in the database? I think this extension needs to work with some additions to be able to do this simply. Any ideas on how I can do it at least something like this? Or should only like buton, not show numbers or results?
halil16 wrote: ↑Fri Mar 03, 2023 3:21 amIsn't it possible to experience this with some php code to be added to pull data in the database? I think this extension needs to work with some additions to be able to do this simply. Any ideas on how I can do it at least something like this? Or should only like buton, not show numbers or results?
begensayili.jpg
It's possible to add it, but it's a new feature. Just as code is now it's not possible to do so just changing config options.halil16 wrote: ↑Sat Feb 18, 2023 3:59 pm How about that request over there:
https://www.phpbb.com/customise/db/exte ... pic/241946
Frankly, I'm not interested in Tapatalk or average score indicators right now. I'm trying to make the likes simpler this way. can you help me?
Are you using phpbb in a subfolder, like "/forum"? If so, there's a problem with phpbb routing. I can check it again but last time it had no solution and you had to use full page mode.janus_zonstraal wrote: ↑Thu May 11, 2023 8:14 am Thanks for your extension, just updated to the latest version but have problem with AJAX, when I enable "use AJAX" the extension is not working.
Tfp version 4.0.4
phpbb version 3.3.10
php version 8.1
Wuppi wrote: ↑Fri May 12, 2023 11:16 am Hello,
i wanted to migrate from gfksx/thanksforposts 2.0.7 to this version 4.0.4.
1) deactivate gfksx
2) upload 4.0.4 Naguissa
3) activate 4.0.4
Works - i think. Overview of Thanks: work. Clicking "Thanks" works. But I have no way to configure the addon. The options are missing.
If I now delete gfksx, I get the error message that the extension gfksx/thanksforposts is invalid and gfksx composer.json cannot be found.
What did I do wrong here?
Board is 3.2.7 (update to 3.3 is planned as soon as the addons are 3.3/php8 compatible)
Code: Select all
UPDATE `phpbb_ext` SET `ext_name` = 'naguissa/thanksforposts' WHERE (`ext_name` = 'gfksx/thanksforposts');
works after clear cacheNaguissa wrote: ↑Mon May 15, 2023 10:20 am Seems extension name was not correctly migrated. Try this in SQL console:
Code: Select all
UPDATE `phpbb_ext` SET `ext_name` = 'naguissa/thanksforposts' WHERE (`ext_name` = 'gfksx/thanksforposts');
no ideas?Wuppi wrote: ↑Wed May 17, 2023 10:15 amworks after clear cacheNaguissa wrote: ↑Mon May 15, 2023 10:20 am Seems extension name was not correctly migrated. Try this in SQL console:
Code: Select all
UPDATE `phpbb_ext` SET `ext_name` = 'naguissa/thanksforposts' WHERE (`ext_name` = 'gfksx/thanksforposts');
But: i don't have any Config-Options in ACP (last tab - i don't now the english name ... Extensions ?) - with gfksx i had some config-options
I was really busy this week....
Code: Select all
INSERT INTO `phpbb_modules` (`module_id`,`module_enabled`,`module_display`,`module_basename`,`module_class`,`parent_id`,`left_id`,`right_id`,`module_langname`,`module_mode`,`module_auth`) VALUES (273,1,1,'','acp',31,346,355,'ACP_THANKS','','');
INSERT INTO `phpbb_modules` (`module_id`,`module_enabled`,`module_display`,`module_basename`,`module_class`,`parent_id`,`left_id`,`right_id`,`module_langname`,`module_mode`,`module_auth`) VALUES (274,1,1,'\\naguissa\\thanksforposts\\acp\\acp_thanks_module','acp',273,347,348,'ACP_THANKS_SETTINGS','thanks','ext_naguissa/thanksforposts && acl_a_board');
INSERT INTO `phpbb_modules` (`module_id`,`module_enabled`,`module_display`,`module_basename`,`module_class`,`parent_id`,`left_id`,`right_id`,`module_langname`,`module_mode`,`module_auth`) VALUES (275,1,1,'\\naguissa\\thanksforposts\\acp\\acp_thanks_refresh_module','acp',273,349,350,'ACP_THANKS_REFRESH','thanks','ext_naguissa/thanksforposts && acl_a_board');
INSERT INTO `phpbb_modules` (`module_id`,`module_enabled`,`module_display`,`module_basename`,`module_class`,`parent_id`,`left_id`,`right_id`,`module_langname`,`module_mode`,`module_auth`) VALUES (276,1,1,'\\naguissa\\thanksforposts\\acp\\acp_thanks_truncate_module','acp',273,351,352,'ACP_THANKS_TRUNCATE','thanks','ext_naguissa/thanksforposts && acl_a_board');
INSERT INTO `phpbb_modules` (`module_id`,`module_enabled`,`module_display`,`module_basename`,`module_class`,`parent_id`,`left_id`,`right_id`,`module_langname`,`module_mode`,`module_auth`) VALUES (277,1,1,'\\naguissa\\thanksforposts\\acp\\acp_thanks_reput_module','acp',273,353,354,'ACP_THANKS_REPUT_SETTINGS','thanks','ext_naguissa/thanksforposts && acl_a_board');
I'll check it; could be some minor SQL improvements I did....deninho32 wrote: ↑Wed Jun 28, 2023 8:18 am Just did an update to the latest version. When I turn on AJAX, something goes wrong. When I'm the first to thank somebody it's all good. But when there are thanks before me, the thanks duplicate when I thank that post.
Screenshot 2023-06-28 at 10-17-41 Programma algemeen - Pagina 16 - Negentiendertien.nl.png