Attention :
If you have used something like [gv] before this Update and want to change now all old Codes to [gvideo] operate this SQL Querie.
Code:
UPDATE vb3_post SET pagetext = REPLACE(pagetext, '[gv]', '[gvideo]');
UPDATE vb3_post SET pagetext = REPLACE(pagetext, '[/gv]', '[/gvideo]');
UPDATE vb3_post SET pagetext = REPLACE(pagetext, '[GV]', '[gvideo]');
UPDATE vb3_post SET pagetext = REPLACE(pagetext, '[/GV]', '[/gvideo]');
UPDATE vb3_post SET pagetext = REPLACE(pagetext, '[Gv]', '[gvideo]');
UPDATE vb3_post SET pagetext = REPLACE(pagetext, '[/Gv]', '[/gvideo]');
Same for old [anymedia] or [yt] Codes.
Attention - maybe you have to change Tableprefix.
@Viper007Bond - include this to Installinstructions please or use it for coding a AdminCP Option.