Resource icon

[bd] Image 1.0.3

No permission to download
But in conjunction with your suggestion regarding the config.php value your suggestion will solve that? BD attachment store was something that I had in mind for a while, it will sure have affect on performance, that is the reason why it's made? :D
Err, yeah. The externalDataUrl itself is enough to solve it :) And yes, the [bd] Attachment Store add-on helps with performance issues. Anyway, we are a bit off topic here :D
 
Err, yeah. The externalDataUrl itself is enough to solve it :) And yes, the [bd] Attachment Store add-on helps with performance issues. Anyway, we are a bit off topic here :D

Sorry for the 100 questions; thank you for answering them patiently.
 
PHP:
$config['externalDataUrl'] = 'http://www.domain.org/data/'
$config['javaScriptUrl'] = 'http://www.domain.org/js/'

When I put the above inside config.php I got this error:

Parse error
: syntax error, unexpected '$config' (T_VARIABLE) in /home/user/public_html/library/config.php on line 20
 
PHP:
$config['externalDataUrl'] = 'http://www.domain.org/data/'
$config['javaScriptUrl'] = 'http://www.domain.org/js/'

When I put the above inside config.php I got this error:
Parse error: syntax error, unexpected '$config' (T_VARIABLE) in /home/user/public_html/library/config.php on line 20
Should be like below:

PHP:
$config['externalDataUrl'] = 'http://www.domain.org/data/';
$config['javaScriptUrl'] = 'http://www.domain.org/js/';
 
Should be like below:

PHP:
$config['externalDataUrl'] = 'http://www.domain.org/data/';
$config['javaScriptUrl'] = 'http://www.domain.org/js/';

Ok my site now turned white & lost the css. Do I need to run something, rebuild?
 
Hi @xfrocks, I have an image that the [BD] Image add-on can’t process because I have banned the country where the image is hosted. I corrected the image manually but the add-on is still trying to process this image and throwing server errors.

PHP:
ErrorException: file_get_contents(http://screenshot.com/OnhvA.jpg): failed to open stream: Connection timed out - data/bdImage/thumbnail.php:81
Oluşturan: Bilinmeyen Hesap, 2 dakika önce
#0 [internal function]: XenForo_Application::handlePhpError(2, 'file_get_conten...', '/home/site/pu...', 81, Array)
#1 /home/site/public_html/data/bdImage/thumbnail.php(81): file_get_contents('http://screensh...')
#2 {main}
array(3) {
["url"] => string(174) "http://www.site.com/data//bdImage/thumbnail.php?url=http%3A%2F%2Fscreenshot.ru%2Fimages%2F2013%2F11%2F13%2FOnhvA.jpg&size=170&mode=200&hash=80a130b8f4f72a77e63516d0cd263480"
["_GET"] => array(4) {
["url"] => string(48) "http://screenshot.ru/images/2013/11/13/OnhvA.jpg"
["size"] => string(3) "170"
["mode"] => string(3) "200"
["hash"] => string(32) "80a130b8f4f72a77e63516d0cd263480"
}
["_POST"] => array(0) {
}
}
 
@xfrocks first up - blooming brilliant widget!

Quick couple of questions - firstly, on iPad, if an image is in middle of thread, clicking the widget image takes you to a few posts above - you then have to scroll down to see the actual image - any ideas why this happens?

Secondly - can I centre the whole grid?

Thanks!
 
It's still doing that every few minutes for hours :D
How is it going?

@xfrocks first up - blooming brilliant widget!

Quick couple of questions - firstly, on iPad, if an image is in middle of thread, clicking the widget image takes you to a few posts above - you then have to scroll down to see the actual image - any ideas why this happens?

Secondly - can I centre the whole grid?

Thanks!
It should like to the post containing the image. Which renderer are you using btw? I guess the attachment one?
 
Attachment grid :)

I've sorted the incorrect post position - was an ad management add on causing it to move.

If you could let me know how to centre the whole attachments grid that would be superb!

Thanks for the assistance @xfrocks
 
Attachment grid :)

I've sorted the incorrect post position - was an ad management add on causing it to move.

If you could let me know how to centre the whole attachments grid that would be superb!

Thanks for the assistance @xfrocks
That's great. Regarding center the grid, I think a simple CSS will do...
 
How is it going?

It should like to the post containing the image. Which renderer are you using btw? I guess the attachment one?

It returned to normal. But this time I get imagick errors every minute (
How is it going?


It should like to the post containing the image. Which renderer are you using btw? I guess the attachment one?

I keep getting this error @xfrocks

PHP:
ImagickException: Can not process empty Imagick object - library/XenForo/Image/ImageMagick/Pecl.php:283
Oluşturan: Bilinmeyen Hesap, 1 dakika önce
Yığın Takibi
#0 /home/user/public_html/library/XenForo/Image/ImageMagick/Pecl.php(283): Imagick->coalesceimages()
#1 /home/user/public_html/library/XenForo/Image/ImageMagick/Pecl.php(25): XenForo_Image_ImageMagick_Pecl->_setImage(Object(Imagick))
#2 /home/user/public_html/library/XenForo/Image/ImageMagick/Pecl.php(89): XenForo_Image_ImageMagick_Pecl->__construct(Object(Imagick))
#3 [internal function]: XenForo_Image_ImageMagick_Pecl::createFromFileDirect(false, 2)
#4 /home/user/public_html/library/XenForo/Image/Abstract.php(181): call_user_func(Array, false, 2)
#5 /home/user/public_html/data/bdImage/thumbnail.php(90): XenForo_Image_Abstract::createFromFile(false, 2)
#6 {main}
Talep Yeri
array(3) {
["url"] => string(190) "http://www.user.org/data//bdImage/thumbnail.php?url=internal_data%2Fattachments%2F224%2F224512-cafc7a88ccc10d9b286132b42279ba94.data&size=170&mode=200&hash=0a6d2fbe666f8b2609a58319da26c884"
["_GET"] => array(4) {
["url"] => string(74) "internal_data/attachments/224/224512-cafc7a88ccc10d9b286132b42279ba94.data"
["size"] => string(3) "170"
["mode"] => string(3) "200"
["hash"] => string(32) "0a6d2fbe666f8b2609a58319da26c884"
}
["_POST"] => array(0) {
}
}
 
Back
Top Bottom