rom56
07-23-2006, 12:16 PM
Hello guys,
I'am a french vbulletin 'users. I have create a VBA CMPS 2.0 module for vb music. This is like a playlist ! A friend BiOMECHANiK (http://www.vbulletin-ressources.com/forum/member.php?find=lastposter&f=51) helped me for the translation ( thanks a lot ! ). I send you few screens.... We are the website who translate vBMusic 2.0 for french community ( here... (http://www.vbulletin-ressources.com/forum/showthread.php?t=666) )
http://www.vbulletin-ressources.com
Enjoy !
Installation :
- - you have ton install "VB MUSIC 2.0 hack" -> http://www.vbhackers.com/forum/showthread.php?t=2173
- Unzip the "[VBA CMPS] Music 2.0 - Playlist- vbulletin-ressources.com.rar"
- open the file "playlist.php" and edit the files like you want.
- Go to admincp.
- Execute SQL query :
ALTER TABLE music_submit ADD COLUMN playlist varchar( 30 ) ;
( from admincp or from phpmyadmin )
- add a "VBA modules" a "php file".
- add a title. for example : "playlist".
- Choose "center" module. ( you can choose right or left but it isn't the right size...)
- file to include "playlist.php".
- user : "playlist".
- included template "playlist".
- content of the template "playlist" :
<a name="music" id="music"></a>
<tr>
<td class="alt1" align="center">
$form
</td>
</tr>
$play
<tr>
<td class="alt1" align="center">
$affichage
</td>
</tr>
- Use mode shell : yes.
- link of the module : music.php
- upload "dewplayer.swf" at the root of your forum.
You can edit my post for my english's language :)
I'am a french vbulletin 'users. I have create a VBA CMPS 2.0 module for vb music. This is like a playlist ! A friend BiOMECHANiK (http://www.vbulletin-ressources.com/forum/member.php?find=lastposter&f=51) helped me for the translation ( thanks a lot ! ). I send you few screens.... We are the website who translate vBMusic 2.0 for french community ( here... (http://www.vbulletin-ressources.com/forum/showthread.php?t=666) )
http://www.vbulletin-ressources.com
Enjoy !
Installation :
- - you have ton install "VB MUSIC 2.0 hack" -> http://www.vbhackers.com/forum/showthread.php?t=2173
- Unzip the "[VBA CMPS] Music 2.0 - Playlist- vbulletin-ressources.com.rar"
- open the file "playlist.php" and edit the files like you want.
- Go to admincp.
- Execute SQL query :
ALTER TABLE music_submit ADD COLUMN playlist varchar( 30 ) ;
( from admincp or from phpmyadmin )
- add a "VBA modules" a "php file".
- add a title. for example : "playlist".
- Choose "center" module. ( you can choose right or left but it isn't the right size...)
- file to include "playlist.php".
- user : "playlist".
- included template "playlist".
- content of the template "playlist" :
<a name="music" id="music"></a>
<tr>
<td class="alt1" align="center">
$form
</td>
</tr>
$play
<tr>
<td class="alt1" align="center">
$affichage
</td>
</tr>
- Use mode shell : yes.
- link of the module : music.php
- upload "dewplayer.swf" at the root of your forum.
You can edit my post for my english's language :)