Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Trivia Forum
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #42
RE: Trivia Forum
I added Janota's post bubble to this forum and custom added the code to my tf_postbit_first_classic template and got it to work, but do you have any idea how I could hide the bubbles not in use?  All 3 show all the time...see example:

http://www.7173mustangs.com/thread-weekl...http://www.7173mustangs.com/thread-weekly-fun-question-test

Here is the template code:

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
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
		<span class="smalltext">
			{$post['useravatar']}<br />
			{$post['userstars']}			
			{$post['usertitle']}<br />
			{$post['groupimage']}
			{$post['user_details']}
		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<div id="tc1" class="content">
				<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
					{$post['bubble_cll']}<div class="triangle-border top">{$post['message']}</div>
				</div>
			</div>
			{$post['bubble_cll']}<div class="triangle-border top">{$GLOBALS['threadfields']['tc2c']}</div>
			{$post['bubble_cll']}<div class="triangle-border top">{$GLOBALS['threadfields']['tc3c']}</div>
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr>
	<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['onlinestatus']}{$post['postdate']} {$post['posttime']}</span></td>
	<td class="{$altbg}" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
				<td align="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']}</td>
			</tr>
		</table>
	</td>
</tr>
</table>


[Image: gallery_2_628_39582.jpg]
01-14-2011 09:56 PM
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: