Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 454

Extensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional Tapatalk integration)

$
0
0
I was testing this extension and run into this issue:

If I change setting (for example I switch "Informative messages:" to "Yes") in "ACP" → "Thanks Settings" and "Submit" it it shows me this message:

Code:

WarningThe provided value for the setting “Number of thanks from the list shown in profile” is too low. The minimum acceptable value is 1
I add to the field value: 10 and submit it again. It looks OK, but when I go back to the settings I can see, that setting "Informative messages:" is switched back to "No" and field "Number of thanks from the list shown in profile" is without value.

I tried to disable the extension and delete data, but (after enabling it again) it behaves the same.

I tried it on another board and it again looks like it doesn't remember settings I submit - again the same issue.

I use:
Thanks for posts 4.0.6
phpBB 3.3.11
PHP 8.1.27
mysql (10.6.16-MariaDB-cll-lve) - info from cPanel

Seems some configs are missing. I've just installed phpbb and some extensions to do some tests in a NAS and I've faced no problem. But I write here an mySQL to recheck all config values:

Code:

INSERT IGNORE INTO phpbb_config (config_name, config_value, is_dynamic) VALUES('thanks_ajax', 1, 0), ('thanks_counters_view', 1, 0), ('thanks_forum_reput_view', 1, 0), ('thanks_global_announce', 1, 0), ('thanks_global_post', 0, 0), ('thanks_info_page', 1, 0), ('thanks_number', 100, 0), ('thanks_number_digits', 2, 0), ('thanks_number_post', 10, 0), ('thanks_number_row_reput', 5, 0), ('thanks_only_first_post', 0, 0), ('thanks_post_reput_view', 1, 0), ('thanks_post_view_guests', 1, 0), ('thanks_post_view_robots', 1, 0), ('thanks_postlist_view', 1, 0), ('thanks_profilelist_view', 1, 0), ('thanks_reput_graphic', 1, 0), ('thanks_symbol_remove', 'fa-recycle', 0), ('thanks_symbol_thanks', 'fa-thumbs-o-up', 0), ('thanks_time_view', 1, 0), ('thanks_top_number', 15, 0), ('thanks_topic_reput_view', 1, 0);

Statistics: Posted by Naguissa — Wed Mar 27, 2024 9:36 am



Viewing all articles
Browse latest Browse all 454

Latest Images

Trending Articles





Latest Images