Hallo,
Forum:
die Anzeige der "Erweiterten Statistik" funktioniert beim normalen Forum auf INDEX und PORTAL absolut korrekt.
Forum mit ProPortal:
Ist ProPortal installiert, wird die "Erweiterte Statistik" nicht auf der PORTAL-Seite angezeigt (INDEX funktioniert korrekt).
Hat jemand eine Idee was da wo angepasst werden muss?
Vorab Danke für Hiflestellungen bzw. Lösungsvorschläge.
Suche unter Globale Templates das Template "pro_portal"
Ändere es wie folgt:
PHP-Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript" src="./portal/js/jquery.cookie.js"></script>
<script type="text/javascript" src="./portal/js/jquery.collapsible.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="./portal/css/demo.css" />
<script type='text/javascript'>
$(document).ready(function() {
$.collapsible(".module .header");
});
</script>
</head>
<body>
{$header}
{$noblocks}
<!-- ASOI_3_P_T --><table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td style="vertical-align:top">
{$topblocks}
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td style="max-width:{$proportal->settings['leftcolwidth']}; width:{$proportal->settings['leftcolwidth']}; padding-right:{$proportal->settings['verticalspace']}; vertical-align:top;">
{$leftblocks}
</td>
<td style="vertical-align:top">
{$centerblocks}
</td>
<td style="max-width:{$proportal->settings['rightcolwidth']}; width:{$proportal->settings['rightcolwidth']}; padding-left:{$proportal->settings['verticalspace']}; vertical-align:top;">
{$rightblocks}
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td style="vertical-align:top;">
{$footerblocks}
{$asoi_latestthreads}
</td>
</tr>
</table><!-- ASOI_3_P_B -->
{$footer}
</body>
</html>
Habe es nicht tiefgründig getestet, aber augenscheinlich funktioniert es (bei mir).
Es funktioniert tadellos.
Besten Dank für Dein Engagment.