Tab Forum question
bxx Offline
Junior Member
**
Posts: 23
Joined: May 2011
Post: #33
RE: Tab Forum question
Now got it working on index with ProStats.

When i include the code from prostats

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
<script type="text/javascript">
<!--

var spinner=null;

function prostats_reload()
{
	if(spinner){return false;}
	this.spinner = new ActivityIndicator("body", {image: "images/spinner_big.gif"});
	new Ajax.Request('xmlhttp.php?action=prostats_reload&my_post_key='+my_post_key, {method: 'post',postBody:"", onComplete:prostats_done});
	return false;
}

function prostats_done(request)
{
	if(this.spinner)
	{
		this.spinner.destroy();
		this.spinner = '';
	}
	if(request.responseText.match(/<error>(.*)<\/error>/))
	{
		message = request.responseText.match(/<error>(.*)<\/error>/);
		alert(message[1]);
	}
	else if(request.responseText)
	{
		$("prostats_table").innerHTML = request.responseText;
	}
}
-->
</script>



		<div id="prostats_table">

		<table width="100%" border="0" cellspacing="{$theme[borderwidth]}" cellpadding="0" class="tborder">
		<thead>
		<tr><td colspan="{$num_columns}">
			<table border="0" cellspacing="0" cellpadding="{$theme[tablespace]}" width="100%">
			<tr class="thead">
			<td><strong>{$lang->prostats_prostats}</strong></td>
			<td style="text-align:{$ps_ralign};"><a href="" onclick="return prostats_reload();">{$lang->prostats_reload} <img src="{$mybb->settings['bburl']}/images/prostats/ps_reload.gif" style="vertical-align:middle;" alt="" /></a></td>
			</tr>
			</table>
		</td>
		</tr>
		</thead>
		<tbody>
		{$trow_message_top}
		<tr valign="top">
		{$prostats_content}
		</tr>
		{$trow_message_down}
		</tbody>
		</table>
		<br />
                </div>



with:

PHP Code:
<div id="latest_posts" class="content"> ...</div>


nothing happens.


Also I testet with the global Tag of ProStats:

PHP Code:
<div id="latest_posts" class="content">
<ProStats>
</div>



Is there anything wrong in my thinking?

06-05-2011 03:28 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: