Pixelbart
Forum Replies Created
-
Forum: Plugins
In reply to: [Helpful] Regarding Export of Data FeatureI have extended the settings by one point. You can now change the separator under
Helpful>System>Export.I assume that your Excel uses a comma as separator.
I also found a post on Stackoverflow that explains how to change the delimiter in Excel. The instructions are in English. I have tested it and it works.
https://superuser.com/a/606274
- This reply was modified 6 years, 2 months ago by Pixelbart.
Forum: Plugins
In reply to: [Helpful] Change heading tag from H3 to H2It is now possible to customize the HTML of the Helpful headline. The filter
helpful_headline_htmlis now available for this purpose.You can read more about this here: helpful_headline_html
You can then simply put the code into the
functions.phpof your WordPress theme.Forum: Plugins
In reply to: [Helpful] Change heading tag from H3 to H2Hi @ankitpahuja
At present this is not easily possible. But I have put it on my todo list. You can change the template completely if you place the corresponding files into your WordPress theme. I once wrote something about this:
https://helpful-plugin.info/documentation/templates/
Thanks for your feedback!
Forum: Plugins
In reply to: [Helpful] Class Type Hint ErrorI have now gone through them all again and removed the declarations. Thank you for your support!
Kevin
Forum: Plugins
In reply to: [Helpful] Class Type Hint ErrorAll right, thank you. I’m gonna go through all the files and put out a fix right away.
Forum: Plugins
In reply to: [Helpful] Class Type Hint ErrorThanks for your feedback. The error should not occur anymore with the latest version of Helpful, at least not in this file.
Kevin
Forum: Reviews
In reply to: [Helpful] Exactly Required Plugin for “was this Helpful”Thank you for the positive rating!
And also thanks for your feedback. Without the help of the users, Helpful would not be as great as it is now!
Forum: Plugins
In reply to: [Helpful] Shortcode not Working on MessageForum: Plugins
In reply to: [Helpful] Throwing javascript errorHi @styrketrappan,
thanks for your feedback! Should be fixed with 4.2.4. The plugin is now loaded differently and the scripts that should only run in the dashboard now only run there.
Kevin
Forum: Plugins
In reply to: [Helpful] WPBakery editor conflict / Loopback Request issueHello @normanapalis,
thanks for your feedback! Should be fixed with 4.2.4. I have tested it on a site that runs the WPBakery Editor.
Kevin
Forum: Plugins
In reply to: [Helpful] Incorrect Post Title Links in DataTablesShould be fixed with 4.2.3. Excuse me for this. I’m testing this all by myself, there may be occasional errors.
Forum: Plugins
In reply to: [Helpful] Percentages Not WorkingSorry about that, I guess I was late last night. Should be fixed with version 4.2.2.
The table did not sort numerically, but treated the contents as text.
Thanks for your feedback!
Forum: Plugins
In reply to: [Helpful] Percentages Not WorkingSorry for the late response. With version 4.2.0 your problems should be solved.
Thank you for your feedback!
Forum: Plugins
In reply to: [Helpful] Possible Bug in Least Helpful Section of Dashboard WidgetHi!
I took another look at the code and also on my wife’s website. It all looks right to me.
Total = (Pro + Contra)
Percentage = (Contra / Total) * 100
= X% helpfulIf the value here falls below 50%, it is said that the post was not helpful.
In your example, the post is only 40% helpful. So it falls into the category.
My wife has posts with 23 helpful and 42 not helpful. That would be 35% helpful. So the post is not helpful. Maybe it just feels that way because you’re being too critical of yourself? Apparently, all your posts are helpful.
You should give me more information. For example, mentioning posts with helpful/helpful where you know it can’t be. Then I can do the math. Currently I see no mistake here.
^Kevin
Forum: Plugins
In reply to: [Helpful] OK to Keep Thousands of Recorded Votes?Hi @anefarious1
This shouldn’t be a problem. In the next update, which offers no major changes but a cache, this won’t be a problem anymore.
10,000 votes are still perfectly ok. I think from 5 million on it gets a bit shaky, at least concerning the dashboard widget. But even that shouldn’t be a problem with the caching anymore.
Kevin