@au lait Can you fix this in the next release?
I have a posts with 50+ broken links and it only removes one at the time even if I select multiple.
I have to do it 50 times per post to fix all the links.
Thanks![]()
but I'm not sure if you can get around that. But that's also a problemPlease enter a message with no more than 20 images.
Can confirm this and will ask the developer @au lait again to solve this.It still works, but there is a bug that needs to be fixed.
I have been waiting for a long time for that, really annoying when you have a post with multiple death links.
But this - is this not also a problem when you simply edit this post?And there is another thing when you only allow a limited amount of images in a post and it DLM tries to edit that post you get
but I'm not sure if you can get around that. But that's also a problem
Yes, That's the same. Just tried it. That's why I said I'm not sure if you can get around that.But this - is this not also a problem when you simply edit this post?
Hi I've just purchased this, when will I receive it?
Same question but added help regarding xenforo and https resources without https servers
Google announces Chrome will start reporting websites not using https, Jan 2017. So I activated https and the moment I did, add-ons that force their server url on xenforo throw my website into non secured red flag.
Beginning in January 2017, Chrome (version 56 and later) will mark pages that collect passwords or credit card details as “Not Secure” unless the pages are served over HTTPS.
The following URLs include input fields for passwords or credit card details that will trigger the new Chrome warning. Review these examples to see where these warnings will appear, and so you can take action to help protect users’ data. The list is not exhaustive.
Is there a way to fix this?
If not, is there a way to stipulate all resources must be compliant with the https as well?
the BBCode [DLMURL] was chosen by me because it can be easily removed - changed in the actual.
This requires no extra tool! ONLY phpMyAdmin is needed
Run this Querys:
Code:UPDATE `xf_post` SET `message` = replace(message, '[DLMURL=', '[URL=') WHERE `message` LIKE '%DLMURL%'; UPDATE `xf_post` SET `message` = replace(message, '[DLMURL]', '[URL]') WHERE `message` LIKE '%DLMURL%'; UPDATE `xf_post` SET `message` = replace(message, '[/DLMURL]', '[/URL]') WHERE `message` LIKE '%DLMURL%';
Sooner or later, all my add-ons 2.0 will be suitable!Do you have plans to update this to be compatible for xenforo 2? @au lait
Is there a way to uninstall but keep the existing disabled links.
I appreciate the query you mentioned will restore the links as if the addon never existed:
However can be uninstalled so that current disabled links with strike through can remain. Obviously it would need some custom bbcode to replace the one with the addon.
Just wondering.
UPDATE `xf_post` SET `message` = replace(message, '[DLMURL=', '[OLDURL=') WHERE `message` LIKE '%DLMURL%';
Sooner or later, all my add-ons 2.0 will be suitable!
Sooner or later, all my add-ons 2.0 will be suitable!
Create a new BBCode, and start the replace with the bbcode
e.g.
bbcode "OLDURL"Code:UPDATE `xf_post` SET `message` = replace(message, '[DLMURL=', '[OLDURL=') WHERE `message` LIKE '%DLMURL%';
Of course!@au lait, Does this add-on still work for XenForo 1.5.12? No new Update happened after Apr 20, 2015
We use essential cookies to make this site work, and optional cookies to enhance your experience.