##############################################################
## MOD Title: Google Video Mod SQR Addon - EM Friendly
## MOD Author: Nightrider < N/A > (Blake) http://4fxearth.net/phpBB2
## MOD Description: Add Google Videos to your Simple Quick Reply window. 
## 	   				You must have Multiple BBCode, BBCode Organizer, 
##					and Google Video MODs installed for this to work.
## 					Get it here: http://www.phpbb.com/phpBB/viewtopic.php?t=74705 
## MOD Version: 1.0.0
## 
## Installation Level: Easy
## Installation Time: 1 minute
## Files To Edit: 1
##				  templates/subSilver/viewtopic_quickreply.tpl
##
## Included Files: 0
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
## Generator: MOD Studio [ ModTemplateTools 1.0.2288.38406 ]
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes: You must have the Multiple BBCode, BBCode Organizer, 
## Google Video MODs installed for this to work.
## Get it here: http://www.phpbb.com/phpBB/viewtopic.php?t=74705 
## Credits to YouTube Mod Author: michaeltripp < iamdrscience@hotmail.com > (Mike) http://itsbeenconfirmed.com 
## 
## This is just a modified version of his YouTube Mod
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
#
#-----[ OPEN ]---------------------------------
#
templates/subSilver/viewtopic_quickreply.tpl
#
#-----[ FIND ]---------------------------------
#
# NOTE: the actual line to find is MUCH longer, containing all the bbcode tags
#
bbtags = new Array(
#
#-----[ IN-LINE FIND ]------------------------------------------ 
# 
)
#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
# 
,'[GVideo]','[/GVideo]'
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM