Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Request: Brand Directory
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #24
RE: Request: Brand Directory
I only edit the brand_forumdisplay_thread template:

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
<td width="33%" valign="top">
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
		<tr>
			<td class="thead" colspan="{$colspan}" style="text-align: center;">
				<strong><a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></strong>
			</td>
		</tr>
		<tr>
			<td class="{$bgcolor}{$thread_type_class}" valign="middle" colspan="{$colspan}">
				<div style="text-align: center;">
					<a href="{$thread['threadlink']}">{$GLOBALS['threadfields']['mimg']['value']}</a>
				</div>
				{$rating}
				<table border="0" class="smalltext" width="100%">
					<tr>
						<td width="40" valign="top">{$lang->brand_price}</td>
						<td width="1" valign="top">:</td>
						<td valign="top">{$GLOBALS['threadfields']['price']}</td>
					</tr>
					<tr>
						<td width="40" valign="top">{$lang->brand_gender}</td>
						<td width="1" valign="top">:</td>
						<td valign="top">{$GLOBALS['threadfields']['gender']}</td>
					</tr>
					<tr>
						<td width="40" valign="top">{$lang->brand_style}</td>
						<td width="1" valign="top">:</td>
						<td valign="top">{$GLOBALS['threadfields']['style']}</td>
					</tr>
				</table>
			</td>
		</tr>
		<tr>
			<td class="tcat" colspan="{$colspan}" style="text-align: center;"><strong>{$lang->author}</strong></td>
		</tr>
		<tr>
			<td class="smalltext {$bgcolor}{$thread_type_class}" valign="middle" colspan="{$colspan}">
				<strong>{$thread['profilelink']}</strong><br />
				{$thread['threaddate']} {$lang->at} {$thread['threadtime']}
			</td>
		</tr>
		<tr>
			<td class="tcat" colspan="{$colspan}" style="text-align: center;"><strong>{$lang->brand_description}</strong></td>
		</tr>
		<tr>
			<td class="{$bgcolor}{$thread_type_class}" valign="middle">
				<span class="smalltext">
					{$thread['postpreview']}<br />
					<strong><em><a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>:</em></strong> {$lastposterlink}
				</span>
			</td>
			{$modbit}
		</tr>
	</table>
</td>


You need to add this lang variable in your inc/languages/english/brand_forumdisplay.lang.php file:

PHP Code:
$l['brand_description'] = "Description";


05-21-2011 03:00 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Request: Brand Directory - brad-t - 05-19-2011, 02:03 AM
RE: Request: Brand Directory - techu - 05-19-2011, 02:47 AM
RE: Request: Brand Directory - brad-t - 05-19-2011, 03:59 AM
RE: Request: Brand Directory - RateU - 05-19-2011, 10:18 AM
RE: Request: Brand Directory - brad-t - 05-19-2011, 10:36 AM
RE: Request: Brand Directory - ZiNgA BuRgA - 05-19-2011, 01:00 PM
RE: Request: Brand Directory - brad-t - 05-20-2011, 12:01 AM
RE: Request: Brand Directory - brad-t - 05-20-2011, 04:30 AM
RE: Request: Brand Directory - RateU - 05-20-2011, 05:01 AM
RE: Request: Brand Directory - brad-t - 05-20-2011, 05:11 AM
RE: Request: Brand Directory - RateU - 05-20-2011, 05:14 AM
RE: Request: Brand Directory - brad-t - 05-20-2011, 05:22 AM
RE: Request: Brand Directory - RateU - 05-20-2011, 05:28 AM
RE: Request: Brand Directory - brad-t - 05-20-2011, 05:51 AM
RE: Request: Brand Directory - RateU - 05-20-2011, 06:05 AM
RE: Request: Brand Directory - brad-t - 05-20-2011, 06:08 AM
RE: Request: Brand Directory - RateU - 05-20-2011, 06:16 AM
RE: Request: Brand Directory - brad-t - 05-20-2011, 06:33 AM
RE: Request: Brand Directory - RateU - 05-20-2011, 06:43 AM
RE: Request: Brand Directory - brad-t - 05-20-2011, 06:43 AM
RE: Request: Brand Directory - RateU - 05-20-2011, 06:55 AM
RE: Request: Brand Directory - RateU - 05-20-2011, 06:57 AM
RE: Request: Brand Directory - brad-t - 05-20-2011, 11:43 AM
RE: Request: Brand Directory - RateU - 05-21-2011 03:00 AM
RE: Request: Brand Directory - brad-t - 05-21-2011, 06:23 AM
RE: Request: Brand Directory - brad-t - 05-23-2011, 01:20 AM
RE: Request: Brand Directory - RateU - 05-23-2011, 04:42 AM
RE: Request: Brand Directory - brad-t - 05-23-2011, 06:33 AM
RE: Request: Brand Directory - RateU - 05-25-2011, 01:05 AM
RE: Request: Brand Directory - ZiNgA BuRgA - 05-25-2011, 10:18 AM

 Standard Tools
Forum Jump: