Pixelbart
Forum Replies Created
-
Forum: Plugins
In reply to: [Helpful] Shortcodes not working after votingHi @mygain
that’s correct, because Helpful now has its own feedback form. I’ll make sure to include it in the next update. Unfortunately it will take a while because I am currently ill and can’t concentrate.
LG Kevin
Forum: Plugins
In reply to: [Helpful] Chart.min.css not foundHi @ubcsecurity
Thanks for your accurate feedback! I fixed the bugs with version 4.0.19, hopefully.
Here are the changelogs for 4.0.19:
– Fixed a bug that causedcore/assets/vendor/chartjs/Chart.min.cssfiles not to be embedded.
– Added option in the Helpful settings under System to reactivate the classic editor for WordPress.^Kevin
Forum: Reviews
In reply to: [Helpful] Yes/No – that’s okay!Vielen Dank fΓΌr dein Feedback und deine positive Bewertung @wegerl π
LG Kevin
Forum: Plugins
In reply to: [Helpful] Bug report@shirazdrum I had already tested both editors. With me it works everywhere. Maybe it’s another plugin that’s causing problems? I haven’t touched the Metabox since version 4.0.0.
I just tested your snippet, but it worked fine too. Here a simple meta-box is generated with
add_meta_box.Forum: Plugins
In reply to: [Helpful] Bug report@shirazdrum Did you activate the meta box in the settings? I just tested it on my pages, everything ran fine. Especially because I didn’t change anything there in the last updates.
Forum: Plugins
In reply to: [Helpful] Helpful Dashboard Widget StatsWith the latest update this should be better. Then you can hide the publishing date in the settings under Details. Also there is now something like:
3 helpful / 1 not helpful (75% helpful in total)Hopefully this is better now and thank you for helping me to make helpful better!
4.0.17
– Most and least helpful entries in dashboard widget extended. Here you can find more information about Helpful for each post. The publishing date for these two values can also be deactivated in the Helpful settings under Details.Forum: Plugins
In reply to: [Helpful] Helpful Dashboard Widget StatsHi @anefarious1
Helpful calculates the values as follows:
Least Helpful:
pro = 2;
contra = 5;
average = ( contra – pro ); // 5 – 2 = 3
total = ( pro + contra ); // 5 + 2 = 7
percentage = ( average / total ) * 100; // ( 3 / 7 ) * 100 = 42% contra (or -42%)Most Helpful:
pro = 7;
contra = 2;
average = ( pro – contra ); // 7 – 2 = 5
total = ( pro + contra ); // 7 + 2 = 9
percentage = ( average / total ) * 100; // ( 5 / 9 ) * 100 = 55,56% pro (or -55,56%)The percentages are currently not rounded. However, I can consider this in the next update. I’ve just corrected it and I’m running the update now.
Since I am not a professional in statistics, I can be given suggestions at any time. So if you have suggestions for corrections in the calculation, you can tell me them here. Best always with a formula, then I don’t have to choose the wrong one.
And as always: Thank you very much for your feedback!
^Kevin
Forum: Plugins
In reply to: [Helpful] After voting text in all posts/articles at once@tjedrak If all goes well, the bug is fixed with 4.0.15. If you can’t see the update, you’ll have to wait a while. WordPress.org is unfortunately not so fast with it.
Thanks for your feedback and sorry for the inconvenience.
Forum: Plugins
In reply to: [Helpful] Minor bug in feedback user text@anefarious1 I just made a quick update. Maybe it works with the update 4.0.14 again. You have to click on System in the Helpful settings. Then do a maintenance there.
4.0.14
– When performing a maintenance in the Helpful settings under System, feedback texts are now corrected and slashes removed.Forum: Plugins
In reply to: [Helpful] Minor bug in feedback user text@anefarious1 The update unfortunately only fixes the future texts, because the texts are checked when they are saved in the database. Existing texts therefore remain unaffected.
Forum: Plugins
In reply to: [Helpful] Minor bug in feedback user text@anefarious1 the problem should be fixed as far as possible. Some things are still left out because I have to do it for security reasons. The umlauts in your words are no longer affected, also paragraphs are now displayed correctly.
4.0.13
β Added new tags to insert Helpful data of the particular post into texts of Helpful. Available helpers: {pro}, {contra}, {total}, {pro_percent}, {contra_percent}, {permalink}, {author}
β Feedback via the feedback form is now saved correctly. HTML are automatically removed for security reasons, but breaks and paragraphs remain.Forum: Plugins
In reply to: [Helpful] How can I show the total of votes?@laulief I just ran an update. Hopefully this will help you.
4.0.13
– Added new tags to insert Helpful data of the particular post into texts of Helpful. Available helpers: {pro}, {contra}, {total}, {pro_percent}, {contra_percent}, {permalink}, {author}
– Feedback via the feedback form is now saved correctly. HTML are automatically removed for security reasons, but breaks and paragraphs remain.Forum: Reviews
In reply to: [Helpful] Works perfectlyThank you very much for your rating and especially for your feedback! This is more important than any star.
Have a nice day! π
Forum: Plugins
In reply to: [Helpful] Update database@jdembowski All well, I personally understood you and think it’s great that you enlighten the users.
Thank you for your commitment!
Forum: Plugins
In reply to: [Helpful] How can I show the total of votes?@laulief Not at the moment. I will pack into the update tonight at the latest tomorrow.
Thanks for your feedback!