
See that:
www.all-reefs.com
But Now How I put the buttons ???

Moderator: Supporter
<marquee id="scroll_minibanners" behavior="scroll" direction="up" height="110" width="90" scrolldelay="0" scrollamount="2" onMouseOver="stop()" onMouseOut="start()">
}
$template->assign_vars(array(
'QL_GO' => '<a href="javascript:void(0);" onclick="scroll_minibanners.start(); scroll_minibanners.scrollAmount=2;"><img src="images/q_links/icon_up.gif" border="0" alt="Go"></a> ',
'QL_SPEED' => '<a href="javascript:void(0);" onclick="scroll_minibanners.start(); scroll_minibanners.scrollAmount=5;"><img src="images/q_links/icon_fast.gif" border="0" alt="Speed"></a> ',
'QL_SLOW' => '<a href="javascript:void(0);" onclick="scroll_minibanners.start(); scroll_minibanners.scrollAmount=1;"><img src="images/q_links/icon_slow.gif" border="0" alt="Slow"></a> ',
'QL_STOP' => '<a href="javascript:void(0);" onclick="scroll_minibanners.stop()"><img src="images/q_links/icon_stop.gif" border="0" alt="Stop"></a>')
);
<tr>
<td class="row2" align="center">{QL_GO}{QL_SPEED}{QL_SLOW}{QL_STOP}</td>
</tr>
AmigaLink hat geschrieben:The Code from the Complete Banner MOD, that define the substitute symbols of the Banners, will be in the overal_header.php. So that the Banners can placed everywere in your board.
<tr>
<td align="center" class="row2"><span class="gensmall">ezPortal by <a href="http://smartor.is-root.com/" target="_blank">Smartor</a></span></td>
</tr>
<tr>
<td class="row2" align="center">{QL_GO}{QL_SPEED}{QL_SLOW}{QL_STOP}</td>
</tr>
$template->assign_vars(array(
'QL_GO' => '<a href="javascript:void(0);" onclick="scroll_minibanners.start(); scroll_minibanners.scrollAmount=2;"><img src="images/q_links/icon_up.gif" border="0" alt="Go"></a> ',
'QL_SPEED' => '<a href="javascript:void(0);" onclick="scroll_minibanners.start(); scroll_minibanners.scrollAmount=5;"><img src="images/q_links/icon_fast.gif" border="0" alt="Speed"></a> ',
'QL_SLOW' => '<a href="javascript:void(0);" onclick="scroll_minibanners.start(); scroll_minibanners.scrollAmount=1;"><img src="images/q_links/icon_slow.gif" border="0" alt="Slow"></a> ',
'QL_STOP' => '<a href="javascript:void(0);" onclick="scroll_minibanners.stop()"><img src="images/q_links/icon_stop.gif" border="0" alt="Stop"></a>')
);
// Generate the page
$template->pparse('body');
// End add - Photo Album Block
Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste