Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Trivia Forum
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #15
RE: Trivia Forum
I ended up not using the tab titles, I just hard coded them so they would be the same in every post.  

Does this cause the disappearing content?  How should I go about fixing?

I've tried this but still no good...

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
{$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" colspan="3">
				<div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>
				{$post['posturl']}
			</td>
		</tr>

		<tr>
			<td class="trow1 {$unapproved_shade}" colspan="3">
				<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
					<tr>
						<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
							{$post['useravatar']}
						</td>
						<td class="post_author">
							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
							</span>
						</td>
						<td class="smalltext post_author_info" width="165">
							{$post['user_details']}
						</td>
					</tr>
				</table>
			</td>
		</tr>

		<tr>
			<td class="trow2 post_content {$unapproved_shade}" colspan="3">
				<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
				<div id="tc1" class="content">
					<div class="post_body" id="pid_{$post['pid']}">
						{$post['message']}
					</div>
				</div>
				{$post['attachments']}
				{$post['signature']}

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

		<tr>
			<td class="trow1 post_buttons {$unapproved_shade}" colspan="3">
				<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
				</div>
				<div class="post_management_buttons float_right">{$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>
	</tbody>
</table>


I am using the tc2c globals but not the tc2...


[Image: gallery_2_628_39582.jpg]
(This post was last modified: 01-13-2011 04:25 AM by RocketFoot.)
01-13-2011 04:12 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Trivia Forum - RocketFoot - 01-12-2011, 02:33 AM
RE: Trivia Forum - RateU - 01-12-2011, 02:48 AM
RE: Trivia Forum - RocketFoot - 01-12-2011, 02:52 AM
RE: Trivia Forum - x-Treme - 01-12-2011, 03:23 AM
RE: Trivia Forum - RocketFoot - 01-12-2011, 03:39 AM
RE: Trivia Forum - x-Treme - 01-12-2011, 03:44 AM
RE: Trivia Forum - RocketFoot - 01-12-2011, 03:47 AM
RE: Trivia Forum - x-Treme - 01-12-2011, 03:47 AM
RE: Trivia Forum - RocketFoot - 01-12-2011, 03:59 AM
RE: Trivia Forum - RateU - 01-13-2011, 01:22 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 02:49 AM
RE: Trivia Forum - RateU - 01-13-2011, 03:47 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 03:57 AM
RE: Trivia Forum - RateU - 01-13-2011, 04:06 AM
RE: Trivia Forum - RocketFoot - 01-13-2011 04:12 AM
RE: Trivia Forum - RateU - 01-13-2011, 04:33 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 04:39 AM
RE: Trivia Forum - RateU - 01-13-2011, 04:40 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 04:44 AM
RE: Trivia Forum - RateU - 01-13-2011, 04:47 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 04:48 AM
RE: Trivia Forum - RateU - 01-13-2011, 04:58 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 05:07 AM
RE: Trivia Forum - RateU - 01-13-2011, 05:13 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 05:18 AM
RE: Trivia Forum - RateU - 01-13-2011, 05:25 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 05:29 AM
RE: Trivia Forum - RateU - 01-13-2011, 05:42 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 05:49 AM
RE: Trivia Forum - RateU - 01-13-2011, 05:52 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 06:00 AM
RE: Trivia Forum - RateU - 01-13-2011, 06:02 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 06:09 AM
RE: Trivia Forum - RateU - 01-13-2011, 06:21 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 06:32 AM
RE: Trivia Forum - RateU - 01-13-2011, 06:47 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 07:29 AM
RE: Trivia Forum - leefish - 01-13-2011, 08:39 AM
RE: Trivia Forum - RocketFoot - 01-13-2011, 09:48 PM
RE: Trivia Forum - leefish - 01-14-2011, 02:11 AM
RE: Trivia Forum - RocketFoot - 01-14-2011, 02:56 AM
RE: Trivia Forum - RocketFoot - 01-14-2011, 09:56 PM
RE: Trivia Forum - leefish - 01-14-2011, 10:24 PM
RE: Trivia Forum - RocketFoot - 01-14-2011, 10:40 PM
RE: Trivia Forum - leefish - 01-15-2011, 01:10 AM
RE: Trivia Forum - RocketFoot - 01-15-2011, 01:35 AM
RE: Trivia Forum - leefish - 01-15-2011, 01:36 AM
RE: Trivia Forum - RocketFoot - 01-15-2011, 01:53 AM
RE: Trivia Forum - leefish - 01-15-2011, 03:34 AM
RE: Trivia Forum - RocketFoot - 01-15-2011, 05:43 AM
RE: Trivia Forum - RateU - 01-15-2011, 05:55 AM

 Standard Tools
Forum Jump: