MartinCV
Forum Replies Created
-
Forum: Plugins
In reply to: [Hide Posts] Plugin not working to hide anything@01mhoover Glad it all worked out. Thank you.
Forum: Plugins
In reply to: [Hide Posts] Plugin not working to hide anything@01mhoover This is the MySQL Query that creates the table
CREATE TABLE
wp_whp_posts_visibility(
id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
post_id BIGINT(20) UNSIGNED NOT NULL,conditionVARCHAR(100) NOT NULL,
PRIMARY KEY (id),
INDEX pid_con (post_id,condition)
);Please note that the condition is in
(ticks) as well as the table name- This reply was modified 1 year, 4 months ago by MartinCV.
Hi @garymgordon Thank you for pointing this out to me. Yes, it is mistake on my part that I didn’t put the name of the plugin there.
I will adjust the message in the next plugin update for when other user’s update.
Best,
MartinForum: Plugins
In reply to: [Hide Posts] Plugin not working to hide anything@01mhoover Yes, that means the table was not created for some reason.
Are you able to manually create the table? Do you have access to the database?@fstickel4000 Great
Hi @fstickel4000 I just pushed version 2.0.3 which has support for cloning the hidden flags too. Please confirm if it works good on your side.
Best,
Martin@fstickel4000 Yes, that will not work anymore because the version 2.0 of the plugin is using custom database table to keep the flags instead of the wp_postmeta table that it was using before. All the duplicate post plugins are copying the postmeta data too.
I believe I can add a functionality to copy over the flags when using that plugin for copying. I will review the Yoast Duplicate post if there is option and will release it with the new version.
I will try to get on that tonight.
Best,
MartinForum: Plugins
In reply to: [Hide Posts] Plugin not working to hide anything@01mhoover Hi, thank you for reporting this. The issue is because a database table was not created after updating / reinstalling the plugin. I haven’t tested the plugin on the WordPress 2010 theme. I will test this tomorrow and see if I can replicate the issue with the same setup.
Are you able to find and send the error log file of the date when you first updated the plugin?
Best,
MartinForum: Plugins
In reply to: [Simple Star Rating Block] Cannot get star values from custom fields@genepine Hi, I pushed an update, version 0.2. You can try it.
When using the default WP custom fields, first you need to set the custom field and update the post / page and then you can see it in the list of the stars block. It will not show if the post is not saved (this only for first publish of the post) because it is not yet saved in the database and is not fetched.
Let me know if it works.Best,
MartinForum: Plugins
In reply to: [Hide Posts] Don’t hide in search page@miruko I see, thank you for checking it. There is no option currently that says hide post on a specific page hard coded or otherwise. For example if you want to list some posts on About Us page, you can’t hide posts there because there is no option to say Hide posts on the about page.
I will see what I can do about this. Maybe I can add a global option which when checked hides the post everywhere.
Best,
MartinForum: Plugins
In reply to: [Hide Posts] Typo in completion message@aimutch Thank you for reporting this. I will fix it with the next update
Forum: Plugins
In reply to: [Hide Posts] Has Stopped Working@jednick Thank you for letting me know.
Best,
MartinForum: Plugins
In reply to: [Hide Posts] WHP Hide Posts Query Causing Server Crash@kingofwebdev There is new version of the plugin that uses custom database table and simplifies the query.
Can you please update the plugin and let me know if the performance issue is fixed?
Best regards,
MartinForum: Plugins
In reply to: [Simple Star Rating Block] Cannot get star values from custom fields@genepine I found what the issue is, I will push an update to the plugin tomorrow.
Forum: Plugins
In reply to: [Hide Posts] Don’t hide in search pageHi @miruko I checked the page you sent and that looks like a custom page where you list some posts. The plugin does not have option to hide posts on specific custom pages.
One thing that might work is using the check the Hide on Single Post Page option. I haven’t tested this in that context, but I think should work. Please give it a try and let me know.