MyBB Hacks

Full Version: Gallery
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 9 10 11 12 13 14 15
Where do I find the Image Thumbnail Generation setting?

Here is the template:
<td class="{$bgcolor}" style="text-align: center;" width="33%">
<table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" align="center">
<tr style="height: 1.2em;"><td>
<span>{$prefix} {$gotounread}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></span>
<div class="author smalltext" style="display: inline;">By {$thread['profilelink']}</div>
</td></tr>
<tr style="height: 250px;"><td>
<a href="{$thread['threadlink']}"><img src="{$threadfields['gal_img']['url']}/thumb320x240" alt="Image" width="{$threadfields['gal_img']['thumbs']['320x240']['w']}" height="{$threadfields['gal_img']['thumbs']['320x240']['h']}" /></a>
</td></tr>
<tr style="height: 1.2em;"><td>
<span style="float: left;">Comments: <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</span>
<span style="float: right;">Views: {$thread['views']}</span>
<div class="clear"></div>
</td></tr>
</table>
</td>
(10-23-2011 04:37 AM)CCG Wrote: [ -> ]Where do I find the Image Thumbnail Generation setting?

In your Image or gal_img custom thread fields.
(10-23-2011 04:55 AM)RateU Wrote: [ -> ]
(10-23-2011 04:37 AM)CCG Wrote: [ -> ]Where do I find the Image Thumbnail Generation setting?

In your Image or gal_img custom thread fields.

Ah, there it is.  160x120|320x240
It seems that your settings is OK.
What XThreads version you use?
What's your forum image gallery URL?
When I click on the non-image I get this error:  No input file specified.

XThreads is 1.46  URL is http://www.classiccougargarage.net/forum...http://www.classiccougargarage.net/forumdisplay.
Yes
The post "Open up cache/xthreads.php and look for XTHREADS_ATTACH_USE_QUERY and change the value on the same line from 0 to 1."  From that link did it!  
Thank you so much for your help & for all these great mods!!!!
Glad you can solve the problem Smile
Just for information, XThreads 1.47 has been released.
You can download it from the released thread.

Ah, if you know this:
(08-26-2011 02:47 PM)ZiNgA BuRgA Wrote: [ -> ]Out of interest, if you do know your server setup, I can try to improve the auto-detection on this. Currently XThreads just follows what MyBB does.
Maybe you can tell ZiNgA about your server setup.
Yes, I was going to try to figure out what my current server set up is.  I am off to download newest XThreads now.
I have installed xthreads and then follow all the instruction, but nothing changes to my forum, is it incompatible with mybb v 1.6.5?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Reference URL's