basic linking of audio/video tags in encrypted bbcode
This commit is contained in:
parent
cdcc68a168
commit
34ee8de821
@ -405,7 +405,8 @@ function enableOnUser(){
|
||||
rep(/\[code\](.*?)\[\/code\]/gi,"<code>$1</code>");
|
||||
rep(/\[quote.*?\](.*?)\[\/quote\]/gi,"<blockquote>$1</blockquote>");
|
||||
|
||||
|
||||
rep(/\[video\](.*?)\[\/video\]/gi,"<a href=\"$1\">$1</a>");
|
||||
rep(/\[audio\](.*?)\[\/audio\]/gi,"<a href=\"$1\">$1</a>");
|
||||
|
||||
rep(/\[\&\;([#a-z0-9]+)\;\]/gi,'&$1;');
|
||||
|
||||
|
Reference in New Issue
Block a user