Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Image Preview In Newthread And Editpost
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #29
RE: Image Preview In Newthread
Ok RateU. Its got me baffled I must admit Ouch
You mean my postbit first? Yes, its all in there, not 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
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tbody>
		<tr>
			<td class="tcat">
				<div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}"></span>
				</div>
				{$post['posturl']}
			</td>
		</tr>

		<tr>
			<td class="trow1 {$unapproved_shade}">
				<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
					<tr>
						<td class="post_avatar" width="1" valign="bottom" style="{$post['avatar_padding']}">
						<img src="{$GLOBALS['threadfields']['pfpic']['url']}/thumb240x180" alt="" title="{$GLOBALS['threadfields']['pfname']}" />
						</td>
						<td class="post_author">
							<table border="0" width="40%" class="mediumtext">
								<tr>
									<td valign="top">Posted By</td>
									<td width="1" valign="top">:</td>
									<td valign="top"><strong><span class="mediumtext">{$post['profilelink']}</span></strong></td>
								</tr>
                                                                <tr>
									<td valign="top">Game Type</td>
									<td width="1" valign="top">:</td>
									<td valign="top">{$GLOBALS['threadfields']['prefix']}</td>
								</tr>
								<tr>
									<td valign="top">Game Category</td>
									<td width="1" valign="top">:</td>
									<td valign="top">{$GLOBALS['threadfields']['pfcat']}</td>
								</tr>
								<tr>
									<td valign="top">EPs Required</td>
									<td width="1" valign="top">:</td>
									<td valign="top">{$GLOBALS['threadfields']['dld_ep_prefix']}</td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
			</td>
		</tr>

		<tr>
			<td class="trow2 post_content {$unapproved_shade}">
				<div class="largetext" align="center"><strong>{$post['subject']}</strong></div>
                                 
				<div class="post_body" id="pid_{$post['pid']}">
					{$post['message']}
					{$post['attachments']}<br />	

{$GLOBALS['threadfields']['fupload']['value']} 
{$GLOBALS['threadfields']['fupload2']['value']} 
{$GLOBALS['threadfields']['fupload4']['value']} 

<br />                        
<div class="tfoot" style="largetext"><strong>Screenshots<strong>
<div class="smalltext">Click on a thumbnail to bring up the light box</div></div>

 <div>
			{$GLOBALS['threadfields']['pfpic']['value']}
			{$GLOBALS['threadfields']['pfapic1']['value']}
			{$GLOBALS['threadfields']['pfapic2']['value']}
			{$GLOBALS['threadfields']['pfapic3']['value']}</div>


				<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
				</div>
			</td>
		</tr>

		<tr>
			<td class="trow1 post_buttons {$unapproved_shade}">
				<div class="author">
					
				</div>
				<div class="postbutton">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}
				</div>
			</td>
   </tbody>
</table>



[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 10-02-2010 06:44 AM by leefish.)
10-02-2010 06:39 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Image Preview In Newthread - leefish - 09-29-2010, 05:09 AM
RE: Image Preview In Newthread - Imran - 09-30-2010, 01:03 AM
RE: Image Preview In Newthread - RateU - 09-30-2010, 05:18 AM
RE: Image Preview In Newthread - Imran - 09-30-2010, 05:33 AM
RE: Image Preview In Newthread - leefish - 09-30-2010, 08:46 AM
RE: Image Preview In Newthread - leefish - 10-01-2010, 12:53 AM
RE: Image Preview In Newthread - RateU - 10-01-2010, 03:47 AM
RE: Image Preview In Newthread - leefish - 10-01-2010, 08:01 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 01:32 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 02:00 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 02:11 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 03:20 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 04:02 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 04:29 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 05:03 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 05:34 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 05:56 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 05:59 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 06:02 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 06:07 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 06:09 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 06:14 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 06:26 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 06:38 AM
RE: Image Preview In Newthread - leefish - 10-02-2010 06:39 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 06:43 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 06:44 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 06:54 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 07:11 AM
RE: Image Preview In Newthread - RateU - 10-02-2010, 07:27 AM
RE: Image Preview In Newthread - leefish - 10-02-2010, 07:56 AM
RE: Image Preview In Newthread - RateU - 10-03-2010, 07:18 AM

 Standard Tools
Forum Jump: