Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Postbit Tabs
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #12
RE: Postbit Tabs
(10-25-2010 08:38 AM)Jumper Wrote:  question: what must i change to display the tabs correct in "classic postbit"-view?

We can force the postbit layout like what Leefish said.

Or if we really need the postbit in classic layout, this is a basic layout for that:

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
{$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> {$post['onlinestatus']}<br />
			<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
				{$post['useravatar']}<br />
				{$post['user_details']}
			</span>
		</td>
		<td class="{$altbg}" valign="top">
			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
				<tr>
					<td class="tcat at tab" title="Main" style="cursor: pointer; text-align: center; width: 33%;" abbr="tc1">
						<strong>Main</strong>
					</td>
					{$GLOBALS['threadfields']['tc2']}
					{$GLOBALS['threadfields']['tc3']}
				</tr>
			</table>
			<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['message']}
							</div>
						</div>
						{$GLOBALS['threadfields']['tc2c']}
						{$GLOBALS['threadfields']['tc3c']}
						{$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['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']}</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>


           

Here is a live demo thread for the classic layout:
http://www.14.mynie.co.cc/showthread.php?tid=150
http://www.14.mynie.co.cc/showthread.php?tid=149

I've tried to make it as simple as possible, so we can edit it easily if we want to combine it with other XThreads application/layout. That's why I only deal with one template. Actually, I've used it in XThreads Garage Forum, but I think we can use the postbit tabs for other application too. So, I created this basic example.

To test the classic layout yourself, select Classic for Post Layout setting in Additional Settings tabs when creating new thread in the demo forum.


10-26-2010 06:49 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Postbit Tabs - RateU - 10-16-2010, 07:42 AM
RE: Postbit Tabs - Imran - 10-16-2010, 08:03 AM
RE: Postbit Tabs - ZiNgA BuRgA - 10-16-2010, 10:00 AM
RE: Postbit Tabs - leefish - 10-16-2010, 07:29 PM
RE: Postbit Tabs - 1master1 - 10-16-2010, 07:55 PM
RE: Postbit Tabs - leefish - 10-16-2010, 09:06 PM
RE: Postbit Tabs - ZiNgA BuRgA - 10-16-2010, 09:05 PM
RE: Postbit Tabs - x-Treme - 10-16-2010, 10:44 PM
RE: Postbit Tabs - 1master1 - 10-16-2010, 11:09 PM
RE: Postbit Tabs - Jumper - 10-25-2010, 08:38 AM
RE: Postbit Tabs - leefish - 10-25-2010, 09:01 AM
RE: Postbit Tabs - RateU - 10-26-2010 06:49 AM
RE: Postbit Tabs - Jumper - 10-28-2010, 01:09 AM
RE: Postbit Tabs - Jumper - 10-28-2010, 03:16 AM
RE: Postbit Tabs - RateU - 10-28-2010, 03:39 AM
RE: Postbit Tabs - Vapor - 10-28-2010, 06:08 AM
RE: Postbit Tabs - Jumper - 10-28-2010, 08:15 AM
RE: Postbit Tabs - ZiNgA BuRgA - 10-28-2010, 01:22 PM
RE: Postbit Tabs - RocketFoot - 12-11-2010, 02:24 AM
RE: Postbit Tabs - RateU - 12-11-2010, 02:56 AM
RE: Postbit Tabs - leefish - 12-11-2010, 03:20 AM
RE: Postbit Tabs - RocketFoot - 12-11-2010, 03:30 AM
RE: Postbit Tabs - RateU - 12-12-2010, 07:18 AM
RE: Postbit Tabs - MasterZuFu - 12-23-2010, 08:46 AM
RE: Postbit Tabs - RateU - 12-24-2010, 01:40 AM
RE: Postbit Tabs - leefish - 12-24-2010, 01:48 AM
RE: Postbit Tabs - RateU - 12-26-2010, 02:01 AM
RE: Postbit Tabs - MasterZuFu - 12-26-2010, 05:36 AM
RE: Postbit Tabs - MasterZuFu - 12-26-2010, 07:17 AM
RE: Postbit Tabs - RateU - 12-26-2010, 10:57 AM
RE: Postbit Tabs - MasterZuFu - 12-26-2010, 01:33 PM
RE: Postbit Tabs - RateU - 12-27-2010, 05:24 AM
RE: Postbit Tabs - MasterZuFu - 12-28-2010, 12:47 AM
RE: Postbit Tabs - MasterZuFu - 12-28-2010, 01:54 AM
RE: Postbit Tabs - RateU - 12-28-2010, 04:00 AM
RE: Postbit Tabs - RocketFoot - 01-12-2011, 12:10 PM
RE: Postbit Tabs - RateU - 01-13-2011, 01:17 AM
RE: Postbit Tabs - RocketFoot - 01-29-2011, 05:31 AM
RE: Postbit Tabs - RateU - 01-29-2011, 06:05 AM
RE: Postbit Tabs - RocketFoot - 01-29-2011, 06:09 AM
RE: Postbit Tabs - Kobo - 06-14-2011, 08:05 AM
RE: Postbit Tabs - ZiNgA BuRgA - 06-14-2011, 08:57 AM
RE: Postbit Tabs - 1master1 - 06-15-2011, 12:14 PM
RE: Postbit Tabs - asadkhan1084 - 10-02-2011, 03:27 PM
RE: Postbit Tabs - RateU - 10-03-2011, 01:18 AM
RE: Postbit Tabs - anori - 04-14-2012, 12:16 AM
RE: Postbit Tabs - ZiNgA BuRgA - 04-14-2012, 10:59 AM
RE: Postbit Tabs - anori - 04-14-2012, 01:29 PM
RE: Postbit Tabs - ZiNgA BuRgA - 04-14-2012, 03:25 PM
RE: Postbit Tabs - Gstone - 08-23-2012, 11:57 PM
RE: Postbit Tabs - Gstone - 08-27-2012, 04:55 AM
RE: Postbit Tabs - WhiteEagle - 08-24-2012, 12:10 PM
RE: Postbit Tabs - RateU - 08-27-2012, 05:05 AM
RE: Postbit Tabs - Gstone - 08-27-2012, 09:24 AM
RE: Postbit Tabs - Gstone - 09-24-2012, 09:24 PM
RE: Postbit Tabs - RateU - 09-25-2012, 12:52 AM
RE: Postbit Tabs - admin2u - 12-18-2012, 03:15 AM
RE: Postbit Tabs - ZiNgA BuRgA - 12-18-2012, 09:16 AM
RE: Postbit Tabs - xensor - 09-22-2016, 08:54 AM
RE: Postbit Tabs - Grumpykitty - 08-26-2017, 07:58 AM

 Standard Tools
Forum Jump: