Ok all that done you now goto your forum then [b]Admin Panel --- Styles Admin---Edit Templates/Logos
posting_body.tpl
#find:
Code:
f_help = "{L_BBCODE_F_HELP}";
#After add:
Code:
z_help = "{L_BBCODE_Z_HELP}";
#find:
Code:
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]');
#Add before ') ,'
,'[video]','[/video]
so it may look like this
Code:
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[video]','[/video]');
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum