codings
Forum Replies Created
-
Forum: Plugins
In reply to: [Generate Images (AI) - Magic Post Thumbnail] Bulk Generation Status FailedHi @mcurly, an update to this… Google Image (Scraping) method definitely isn’t working still. With Bing Images fallback, it was returning images that have nothing to do with the post title or content. In one case, a user even sent an email about an image that really should not have been used. So I had to disable the Bing fallback for now.
Interestingly, Search Based On is set to Title (Full Title) in Automatic settings, with First Result as Image Selection. But when searching the titles on Bing Images, the image used by Magic Post Thumbnail is nowhere to be found. Curious as to what the Bing Images fallback entails, since there isn’t a tab to select options. Where there any filters applied to fallback searches?
Also, since you were using Bing Images as a fallback (even though as it is, it doesn’t work effectively), is there any reason why it wasn’t added to the Image Banks and Banks Settings options created for it?
Forum: Plugins
In reply to: [AdRotate Banner Manager] Advertiser pageGood ideas to consider. Thank you.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Advertiser pageThank you for the reply. The point is that the the WP dashboard is off limits, for various reasons, and sites with actual registered users tend to use the front end. With a front end already in place for user profiles, submissions, forum, WooCommerce, etc., it would be confusing and not make sense to the users to find themselves in a new dashboard setting in the back end of WP. I want to start offering ads directly to advertisers, but a plugin without front end ad management, or at least stats, isn’t ideal. I think part of the reason I went Pro was to have advertiser pages. Thank you again for the effort you put into this plugin, the excellent free version, and great support. As a pro user, I would prefer to continue using AdRotate, but will have to find another solution moving forward.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Advertiser pageThank you @adegans for the reply, but this appears to only work with sites using the stock admin area. Not for sites depending on frontend dashboards like WooCommerce or Ultimate Member, correct? Much fewer sites use the WP admin area for users than before.
Thank you for the quick reply! Implementing the snippet now and will report back shortly. 5 star plugin and support.
Forum: Plugins
In reply to: [Mail Queue] Manual Send Controls / Pause ButtonI have been testing the plugin since the update 2 weeks ago and it is excellent! It is so cool to see feature requests being implemented so well.
I have tested all of the mail logging and mail queue plugins that I could find, and Mail Queue is the best. It has already helped with slowing down mail sending and finding issues with bot sign-ups, etc.
Thank you again!
Forum: Plugins
In reply to: [Mail Queue] Manual Send Controls / Pause ButtonThat is exciting! Happy to help. Thank you so much for the excellent plugin and support!
Anyone wanting to prevent use of spaces in usernames, the above code is incorrect.
The correct answer is here, with code below placed in the functions.php (I still think this would be a good option to put in the settings).
add_action( 'um_submit_form_register', 'um_submit_form_register_no_spaces', 9, 1 ); function um_submit_form_register_no_spaces( $args ) { if ( isset( $args['user_login']) && strpos( trim( $args['user_login'] ), ' ' ) > 0 ) { UM()->form()->add_error( 'user_login', __( 'You are not allowed to have spaces in your username.', 'ultimate-member' ) ); } }UM Team, is there a way to add to that function to also prevent use of capitalization in usernames?
Forum: Plugins
In reply to: [Generate Images (AI) - Magic Post Thumbnail] Bulk Generation Status FailedBetter than nothing! At least until you find a way to keep using the Google method. Thank you so much for working on this!
Forum: Plugins
In reply to: [Generate Images (AI) - Magic Post Thumbnail] Bulk Generation Status FailedThank you for the update. Premium user here who mostly uses that method 😛
Looking forward to the fix!
Forum: Plugins
In reply to: [Add Missing Link Titles] What happens when plugin is deactivated?Thank you for the reply!
I think I am reading these as contradictory statements: “You are not setting up anything that will be lost after deactivation. The plugin does not write anything to the database.” If it doesn’t write anything to the database, then it will be lost upon deactivation, right?
If it fills in all of the missing titles, then the plugin is deactivated, do the titles that were filled in when activated become missing/empty titles again, or will the filled in titles remain unchanged from the action taken by the plugin while it was activated?
Thank you again for your hard work on this plugin.
Thank you for the reply.
Can you please add the code below to wp-config.php and check if it solves the issue? I have tried basic settings but can not replicate the issue.
define('AIOS_NO_FIREWALL', true);Done. No difference.
Most of the options are enabled in this install. Will try some other things (deactivate other plugins, test different theme) before sharing settings.
Forum: Plugins
In reply to: [wpForo Forum] Uploading more than one file@ldeschenes plus one on this. It’s really the main thing holding this forum plugin back.
The concept of the Advanced Attachments plugin is great, but the stock upload form and the Advanced Attachments plugin are two extremes. Just a simple method to upload more than one image without a My Media gallery and all the other bells and whistles would be even better for some of us. I would happily pay for a less “advanced” attachments plugin that simply allows more than one basic image upload!
Forum: Plugins
In reply to: [Internal Links Manager] Partial Replacement CheckboxThank you for the reply. Using Version 3.0.0.

Thank you for the reply and the excellent plugin.