| Creating Music Online Page intergrated with vBulletin.
INSTALLATION INSTRUCTIONS
1. Upload files in same structure as they are in this zip (if installing do not upload the update script)
2. Login to your admincp and run yoursite.com/forum/admincp/vbminstall.php
3. Delete vbminstall.php
4. vBMusic runs in forumroot/music.php. You need to link to this somewhere, most people will use the navbar to create an "Music" link.
To do this, open the navbar or header template and find:
-------------
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
-------------
Above this, add:
-------------
<td class="vbmenu_control"><a href="music.php$session[sessionurl_q]">Music</a></td>
-------------
ALL DONE! HAVE A GOOD TIME! |