hiya, i've read this whole forum fairly well and i just figured i'd mention that i've got this running with vbadvanced CMPS already. I did it like so:
In the "vBa CMPS" control panel in the admincp, add a new page, and have it be the html file page type. Add whatever other modules you like + Custom Page Content.
Now create and html file that explains a little, like "'hi listen to some groovy tunes lol'" here's mine:
Quote:
<html>
<body>
<table width="60%" align="center">
<p><h4><b>hippsta's Music Archive</b></h4></p><br/>
<p>Welcome to the hippsta.com Music Archive. Here are contained a large portion of my personal music and / or collaborations with my wife. Some were actual audio, and others the MIDIs i created of yesteryear.</p>
<tr align="left"><ul><hr>
<i>i.<b> Astrabella, hippsta</b></i>
<br/>
<li>1 The Pot Song - (3:47) ~ 2002
<li>2 Numbers - (3:45) ~ 2003
<li>3 Tempest - (3:43) ~ 2003
<hr>
<i>ii.<b> Some Classical hippsta</b></i>
<br/>
<li>4 Rhapsody in D " Spirit of the East" - (2:57) ~ 2000
<li>5 Suite for a Sextext of Strings - (2:22) ~ 1999
<li>6 Overture - (2:23) ~ 1998
<li>7 Piano Sonata no.2 - (1:30) ~ 1997
<li>8 Piano Sonata no.3 - (1:58) ~ 1999
<hr>
<i>iii.<b> ElectroSymphonica</b></i>
<br/>
<li>9 Blues Theme in C minor - (1:19) ~ 1999
<li>10 Jammin' - (1:49) ~ 1999
<li>11 Necro IV - (1:50) ~ 1996
<li>12 Ragnarok - (2:24) ~ 1998
<hr></ul></tr>
<!-- vbMp3 Player Start -->
<if condition="$show['member']">
<script type="text/javascript">
<!--
function OpeniPod(){
iPod =
window.open('ipod.htm','iPod','directories=no,heig ht=430,width=190,location=no,menubar=no,resizable= no,
status=no,toolbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpeniPod()">Click Here to Listen</a></td>
</if>
<!-- vbMp3 Player End -->
<br/>
</table>
<br/>
<br/>
</body>
</html>
|
then just upload the html file along with the other files and point the 'html file page options' to it. I'm not a good coder, but i manage to frankenstein some interesting stuff together lol. I sincerely hope this helps someone, and thank you for a great mod. (b'-')b
btw the conditional <if> statements don't work for me in this situation, tho
^.~
you can see it
here if u want....
edit: oO dumb. I see now that it could have been more easily added as a Module in vBa CMPS, but then it would reset between pages >.<