|
Besides that, I didnt get the part after fb_bb.js.php.
I didnt get:
[quote]search for:
[code:1] bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code:1]','[/code:1]','[ul]','[/ul]','[ol]','[/ol]','[img size=150]','[/img]','[url]','[/url]','[li]','[/li]');
// in the line add:
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code:1]','[/code:1]','[ul]','[/ul]','[ol]','[/ol]','[img size=640]','[/img]','[url]','[/url]','[li]','[/li]','[youtube]','[/youtube]','[google]','[/google]','[clipfish]','[/clipfish]','[myvideo]','[/myvideo]','[color]','[/color]','[size]','[/size]');
// find
b_help = "";
//add below
y_help = "";
g_help = "";
z_help = "";
m_help = "";
//Now open your german.php (in the administrator/components/com_fireboard/language folder) or whatever language you are using (obviously im German)
//and find the line
DEFINE('_BBCODE_BOLD','Fetter Text: text ');
// add below
DEFINE('_BBCODE_YOUTUBE','Youtube Video: [youtube]Video-ID[/youtube] ');
DEFINE('_BBCODE_GOOGLE','Google Video: [google]Video-ID[/google] ');
DEFINE('_BBCODE_CLIPFISH','Clipfish Video: [clipfish]Video-ID[/clipfish] ');
DEFINE('_BBCODE_MYVIDEO','Myvideo Video: [myvideo]Video-ID[/myvideo] ');[/code:1][/quote]
|