##############################################################
## MOD Title: YouTube BBCode SQR Addon MOD
## MOD Author: Nightrider < phpbb@4fxearth.net > http://4fxearth.net/phpBB2
## MOD Description: This mod adds YouTube BBCode button to the Simple Quick Reply 
## 	   				MOD window.  You must have the Multi-BBCode, BBCode Organizer
##					and YouTube BBCode MODs installed...
## MOD Version: 1.0.0 
## 
## Installation Level: easy 
## Installation Time: 1 Minute using Easymod
## Files To Edit: 1
##     	 		  templates/subSilver/viewtopic_quickreply.tpl
##
## topic on phpbb.com with screenshots : http://www.phpbb.com/phpBB/viewtopic.php?t=458424
############################################################## 
## Author Notes: 
## You must have the Multi-BBCode, BBCode Organizer, and YouTube BBCode MODs installed...
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
#
#-----[ OPEN ]------------------------------------------
# 
templates/subSilver/viewtopic_quickreply.tpl
#
#-----[ FIND ]------------------------------------------ 
# 
bbtags = new Array(
#
#-----[ IN-LINE FIND ]------------------------------------------ 
# 
)
#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
# 
,'[youtube]','[/youtube]'
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM