MyBB.de Forum
myportal box - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: myportal box (/thread-2870.html)



myportal box - coma - 01.09.2006

Hallole Smile ich habe eine Frage zum portal.
Meine idee ist es eine Box zu erstellen für mein webradio.
Ich habe folgende daten:
Player popup
Put the following javascript code inside the header section of your HTML page:
<script language='JavaScript1.2' src='http://www.audiorealm.com/player/player.js.html?srefID=115159&subscription=no'></script>

Then put this html into the page to launch the player from a link:
<a href='javascript:player(63466,-1)'>Listen now!</a>

Station popup

Put the following javascript code inside the header section of your HTML page:
<script language='JavaScript1.2' src='http://www.audiorealm.com/station/station.js.html?srefID=$station.memberID'></script>

Then put this html into the page to launch the station info box from a link:
<a href='javascript:stationinfo(63466)'>Station info</a>

das waersSmile jemand eine Idee wie ich das integrieren könnte?

gruss
coma


RE: myportal box - Michael - 01.09.2006

So wie ich das sehe sind das zwei Möglichkeiten der Einbindung: Player-Popup und/oder Station-Popup.

Um den Code in den Header inzufügen kannst du diesen in das Template des MyPortal kopieren zwischen die Head-Tags (<head>...</head>). Der andere Code ist nur der Link, um den Player aufzurufen, diesen solltest du in eine neue Box einfügen können.


RE: myportal box - coma - 03.09.2006

hmmm... ist mir nicht ganz klar in welche. myportal ist ja nur in "globale templates" und dort dann in template_box?


RE: myportal box - Mak - 03.09.2006

Ich kenne das Plugin nicht. Welche Templates gibt es denn?