Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Showcase Forum
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #22
RE: Showcase Forum
Update:
Removing the link thumbnail from the "standard" version from threadlist and showthread.

scf_forumdisplay_thread:

HTML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
	<tr>
		<td class="thead" align="center" colspan="{$colspan}">
			<div><strong><a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></strong></div>
			<div class="author smalltext">{$lang->author}: {$thread['profilelink']}</div>
		</td>
	</tr>
	<tr>
		<td class="{$bgcolor}" width="50%">
			<span class="float_left">
				<img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" />{$icon}{$prefix}{$gotounread}
			</span>
			<br class="clear" />
			<table width="100%" border="0">
				<tr>
					<td width="90">URL</td>
					<td>:</td>
					<td>http://{$GLOBALS['threadfields']['scfurl']}</td>
				</tr>
				<tr>
					<td>Link</td>
					<td>:</td>
					<td><a href="http://{$GLOBALS['threadfields']['scfurl']}"><strong>{$GLOBALS['threadfields']['scfname']}</strong></a></td>
				</tr>
				{$rating}
				{$GLOBALS['threadfields']['scflang']}
				{$GLOBALS['threadfields']['scffounded']}
				<tr>
					<td>Category</td>
					<td>:</td>
					<td>{$GLOBALS['threadfields']['scfcat']}</td>
				</tr>
				{$GLOBALS['threadfields']['scfslogan']}
			</table>
		</td>
	
		<td class="{$bgcolor}" width="50%">
			<table width="100%" border="0">
				<tr>
					<td align="center" valign="middle">
						<a href="http://www.alexa.com/siteinfo/{$GLOBALS['threadfields']['scfurl']}"><script type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/a?url={$GLOBALS['threadfields']['scfurl']}'></script></a>
					</td>
				</tr>
			</table>
		</td>
		{$modbit}
	</tr>
	<tr>
		<td class="tfoot" colspan="{$colspan}" align="center">
			{$thread['views']} {$lang->views},
			<a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} {$lang->replies},
			<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}, {$lastpostdate} {$lastposttime}
		</td>
	</tr>
</table>
<br />


scf_showthread

HTML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
</head>
<body>
	{$header}
	{$pollbox}
	<br class="clear" />
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
		<tr>
			<td class="thead" colspan="2">
				<div style="float: right;">
					<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
				</div>
				<div>
					<strong>{$thread['subject']}</strong>
				</div>
			</td>
		</tr>
		<tr>
			<td class="tcat" width="50%">
				<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="trow1" style="clear: both;">
					<tr>
						<td width="50%">
							<table width="100%">
								<tr>
									<td width="90">URL</td>
									<td width="1">:</td>
									<td>http://{$GLOBALS['threadfields']['scfurl']}</td>
								</tr>
								<tr>
									<td>Link</td>
									<td>:</td>
									<td><a href="http://{$GLOBALS['threadfields']['scfurl']}"><strong>{$GLOBALS['threadfields']['scfname']}</strong></a></td>
								</tr>
								{$ratethread}
								{$GLOBALS['threadfields']['scflang']}
								{$GLOBALS['threadfields']['scffounded']}
								<tr>
									<td>Category</td>
									<td>:</td>
									<td>{$GLOBALS['threadfields']['scfcat']}</td>
								</tr>
								{$GLOBALS['threadfields']['scfslogan']}
								<tr>
									<td colspan="3">
										<span class="float_left smalltext">
											<em>
											{$lang->views} {$thread['views']},
											{$lang->replies} <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} 
											</em>
										</span>
									</td>
								</tr>
							</table>
						</td>
						<td align="center" valign="middle">
							<table width="100%" border="0">
								<tr>
									<td align="center" valign="middle">
										<a href="http://www.alexa.com/siteinfo/{$GLOBALS['threadfields']['scfurl']}"><script type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/a?url={$GLOBALS['threadfields']['scfurl']}'></script></a>
									</td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	<br class="clear" />
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
		{$classic_header}
	</table>
	<div id="posts">
		{$first_post}{$posts}
	</div>
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
		<tr>
			<td colspan="2" class="tfoot">
				{$search_thread}
				<div>
					<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
				</div>
			</td>
		</tr>
	</table>
	<div class="float_left">
		{$multipage}
	</div>
	<div style="padding-top: 4px;" class="float_right">
		{$newreply}
	</div>
	<br style="clear: both;" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />
	<div class="float_left">
		<ul class="thread_tools">
			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
			<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
		</ul>
	</div>

	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
		{$forumjump}
	</div>
	<br style="clear: both;" />
	{$footer}
</body>
</html>


If we want to use automatic thumbnail for the link, please read this post, in the Additional Info section:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=398&pid=65

Then, replace the template above with:
scf_forumdisplay_thread:

HTML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
	<tr>
		<td class="thead" align="center" colspan="{$colspan}">
			<div><strong><a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></strong></div>
			<div class="author smalltext">{$lang->author}: {$thread['profilelink']}</div>
		</td>
	</tr>
	<tr>
		<td class="{$bgcolor}" width="50%">
			<span class="float_left">
				<img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" />{$icon}{$prefix}{$gotounread}
			</span>
			<br class="clear" />
			<table width="100%" border="0">
				<tr>
					<td width="90">URL</td>
					<td>:</td>
					<td>http://{$GLOBALS['threadfields']['scfurl']}</td>
				</tr>
				<tr>
					<td>Link</td>
					<td>:</td>
					<td><a href="http://{$GLOBALS['threadfields']['scfurl']}"><strong>{$GLOBALS['threadfields']['scfname']}</strong></a></td>
				</tr>
				{$rating}
				{$GLOBALS['threadfields']['scflang']}
				{$GLOBALS['threadfields']['scffounded']}
				<tr>
					<td>Category</td>
					<td>:</td>
					<td>{$GLOBALS['threadfields']['scfcat']}</td>
				</tr>
				{$GLOBALS['threadfields']['scfslogan']}
			</table>
		</td>
	
		<td class="{$bgcolor}" width="50%">
			<table width="100%" border="0">
				<tr>
					<td align="center" valign="middle">
						<img src="http://open.thumbshots.org/image.aspx?url=http://{$GLOBALS['threadfields']['scfurl']}" alt="{$GLOBALS['threadfields']['scfname']} Preview" title="{$GLOBALS['threadfields']['scfname']} Preview" />
					</td>
					<td align="center" valign="middle">
						<a href="http://www.alexa.com/siteinfo/{$GLOBALS['threadfields']['scfurl']}"><script type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/a?url={$GLOBALS['threadfields']['scfurl']}'></script></a>
					</td>
				</tr>
			</table>
		</td>
		{$modbit}
	</tr>
	<tr>
		<td class="tfoot" colspan="{$colspan}" align="center">
			{$thread['views']} {$lang->views},
			<a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} {$lang->replies},
			<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}, {$lastpostdate} {$lastposttime}
		</td>
	</tr>
</table>
<br />


scf_showthread:

HTML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
</head>
<body>
	{$header}
	{$pollbox}
	<br class="clear" />
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
		<tr>
			<td class="thead" colspan="2">
				<div style="float: right;">
					<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
				</div>
				<div>
					<strong>{$thread['subject']}</strong>
				</div>
			</td>
		</tr>
		<tr>
			<td class="tcat" width="50%">
				<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="trow1" style="clear: both;">
					<tr>
						<td width="50%">
							<table width="100%">
								<tr>
									<td width="90">URL</td>
									<td width="1">:</td>
									<td>http://{$GLOBALS['threadfields']['scfurl']}</td>
								</tr>
								<tr>
									<td>Link</td>
									<td>:</td>
									<td><a href="http://{$GLOBALS['threadfields']['scfurl']}"><strong>{$GLOBALS['threadfields']['scfname']}</strong></a></td>
								</tr>
								{$ratethread}
								{$GLOBALS['threadfields']['scflang']}
								{$GLOBALS['threadfields']['scffounded']}
								<tr>
									<td>Category</td>
									<td>:</td>
									<td>{$GLOBALS['threadfields']['scfcat']}</td>
								</tr>
								{$GLOBALS['threadfields']['scfslogan']}
								<tr>
									<td colspan="3">
										<span class="float_left smalltext">
											<em>
											{$lang->views} {$thread['views']},
											{$lang->replies} <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} 
											</em>
										</span>
									</td>
								</tr>
							</table>
						</td>
						<td align="center" valign="middle">
							<table width="100%" border="0">
								<tr>
									<td align="center" valign="middle">
										<img src="http://open.thumbshots.org/image.aspx?url=http://{$GLOBALS['threadfields']['scfurl']}" alt="{$GLOBALS['threadfields']['scfname']} Preview" title="{$GLOBALS['threadfields']['scfname']} Preview" />
									</td>
									<td align="center" valign="middle">
										<a href="http://www.alexa.com/siteinfo/{$GLOBALS['threadfields']['scfurl']}"><script type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/a?url={$GLOBALS['threadfields']['scfurl']}'></script></a>
									</td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	<br class="clear" />
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
		{$classic_header}
	</table>
	<div id="posts">
		{$first_post}{$posts}
	</div>
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
		<tr>
			<td colspan="2" class="tfoot">
				{$search_thread}
				<div>
					<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
				</div>
			</td>
		</tr>
	</table>
	<div class="float_left">
		{$multipage}
	</div>
	<div style="padding-top: 4px;" class="float_right">
		{$newreply}
	</div>
	<br style="clear: both;" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />
	<div class="float_left">
		<ul class="thread_tools">
			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
			<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
		</ul>
	</div>

	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
		{$forumjump}
	</div>
	<br style="clear: both;" />
	{$footer}
</body>
</html>


02-08-2011 05:49 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Showcase Forum - RateU - 05-03-2010, 08:43 AM
RE: Showcase Forum - ZiNgA BuRgA - 05-03-2010, 10:20 AM
RE: Showcase Forum - RateU - 05-04-2010, 03:13 PM
RE: Showcase Forum - leefish - 05-04-2010, 04:18 AM
RE: Showcase Forum - Pirata Nervo - 05-05-2010, 05:21 AM
RE: Showcase Forum - poo - 01-24-2011, 02:56 AM
RE: Showcase Forum - thalhah - 01-28-2011, 06:19 PM
RE: Showcase Forum - ZiNgA BuRgA - 01-28-2011, 06:31 PM
RE: Showcase Forum - thalhah - 01-28-2011, 11:59 PM
RE: Showcase Forum - RateU - 01-29-2011, 01:53 AM
RE: Showcase Forum - thalhah - 01-29-2011, 03:14 AM
RE: Showcase Forum - RateU - 01-29-2011, 03:21 AM
RE: Showcase Forum - thalhah - 01-29-2011, 03:22 AM
RE: Showcase Forum - RateU - 01-29-2011, 03:27 AM
RE: Showcase Forum - thalhah - 01-29-2011, 03:28 AM
RE: Showcase Forum - RateU - 01-29-2011, 03:39 AM
RE: Showcase Forum - thalhah - 01-29-2011, 03:48 AM
RE: Showcase Forum - RateU - 01-29-2011, 04:44 AM
RE: Showcase Forum - thalhah - 01-29-2011, 05:03 AM
RE: Showcase Forum - Skiilz - 01-30-2011, 08:36 AM
RE: Showcase Forum - RateU - 01-31-2011, 03:04 AM
RE: Showcase Forum - RateU - 02-08-2011 05:49 AM
RE: Showcase Forum - thalhah - 02-10-2011, 03:29 PM
RE: Showcase Forum - techu - 02-10-2011, 03:34 PM
RE: Showcase Forum - leefish - 02-10-2011, 09:04 PM
RE: Showcase Forum - bekti - 10-10-2012, 04:31 PM
RE: Showcase Forum - RateU - 10-11-2012, 01:06 AM
RE: Showcase Forum - bekti - 10-11-2012, 09:57 PM
RE: Showcase Forum - RateU - 10-13-2012, 01:55 AM
RE: Showcase Forum - admin2u - 12-26-2012, 02:38 PM
RE: Showcase Forum - ZiNgA BuRgA - 12-26-2012, 04:52 PM
RE: Showcase Forum - admin2u - 12-27-2012, 12:40 AM
RE: Showcase Forum - RateU - 12-27-2012, 01:47 AM
RE: Showcase Forum - sinlyn - 01-03-2013, 03:31 PM
RE: Showcase Forum - bigvin - 01-16-2013, 03:24 AM
RE: Showcase Forum - ZiNgA BuRgA - 01-16-2013, 08:11 AM
RE: Showcase Forum - bigvin - 01-16-2013, 09:04 AM
RE: Showcase Forum - bigvin - 01-23-2013, 04:48 AM
RE: Showcase Forum - Seabody - 01-23-2013, 08:04 AM
RE: Showcase Forum - bigvin - 01-24-2013, 07:40 AM
RE: Showcase Forum - dthiago - 04-15-2013, 11:28 PM
RE: Showcase Forum - QadrianCyber - 07-13-2013, 04:57 PM
RE: Showcase Forum - RateU - 07-13-2013, 11:42 PM
RE: Showcase Forum - HumanError - 06-15-2015, 09:54 PM
RE: Showcase Forum - XPMai - 08-22-2015, 12:51 AM

 Standard Tools
Forum Jump: