MyBB Community Forums

Full Version: Fit on Page with ProPortal how to fix this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My ProPortal template
how to fix this
preview
[Image: 2il203.jpg]

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/fitonpage.js?ver=230"></script>
<script type="text/javascript">
<!--
    var fitonpage_on = "{$mybb->settings['g33k_fitonpage_enabled']}";
    var fitonpage_resize = "{$mybb->settings['g33k_fitonpage_resize']}";
    var fitonpage_fluid = "{$mybb->settings['g33k_fitonpage_fluid']}";
    var fitonpage_topbar_resized = "{$lang->fitonpage_topbar_resized}";
    var fitonpage_topbar_full = "{$lang->fitonpage_topbar_full}";
    var fitonpage_topbar_text_class = "{$mybb->settings['g33k_fitonpage_topbar_text_class']}";
    var fitonpage_topbar_bground = "{$mybb->settings['g33k_fitonpage_topbar_bground']}";
    var fitonpage_topbar_icon = "{$mybb->settings['g33k_fitonpage_topbar_icon']}";
    var fitonpage_location = "portal";
-->
</script>
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td valign="top" width="{$proportal->settings['leftcolwidth']}" style="padding-right:{$proportal->settings['verticalspace']}px">
{$leftblocks}
</td>
<td valign="top">
{$centerblocks}
</td>
<td valign="top" width="{$proportal->settings['rightcolwidth']}" style="padding-left:{$proportal->settings['verticalspace']}px">
{$rightblocks}
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td align="center" width="100%" class="smalltext"></a> &copy; <a href="http://xxxxxxxxxxxx/" target="_blank">xxxxxxxxxxxxxxxx</a></td>
</tr>
</table>
{$footer}
</body>
</html> 
What You want to do?
the info bar show nothing look at the preview
Try to use fancyZoom instead of Fit on Page.
Fit on page can be fixed on the portal the dev fixed for someone via PM
Fancyzoom not working for me
You already posted this in the release thread. http://community.mybb.com/thread-53553-p...#pid752271

No pointing having this same discussion in 2 places. If anyone has anything to add do so in the release thread.