I am in the process of doing an import and I do not want to use this addon anymore.
If I uninstall this addon will I lose my current attachments? Will my current attachments still work?
Time: 131107 11:40:22
# User@Host: myhost @ localhost [] Id: 154743
# Query_time: 1.577506 Lock_time: 0.000094 Rows_sent: 35 Rows_examined: 458325
SET timestamp=1383820822;
SELECT * FROM xf_post
WHERE MetaMirror_Processed != 1008
AND message LIKE '%[/IMG]%'
LIMIT 0, 1000;
I´ve got slow querys in my mysql log from MetaMirror every 5 Minutes:
Code:Time: 131107 11:40:22 # User@Host: myhost @ localhost [] Id: 154743 # Query_time: 1.577506 Lock_time: 0.000094 Rows_sent: 35 Rows_examined: 458325 SET timestamp=1383820822; SELECT * FROM xf_post WHERE MetaMirror_Processed != 1008 AND message LIKE '%[/IMG]%' LIMIT 0, 1000;
That is not good.
Hi,
Just a quick question. Does this work with image optimization in XenForo? So if a pic as standard is over the specified limits will it resize it?
Also, is it better from an optimization point of view to use the link or attachment option?
Cheers
Hiya Mick,
Just noticed whilst perusing my forum - I have images hosted on flickr.com that haven't been "imported" - is flickr supported, and if it's not any chance that it may be able to be added at all??
Many thanks again for a great add-on
Paul
if ($options->MetaMirror_enabled)
if ($options->MetaMirror_enabled && $options->MetaMirror_CacheSigImages)
- Fixed sig images ignoring flag on instant rehosting
- Added option to rehost images used resources with Resource manager (cron only)
- Added option to shrink and scramble file names
The fix is for the bug identified today, where sig images were instantly rehosted on sig edit regardless of settings.
The new options are basically the patches that were discussed in previous posts. The new options are:
View attachment 61331
Note the resource rehosting only works via the cron job and test tool. I can't do instant rehosting, as I have no way of testing it.
Why does the RM stuff only work in cron? The fix we did before worked at post time.
We use essential cookies to make this site work, and optional cookies to enhance your experience.