Resource icon

[bd] Image 1.0.3

No permission to download
For some reason 1 of the thumbnails isnt working, So everytime someone replies it shows a broken image
05IO[6JD0NZ[]N84%{NZ8UK.webp

The 1 thumbnail works in the default xenforo style but in my style it wont work. It is just 1 thumbnail. The others work fine
 
For some reason 1 of the thumbnails isnt working, So everytime someone replies it shows a broken image
View attachment 72763

The 1 thumbnail works in the default xenforo style but in my style it wont work. It is just 1 thumbnail. The others work fine
For that broken one, edit the thread and choose another image. Or you can remove its image.
 
Hi! I was looking for an answer at FAQ or search results but didn't find it.
I'd like to add a widget only at forum home. Is there a position or expression for that?
Thanks!
 
@xfrocks Can the bd_image field be added to thread create?

Ideally, the picker would refresh as images are added to thread draft.
 
Unfortunately, the idea does not work in Internet Explorer. Maybe the widget could be updated making it possible to show only one (second) column?
I think you can do that with a template edit?

@xfrocks Can the bd_image field be added to thread create?

Ideally, the picker would refresh as images are added to thread draft.
I'm not following what you wanted to do? Sorry.

How do I remove the arrows in the carousel?
You can use CSS in EXTRA.css, something like this:

Code:
#XenForo .bdImage_Widget_Slider_Container .jcarousel-prev-horizontal:after { content: ''; }
#XenForo .bdImage_Widget_Slider_Container .jcarousel-next-horizontal:after { content: ''; }
 
@xfrocks I got an error:

Code:
An exception occurred: file_get_contents(https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpf1/v/t34.0-12/10479114_409011405915256_1797075573_n.jpg?oh=f3dbef9ea2b55b1a2ea872dc39c697f6&oe=53AC816D&__gda__=1403805181_84b7d78eca00396e0807b324e713432a): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /public_html/bdImage/thumbnail.php on line 92

XenForo_Application::handlePhpError()
file_get_contents() in /public_html/bdImage/thumbnail.php at line 92

How to fix it? And how to rebuild thumbnails for old threads?

Thanks :)
 
Last edited:
Hi @xfrocks
in [bd] Image Thread Grid how can i center the thumbnail in the grid?
Thanks :)
Antonio

View attachment 76505
That looks rather ugly hmm. Maybe because they are not designed to be put into 3 rows layout like that. Sorry :P
You can center them by adding some rule into EXTRA.css, contact me via conversation for detail instruction.

@xfrocks I got an error:

Code:
An exception occurred: file_get_contents(https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpf1/v/t34.0-12/10479114_409011405915256_1797075573_n.jpg?oh=f3dbef9ea2b55b1a2ea872dc39c697f6&oe=53AC816D&__gda__=1403805181_84b7d78eca00396e0807b324e713432a): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /public_html/bdImage/thumbnail.php on line 92

XenForo_Application::handlePhpError()
file_get_contents() in /public_html/bdImage/thumbnail.php at line 92

How to fix it? And how to rebuild thumbnails for old threads?

Thanks :)
Rebuilding thread information will rebuild thumbnail for threads but for 404 links, they need to be tracked down manually sorry :( I think I may need to update the add-on to handle those links more gratefully.
 
  • Like
Reactions: Cao
That looks rather ugly hmm. Maybe because they are not designed to be put into 3 rows layout like that. Sorry :p
You can center them by adding some rule into EXTRA.css, contact me via conversation for detail instruction.


Rebuilding thread information will rebuild thumbnail for threads but for 404 links, they need to be tracked down manually sorry :( I think I may need to update the add-on to handle those links more gratefully.

Please add exclude some forum feature like this addon http://xenforo.com/community/resources/thumbnails-by-waindigo.223/ , it will be more perfect :D
 
Top Bottom