MyBB Community Forums

Full Version: Thumbnail of attachment in threadlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
(2012-11-15, 01:15 PM)WINBOY Wrote: [ -> ]Thank you guys.
its working superb.
but i want some modification.
1.i need fix size of thumbnail on thread list rather than actual size of thumbnail show inside post.how to set width and height of thumbnail on thread list? i need 96x72
2.how can i make thread text link in center?

I am also looking for how to do #1 here. No matter what I try, I can't seem to get the thumbnail to resize. I'm wanting my thumbnails to be 50x50 in the thread list. How can I accomplish this?

Would really appreciate any help on this.
This is why I use XThreads. The downside is you tie yourself to a 3rd party addon that probably wont be available in MyBB 2.0. The plus side is that you can make thumbnails any size you like.

This page is built with XThreads thumbnails: http://testfish.leefish.nl/portal.php


XTHREADS : http://mybbhacks.zingaburga.com/showthread.php?tid=288
Is there a way to make the thumbnail bigger? And thank you for the help guys, its working on 1.8.4
After a lot of year i'm asking you if this can be done on version 1.8.4 of myBB. I try out the code but unfortunaly, there's no forumdisplay_threds anymore.

Please teach me how to make it possible on 1.8.4 version or earlier: i need this.

Best regards.
(2015-04-10, 08:44 AM)pegasus Wrote: [ -> ]After a lot of year i'm asking you if this can be done on version 1.8.4 of myBB. I try out the code but unfortunaly, there's no forumdisplay_threds anymore.

Please teach me how to make it possible on 1.8.4 version or earlier: i need this.

Best regards.

Have you got any solution for this
Can anyone give solutions for this. ?
(2017-06-22, 09:22 AM)sbcool Wrote: [ -> ]
(2015-04-10, 08:44 AM)pegasus Wrote: [ -> ]After a lot of year i'm asking you if this can be done on version 1.8.4 of myBB. I try out the code but unfortunaly, there's no forumdisplay_threds anymore.

Please teach me how to make it possible on 1.8.4 version or earlier: i need this.

Best regards.

Have you got any solution for this
Can anyone give solutions for this. ?

Not sure what you mean, i just did it with latest mybb and there IS forumdisplay_thread
working OK at myBB 1.8.15 release.

The question is: how to change the thumbnail size?
^ can we have your forum url to check ..
(2018-03-31, 11:55 AM).m. Wrote: [ -> ]^ can we have your forum url to check ..

just for a test

http://www.ipedia.gr/mybbthumb/
^ looks like thumbnail size set at the Settings is used.
instead you may try adding required size in the modified code
$attachment_thumbnail = "<div style=\"float:left\"><img src=\"./uploads/{$thumbnail}\" /></div>";
change to
$attachment_thumbnail = "<div style=\"float:left\"><img src=\"./uploads/{$thumbnail}\" width="120" height="90" /></div>";
(change width & height values as required)
Pages: 1 2 3 4 5 6 7 8