Tab Forum question
bxx Offline
Junior Member
**
Posts: 23
Joined: May 2011
Post: #35
RE: Tab Forum question
Index Template:

PHP 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
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="tab2">
{$header}

<script type="text/javascript" src="jscripts/jquery-1.3.2.min.js"></script>

<script type="text/javascript">

$.noConflict();

</script>

<script type="text/javascript">

jQuery(document).ready(function($){

$('.tab').click(function(){

$('.at').removeClass('at');

$(this).addClass('at');

$('.content').slideUp();

var catshow = $(this).attr('rel');

$('#'+ catshow).slideDown();

});

});

</script>
<table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="5" style="margin-bottom: 13px;">

<tr align="center">

<td class="tcat2 tab" title="Category 1" style="cursor: pointer;"rel="cat_1">Category 1</td>

<td class="tcat2 at tab" title="Category 4" style="cursor: pointer;" rel="cat_4">Category 4</td>

<td class="tcat2 tab" title="Category 9" style="cursor: pointer;" rel="cat_6">Category 6</td>
<td class="tcat2 tab" title="Last Posts" style="cursor: pointer;" rel="latest_posts">TestKAT</td>
</tr>
</table>
{$forums}


{$boardstats}


<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.png" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.png" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.png" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html></template>



The Code I posted should be the right prostats template i got it from here:
   

06-05-2011 03:57 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Tab Forum question - bxx - 05-31-2011, 05:06 PM
RE: Tab Forum question - RateU - 06-01-2011, 03:25 AM
RE: Tab Forum question - bxx - 06-01-2011, 03:33 AM
RE: Tab Forum question - RateU - 06-01-2011, 05:04 AM
RE: Tab Forum question - bxx - 06-01-2011, 05:45 AM
RE: Tab Forum question - ZiNgA BuRgA - 06-01-2011, 08:48 AM
RE: Tab Forum question - bxx - 06-01-2011, 05:10 PM
RE: Tab Forum question - RateU - 06-02-2011, 01:38 AM
RE: Tab Forum question - bxx - 06-02-2011, 02:41 AM
RE: Tab Forum question - RateU - 06-02-2011, 02:44 AM
RE: Tab Forum question - bxx - 06-02-2011, 04:46 AM
RE: Tab Forum question - RateU - 06-02-2011, 05:27 AM
RE: Tab Forum question - bxx - 06-02-2011, 09:02 AM
RE: Tab Forum question - ZiNgA BuRgA - 06-02-2011, 12:37 PM
RE: Tab Forum question - bxx - 06-02-2011, 12:39 PM
RE: Tab Forum question - ZiNgA BuRgA - 06-02-2011, 04:02 PM
RE: Tab Forum question - bxx - 06-02-2011, 07:00 PM
RE: Tab Forum question - bxx - 06-03-2011, 06:18 PM
RE: Tab Forum question - RateU - 06-04-2011, 01:38 AM
RE: Tab Forum question - bxx - 06-04-2011, 02:49 AM
RE: Tab Forum question - RateU - 06-04-2011, 03:13 AM
RE: Tab Forum question - bxx - 06-04-2011, 03:17 AM
RE: Tab Forum question - RateU - 06-04-2011, 03:23 AM
RE: Tab Forum question - bxx - 06-04-2011, 03:31 AM
RE: Tab Forum question - RateU - 06-04-2011, 03:57 AM
RE: Tab Forum question - bxx - 06-05-2011, 12:33 AM
RE: Tab Forum question - RateU - 06-05-2011, 01:12 AM
RE: Tab Forum question - bxx - 06-05-2011, 01:27 AM
RE: Tab Forum question - RateU - 06-05-2011, 01:38 AM
RE: Tab Forum question - bxx - 06-05-2011, 01:46 AM
RE: Tab Forum question - RateU - 06-05-2011, 01:53 AM
RE: Tab Forum question - bxx - 06-05-2011, 01:55 AM
RE: Tab Forum question - bxx - 06-05-2011, 03:28 AM
RE: Tab Forum question - RateU - 06-05-2011, 03:38 AM
RE: Tab Forum question - bxx - 06-05-2011 03:57 AM
RE: Tab Forum question - RateU - 06-05-2011, 04:13 AM
RE: Tab Forum question - bxx - 06-05-2011, 05:30 AM
RE: Tab Forum question - RateU - 06-06-2011, 01:45 AM
RE: Tab Forum question - bxx - 06-21-2011, 05:16 AM
RE: Tab Forum question - RateU - 06-22-2011, 04:43 AM

 Standard Tools
Forum Jump: