MyBB Community Forums

Full Version: Report Information In Blank
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my mod panel, reports information is blank, please help!

PHOTO


MyBB Version: 1.8.14

modcp_reports:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->report_center}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_reports.js?ver=1813"></script>
</head>
<body>
{$header}
<form action="modcp.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="page" value="{$page}" />
<table width="100%" border="0" align="center">
<tr>
{$modcp_nav}
	<td valign="top">
		<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
		<tr>
			<td class="thead" colspan="5"><strong>Centro de reportes</strong></td>
		</tr>
		<tr>
			<td class="tcat" width="35%"><span class="smalltext"><strong>InformaciĆ³n del reporte</strong></span></td>
			<td class="tcat" align="left" width="25%"><span class="smalltext"><strong>Tipo de reporte</strong></span></td>
			<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>Numero de reportes</strong></span></td>
			<td class="tcat" align="right" width="20%"><span class="smalltext"><strong>Ultimo post reportado</strong></span></td>
			<td class="tcat" align="center" width="5%"><input type="checkbox" name="allbox" onclick="inlineReports.checkAll(this);" /></td>
		</tr>
		{$selectall}
		{$reports}
		<tr>
			<td class="tfoot" colspan="7" align="right"><span class="smalltext"><strong><a href="modcp.php?action=allreports">Ver todos los reportes</a></strong></span></td>
		</tr>
		</table>
		{$reportspages}
		<br />
		<div align="center"><input type="hidden" name="action" value="do_reports" /><input type="submit" id="inline_read" class="button" name="reportsubmit" value="{$lang->mark_read} ({$inlinecount})" /></div>
	</td>
</tr>
</table>
</form>
{$footer}
<script type="text/javascript">
<!--
	var mark_read_text = "{$lang->mark_read}";
	var all_text = "{$report_count}";
// -->
</script>
</body>
</html>
Re-upload report.php file in root also If you've edited the modcp_reports template revert it back.