Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 link directory...can someone make this?
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #28
RE: link directory...can someone make this?
Find this code in your xtld_forumdisplay_thread template:

HTML Code
<td align="center" class="{$bgcolor}" width="100">&nbsp;</td>


Replaced the code with:

HTML Code
<td align="center" width="1" class="{$bgcolor}">
	<a href="{$thread['threadlink']}" target="_blank"><img src="http://www.iwebtool2.com/img/?r={$mybb->settings['bburl']}/&amp;domain={$GLOBALS['threadfields']['xtldwww']}" alt="{$thread['subject']}" title="{$thread['subject']}" style="width: 120px; height: 90px;" /></a>
</td>


I've changed the width and height for the thumbnail. If you want the default width and height, remove the width and height value from the img tag.


08-05-2010 07:15 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: link directory...can someone make this? - RateU - 08-05-2010 07:15 AM

 Standard Tools
Forum Jump: