f15d9f87d
Forum Replies Created
-
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymore php errorAs this has been open for a month without my being able to reproduce the problem on my test installation, I am marking this as resolved.
Forum: Plugins
In reply to: [WP Author Slug] How to tell if this plugin is working?Here’s how to install this plugin:
Step 1: Install this plugin.
Step 2: Activate this plugin.
Step 3: You have installed and activated this plugin.Here’s how to know it’s working:
Step 1: Go to your author archive URL.
Step 2: Look at your author archive URL.
Step 3: See that it is a sanitized version of your display name.Here’s where the settings page is:
There isn’t one. This plugin does one single thing, automatically.
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymore php errorTemporary fix in place for exclude posts in 10.0.6 which should stop the redeclare errors.
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymore php errorHaving trouble reproducing this on my test installation. What version are you using?
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymoreAll settings are saved in the options table prefixed with myoptionalmodules_. There is also an uninstall button.
There was, for a long period, an ‘upgrade’ script that was being used to transition people from previous versions to the current version – which uses different option names and code. That upgrade script has since been removed entirely.
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymoreI’m testing this locally, and am seeing no errors or bad behavior. The plugin is functioning as it should, without white screen, and I am unable to reproduce what may be causing this for you.
Are you using a caching plugin that may be serving up a previously cached version of your site?
Without knowing what plugins and theme you are running, I can’t be sure that it isn’t a conflict with one of those.
White page may also be indicative of your installation running out of memory, which would fall on your host and not necessarily the plugin itself.
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymoreSecond fix pushed – please let me know if this works or if this module is still an issue for you.
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymoreThank you for pointing this out. 10.0.2 should fix this.
Forum: Plugins
In reply to: [My Optional Modules] site crashed front and backThat shouldn’t have happened. What plugins are you using?
The only thing the plugin adds are its own options, prefixed with myoptionalmodules_ (if you were wanting to go in and manually delete them yourself from the table).
Forum: Reviews
In reply to: [No Captchas, No Moderation, No Puzzles.] Don't botherAnd I’d also like to add that updating your readme file with this arbitrary number of attacks blocked to keep your plugin constantly on the recently updated plugins list is (ironically) a form of spam.
Forum: Reviews
In reply to: [My Optional Modules] Very good pluginThanks for the kind words and feedback!
Forum: Reviews
In reply to: [My Optional Modules] Cool pluginI do code and test this plugin with debug turned on, although I may miss some things sometimes (and patch and fix those things as quickly as possible). As far as stability is concerned, anything in particular? Would love to see some of your facts and figures on this so that I may improve on areas that I may be lacking.
Thank you for the feedback.
Also, if anything is *broken*, as you say, I’d love to hear about that in the support forum as well, if you wouldn’t mind.
Forum: Plugins
In reply to: [My Optional Modules] Post votes conflict, fatal error in posts, tubepress5.5.7.1 should fix:
– call_user_func_array().. error
– Tubepress not working properly w/ post votingThanks for pointing this out.
Forum: Plugins
In reply to: [My Optional Modules] PLUGIN CONFLICTAdvanced Type Order plugin (link?) (This may have also been due to a minor bug in the way that hide dash was supposed to work in the exclude module, which has been fixed in the update)
Forum: Plugins
In reply to: [Regular Board] Strangely behaving Regular Board(1) Are you using an updated version? That should have been patched.
(2) Currently, there is no configuration/options page, nor is there a way to configure display without anything being overwritten on subsequent upgrades.
(3) This was done because of the way that the form (both the submission form and the posts/threads themselves) was set up; although, quite possibly, I will be making it so that this form is initially hidden and visible upon clicking an element.
(4) Addressed in 2.00.0.1 (All). Text, images, embeds, and links are different post types that Regular Board handles – so for instance, if you were to submit a Youtube URL, it would automatically be given an “embed” post type, and would show up under “embeds” – any links to images (jpg/png/etc) would show up under “images” while any direct links to things that aren’t embeds or images or “self” posts (text only) would show up under “links”.
To cut down on the amount of unnecessary background database calls, I opted NOT to display these on a “as needed” basis, however, that may change in the near future so that appropriate menu links are available when the content itself is actually present.