heb net deze mod gedownload, maar hoe krijg ik er muziek in??
Code: Selecteer alles
#############################################################
## MOD Title: Background Sound
## MOD Author: Custom phpBB CEO
##
## MOD Description: This Mod adds a background sound source
## to your forums.
##
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 2 minutes
##
## Files To Edit: templates/***/overall_footer.tpl
##
##
## Included Files: N/A
##
##############################################################
## Author Notes: You can use .MP3 and .WAV files with this mod.
##############################################################
## MOD History:
## Version 1.0.0
## First Release
##
##
##
##
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All
## Files Related To This MOD
##############################################################
#
#-----[ OPEN ]--------------------------------------------------------
# teplates/***/overall_footer.tpl
#
#-----[ FIND ]---------------------------------------------------------
#
<br />{ADMIN_LINK}<br />
#
#-----[ After Add ]-----------------------------------------------------
#
<bgsound loop="infinite" src="Sound Source">
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM