Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Gamer profile ?
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #8
RE: Gamer profile ?
I think this template structure is the basic layout:

template_prefix_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
<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=1600"></script>
</head>
<body>
{$header}
<div>
	{$first_post}
</div>
<br class="clear" />
<div id="posts">
	{$posts}
</div>
<div style="text-align: center;">
	{$multipage}
</div>
{$quickreply}
<br />
<div class="float_right" style="text-align: right;">
	{$moderationoptions}
</div>
<br style="clear: both;" />
{$footer}
</body>
</html>


template_prefix_postbit_first

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
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
		<td class="thead largetext" style="text-align: center;" colspan="4">
			Gammer File
		</td>
	</tr>
	<tr>
		<td class="trow1" style="text-align: center;">
			{$GLOBALS['threadfields']['xtprofpic1']['value']}
		</td>
		<td class="trow1" style="text-align: center;">
			{$GLOBALS['threadfields']['xtprofpic2']['value']}
		</td>
		<td class="trow1" style="text-align: center;">
			{$GLOBALS['threadfields']['xtprofpic3']['value']}
		</td>
		<td class="trow1" style="text-align: center;">
			{$GLOBALS['threadfields']['xtprofpic4']['value']}
		</td>
	</tr>
	<tr>
		<td class="tfoot" style="text-align: center;">
			<strong>Favorite Game</strong>
		</td>
		<td class="tfoot" style="text-align: center;">
			<strong>Favorite Map</strong>
		</td>
		<td class="tfoot" style="text-align: center;">
			<strong>Favorite Weapon</strong>
		</td>
		<td class="tfoot" style="text-align: center;">
			<strong>Favorite Comms</strong>
		</td>
	</tr>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="thead largetext" colspan="2" style="text-align: center;">
			Gammer Profile
		</td>
	</tr>
	<tr>
		<td class="trow1" style="text-align: center;">
			<strong>Profile Summary</strong>
		</td>
		<td class="tcat" style="text-align: center; width: 25%;">
			<div>{$post['useravatar']}</div>
			<div class="largetext"><strong>{$post['profilelink']}</strong></div>
			<div>{$post['usertitle']}</div>
			<div>{$post['userstars']}</div>
			<div>{$post['groupimage']}</div>
			<div class="trow1" style="text-align: left; padding: 7px; margin: 3px;">
				<div class="float_right">{$post['onlinestatus']}</div>
				{$post['user_details']}
			</div>
		</td>
	</tr>
	<tr>
		<td class="tfoot" colspan="2">
			<div class="author_buttons float_right">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</div>
			<div class="post_management_buttons float_left">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>		
		</td>
	</tr>
</table>

You can modify it as your need.



Attached File(s) Thumbnail(s)
   

01-12-2011 03:47 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Gamer profile ? - Vapor - 01-05-2011, 05:50 AM
RE: Gamer profile ? - leefish - 01-05-2011, 08:56 AM
RE: Gamer profile ? - RateU - 01-06-2011, 06:25 AM
RE: Gamer profile ? - Vapor - 01-06-2011, 06:42 AM
RE: Gamer profile ? - ZiNgA BuRgA - 01-07-2011, 09:16 AM
RE: Gamer profile ? - RateU - 01-08-2011, 05:28 AM
RE: Gamer profile ? - Vapor - 01-08-2011, 07:20 AM
RE: Gamer profile ? - RateU - 01-12-2011 03:47 AM
RE: Gamer profile ? - Vapor - 01-13-2011, 04:14 AM

 Standard Tools
Forum Jump: