MyBB Community Forums

Full Version: ProStats Not To Display In Mobile Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have ProStats in stalled on my forum. i also have mybb gomobile theme and the ProStats keeps showing and makes my mobile theme wide.
how do i remove it from it mobile theme.

any one?
Does ProStats even work? Last time I checked the author's thread it's not being supported anymore, sorry.
yes its working on my forum.

as u can see here.

http://screensnapr.com/v/PKDSHx.jpg

any help please?
Assuming that prostats adds a variable to the index template, you can just remove it from the mobile templates.
(2012-05-08, 12:17 PM)Leefish Wrote: [ -> ]Assuming that prostats adds a variable to the index template, you can just remove it from the mobile templates.

can u help me what to remove

this is all i have in index

<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>
{$header}
{$ps_header_index}
{$forums}
{$ps_footer_index}
{$whosonline}
{$footer}
</body>
</html>
I would guess {$ps_footer_index} and {$ps_header_index}. ONLY take it out of the mobile template.