matthewprice1178
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Database Optimizer] Very basicthanks so much for the comment. your conclusion is the exact reason why i made this only do one thing.
thanks again
Matt
Forum: Plugins
In reply to: [WP Activate Users] [Plugin: WP Activate Users] Broken but have a fixHi
Thanks for sending along the updated code. I have been unable to keep up with this plugin due to the changing nature of bp and wp network.
Matt
Hi Daniel
I can visit this in the next week or so. If you do beat me to it lemme know
thanks for the suggestion.
Matt
Forum: Plugins
In reply to: [WP Stop Profanity] [Plugin: WP Stop Profanity] No ZIP file foundFYI, i just updated the admin area to not block out the bad or unwanted words. When you see version 0.3 you can download that and this will be a fairly complete and stable plugin for filtering out bad or unwanted words.
Thanks for your patience.
Matt
Forum: Plugins
In reply to: [WP Stop Profanity] [Plugin: WP Stop Profanity] No ZIP file foundno worries. I just wanted to make sure that everyone knew that this plugin was new. It is a free plugin that will have more robust features in the future. I developed it for a a client who needed a “filter all” with minimal settings. You can just enter in your words on the settings page (found in the tools menu), and then it will filter “the_title(), the_content(), and comments_text()”
view this site for a demo…
https://www.designbyprice.com/wp-stop-test/
ps…i just noticed that in the wp-admin area, it places my css for the blacked out text in the post list. I will fix this today
Forum: Plugins
In reply to: [WP Stop Profanity] [Plugin: WP Stop Profanity] No ZIP file foundI have submitted a support email asking why the zip file is intermittent with the download button. Please stand by
Thank you
Matt
Forum: Plugins
In reply to: [WP Stop Profanity] [Plugin: WP Stop Profanity] No ZIP file foundHello
So this plugin is NOT very old. I just uploaded the first version within the last 36 hours. I too got the error and when i tried to click the button again it downloaded the 0.2 version of the plugin correctly. This is an issue with wordpress’ servers, not my plugin. All i do i place my files on the server and wordpress automatically makes the zip file on the fly
Matt
Forum: Plugins
In reply to: [WP Database Optimizer] [Plugin: WP Database Optimizer] Crashed my ServerAny updates on how the plugin is working for you?
One more comment
i have a deactivation hook that has been built into the plugin since the first incarnation that deletes the options from the wp_options table. so if you uninstall the plugin, all traces of it are removed.
Matt
Forum: Plugins
In reply to: [WP Database Optimizer] [Plugin: WP Database Optimizer] Crashed my ServerHello
This does not seem to be an issue with my plugin as my plugin does not effect how your installation connects to your database. I just made a fresh test installation of wordpress on my live server and i was unable to replicate this error.
Matt
Forum: Plugins
In reply to: [WP Database Optimizer] [Plugin: WP Database Optimizer] OptimizationThanks for the positive feedback.
It currently optimizes all of the default WordPress tables that are installed when you first install WordPress. Because it uses the WordPress Database Class, it also accounts for whatever database prefix you choose to use if other than the default “wp_”
here is the complete list:
- wp_commentmeta
- wp_comments
- wp_links
- wp_options
- wp_posts
- wp_terms
- wp_term_relationships
- wp_term_taxonomy
- wp_usermeta
- wp_users