Your phpBB Type: phpbb Plus 1.52
MODs: Yes
Your knowledge: Beginner
Boardlink: [url]http://[/url]
PHP Version:
MySQL Version:
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I have a phpbb Plus with the exPortal.
I want to put the buttons that have Q_Links on ezPortal MOD from OXPUS.
Yesterday with a little help of the install instructions in this great MOD I did my banner links of the portal, scrolling and stop and start when you put or out your mouse of the links block.
And I am very happy for that.
The code than I put in my portal_body.tpl file is very similar that the instructions of the MOD from Oxpus, and was this:
Code: Alles auswählen
<marquee id="scroll_minibanners" behavior="scroll" direction="up" height="110" width="90" scrolldelay="0" scrollamount="2" onMouseOver="stop()" onMouseOut="start()">I know I can put the buttons of the Q_Links on ezPortal MOD in my links block.
And If I can put the buttons with my links block I will be more happy jejeje
I am trying to find in the portal.php file the code of the banner links of the portal but I didn’t' find it and I don't know where can be.
I think if I find this code... I can put the code of the buttons there and then in the portal_body.tpl files put the other code for show it in the forum. ^q
Is this the code that I have to put in the portal.php(or other) ?
Code: Alles auswählen
}
$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>')
);And then is this code to have to put in my portal_body.tpl files?
Code: Alles auswählen
<tr>
<td class="row2" align="center">{QL_GO}{QL_SPEED}{QL_SLOW}{QL_STOP}</td>
</tr>What Can I do
Also I attach here my portal.php and my portal_body.tpl files.
Thanx a lot to Oxpus!!!
[ Attachment gelöscht am So 26.Jun, 2005 21:34 von AmigaLink ]
[ Attachment gelöscht am So 26.Jun, 2005 21:34 von AmigaLink ]
[ Attachment gelöscht am So 26.Jun, 2005 21:35 von AmigaLink ]