The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Import External Images Details »» | |||||||||||||||||||||||||||||||||||
This vBulletin 4 product imports external images in your posts from external servers or paths into a specific path, normally your forum's image folder.
Differently than the previous product Image Cache for vBulletin 3.x., it parses the posts at regular intervals for new images and replaces the external references in the background. Also, instead of using only a single folder, it creates folders for years and months, making it much easier to handle large quantities of images. The source and destination image URL's are stored into database, too, avoiding unnecessary duplicates. It moves and optionally converts images from one place to another. It is a handy tool in order to keep your images local to your forums. Version 1.0.4 is temporarily in BETA stage until the users have confirmed the newly requested features. Version 1.0.5 is still in BETA stage. It adds a new bunch of additional features, one of which allows you to test your mathematical understanding ... and a few other to fine-tune CURL and socket timeouts, and resizing on the fly of too large images. If you don't know what these options do, please leave them at their default values. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
20 благодарности(ей) от: | ||
Baja, bond010007, cRipTz, da_judge, Delfi_r, hivitro, imported_EkSeS, john7911, kafi, mescalin, mohammadxxx, RichieBoy67, sweetpotato, tbworld, Techno Cowboy, The_Hawk, thomas, Virus81, xertox, Zero13 |
Comments |
#372
|
||||
|
||||
Quote:
Depending on the remote server, "-" may have all sorts of problems at their end, last not least an invalid image, which simply will never import because not conforming to the image standards. If it was for example a spoofed image (image is a script), it will not contain some tags in order to identify it self and thus will fail to load. It is a sort of inbuilt antivirus. |
#373
|
|||
|
|||
One of the things I did to help a bit of debugging was to query the database directly to see if things were happening as they should.
Here's a few pointers that might help. Tweak them as you see fit like is the iei_parsed set or not. Based on the queries in the actual code. Code:
select * from iei_img; Code:
SELECT t.threadid, postid, p.dateline FROM post p INNER JOIN thread t ON p.threadid = t.threadid WHERE iei_parsed=1 and pagetext LIKE '%[/IMG]%' order by postid limit 0,100; |
#374
|
|||
|
|||
Really, really liking this addon.
We have a forum that has been around 10 years. In that time people move on and some have now removed or edited photobucket and flickr accounts causing a few 404's for some images that were very useful. This addon stops that from happening. Very pleased with it. Rated accordingly. |
#375
|
|||
|
|||
Actually, just thought of something that would make this a killer app for us.
If as an admin there was a button on a post/thread that initiated an immediate backup or added it as a priority to the schedule. That way when I find a thread that I really need to be sure I have copies of I just click and it gets copied. |
#376
|
||||
|
||||
Quote:
|
#377
|
|||
|
|||
For version 3.8.x will be supported? image cache is old and useless.
|
#378
|
|||
|
|||
Quote:
No rush on it as I'm still doing a happy dance as it's backing stuff up for me |
#379
|
|||
|
|||
Hello,
I'd like the images in forum posts to be uploaded to the server when they are promoted to CMS articles. Is there any way to mod this to do that? I don't want all forum post images uploaded, just the images in the CMS articles. Thanks! |
#380
|
||||
|
||||
The CMS is not handled yet and maybe never will. However, if you wait for the plugin to catch up, you promote discussions which already have their image imported.
|
#381
|
|||
|
|||
Hello,
Thanks for a great mod. How do I add more tags into this mod ? Right now we can only use [img] tag. I do have : [FLOAT=left] and [/FLOAT] [FLOAT=right] and [/FLOAT] on my forum to align images to the left or to the right of the post. This is very IMPORTANT What should I do to install the images BB Code ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|