monitor
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Cleanup] Detect broken images and delete postThanks for your reply. Please take your time.
Please have an option of If xx amount of images is broken, then delete post.We have many post with just 1 or 2 broken images, they are fine to keep using. But some post with 10 broken images are no use to keep so it must be deleted by the plugin scan.
Thanks again! Will definitely donate on the next version.
Forum: Plugins
In reply to: [Image Cleanup] Indexing Erroryou can send me to me, i an test right away. we already emailed each other before.
We save images via a “remote image save” plugin, that automatically downloads remote images and save them.
This plugin works with the “site title”, but it does not work with the”post title”.
However, everything does work via the regular Uploader.
It would be really nice if the Post title feature also works with images saved via a custom plugin of auto save remote images.Forum: Plugins
In reply to: [Original Image Handler] Will it work on remote auto save images?OK thanks. What i mean was there are plugins that scans the post for any remote/external images and then download them locally when you publish the post.
Forum: Plugins
In reply to: [Image Cleanup] How to bulk delete?Thanks, bulk delete works, but as you said, the list is too long and even the browser crash when viewing so many lines.
If possible, consider a pagination option, to maybe show 500 or so per page.
Forum: Plugins
In reply to: [Image Cleanup] How to bulk delete?ok i emailed it to you.
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] Stop words bugYes, the latest version solved the above issue. I tested it on all 4 of our sites.
Just a note, the new OR query does not work that accurate. I think it might be due to matching “at least ONE” word. Having an option to match at least 2, or perhaps 3 words would make it more accurate.
Example If i search iPhone 5 case, it then picks up “case” and it will show galaxy s4 case, and all the other titles with “case” in it.
Other than that, the new version seems to work great.
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] Search limit clarification.Thank you! You’re the best.
Forum: Plugins
In reply to: [Zaki Like Dislike Comments] Sortable?@riccardo, pls let me know when this plugin is sortable by comments, such as
`query_posts(array(
‘showposts’=>32,’more’ => $more = 0,
‘v_sortby’ => ‘likes’,
‘v_orderby’ => ‘DESC’,That would be really handy!
Turns out text copied from Gmail are not formatted. I found this out when copy and pasting reply emails and it said that the address is not supported due to the characters, while everything was OK.
After i paste into notepad, and re-copy and paste it works.
Also the auto fill of the wrongly encoded text that i copy pops up and the words are all compressed and indent, showing me its not formatted.
Not sure how to fix it, but not this plugin’s issue.Forum: Fixing WordPress
In reply to: Auto attach images to the post where they are inserted@dietrichmd Sorry, no idea. I just paid someone, quite a lot, to get it done and working asap. You can download the original and perhaps compare the main php file with the modded one if you really need.
Forum: Fixing WordPress
In reply to: Auto attach images to the post where they are inserted@dietrichmd Shot. I’ll share it here:
sockshare.com/file/1F0A9FFFDA8C33B8
I wrote a quick readme file as well, which is included.
Forum: Fixing WordPress
In reply to: Auto attach images to the post where they are insertedI paid a programmer to modify a hidden gem plugin found on github.
It works wonders and I had my over 15000 unattached images on 2000 posts reattached to the respective post with a breeze. If you ever need it let me know.Forum: Fixing WordPress
In reply to: Auto attach images to the post where they are insertedgnucco3, does your plugin still work?
Forum: Plugins
In reply to: [BJ Lazy Load] How to load scripts on custom non-header page?Nevermind. It works when i put this
<script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js?ver=1.8.1′></script>
<script type=’text/javascript’ src=’https://www.MYDOMAIN.com/wp-content/plugins/bj-lazy-load/js/combined.min.js?ver=0.6.10′></script>