I'm searching for a youtube insert code for the xmb forum version: 1.9.11
Does someone knows where I can find these code and what folder I need to put the code in?
Thanks a lots kuba1!!!!fietsbel - 6-1-2012 at 07:45 PM
Hmz I read the install.php file and do all what there was standing... Only it doesnt work... The icon is showing his self only when I click on it,
there is nothing happend... Is there a code? something like [youtube] link [/youtube] ?
Greetings~!kuba1 - 6-1-2012 at 08:23 PM
you sure you followed the instructions??fietsbel - 6-1-2012 at 09:02 PM
Yes.. Iff you want I can upload the files her?vlonjat4ever - 6-1-2012 at 11:39 PM
done that but it still doesn't work..
In my file you can find the .js files.
Maybe can someone found the problem?
Attachment: youtube_help.zip (5kB) This file has been downloaded 55 times
fietsbel - 6-14-2012 at 06:44 PM
...up...Mouser - 6-14-2012 at 10:12 PM
JS files are fine
All that is left really , is are the templates:
functions_bbcodeinsert
functions_bbcode
and PHP file: functions.phpfietsbel - 6-15-2012 at 02:50 PM
Functions_bbcode
<script language="JavaScript" type="text/javascript">
var bbcode_helpmode = "$lang[bbcode_helpmode]";
var bbcode_advmode = "$lang[bbcode_advmode]";
var bbcode_normode = "$lang[bbcode_normode]";
var bbcode_help_email = "$lang[bbcode_help_email]";
var bbcode_prompt_email_desc = "$lang[bbcode_prompt_email_desc]";
var bbcode_prompt_email_email = "$lang[bbcode_prompt_email_email]";
var bbcode_prompt_email_error = "$lang[bbcode_prompt_email_error]";
var bbcode_help_size = "$lang[bbcode_help_size]";
var bbcode_prompt_size = "$lang[bbcode_prompt_size]";
var bbcode_help_font = "$lang[bbcode_help_font]";
var bbcode_prompt_font = "$lang[bbcode_prompt_font]";
var bbcode_help_bold = "$lang[bbcode_help_bold]";
var bbcode_prompt_bold = "$lang[bbcode_prompt_bold]";
var bbcode_help_italic = "$lang[bbcode_help_italic]";
var bbcode_prompt_italic = "$lang[bbcode_prompt_italic]";
var bbcode_help_quote = "$lang[bbcode_help_quote]";
var bbcode_prompt_quote = "$lang[bbcode_prompt_quote]";
var bbcode_help_color = "$lang[bbcode_help_color]";
var bbcode_prompt_color = "$lang[bbcode_prompt_color]";
var bbcode_help_center = "$lang[bbcode_help_center]";
var bbcode_prompt_center = "$lang[bbcode_prompt_center]";
var bbcode_help_link = "$lang[bbcode_help_link]";
var bbcode_prompt_link_url = "$lang[bbcode_prompt_link_url]";
var bbcode_prompt_link_url_error = "$lang[bbcode_prompt_link_url_error]";
var bbcode_prompt_link_desc = "$lang[bbcode_prompt_link_desc]";
var bbcode_help_image = "$lang[bbcode_help_image]";
var bbcode_prompt_image = "$lang[bbcode_prompt_image]";
var bbcode_help_code = "$lang[bbcode_help_code]";
var bbcode_prompt_code = "$lang[bbcode_prompt_code]";
var bbcode_help_list = "$lang[bbcode_help_list]";
var bbcode_prompt_list_item = "$lang[bbcode_prompt_list_item]";
var bbcode_prompt_list_start = "$lang[bbcode_prompt_list_start]";
var bbcode_prompt_list_error = "$lang[bbcode_prompt_list_error]";
var bbcode_prompt_list_end = "$lang[bbcode_prompt_list_end]";
var bbcode_help_underline = "$lang[bbcode_help_underline]";
var bbcode_prompt_underline = "$lang[bbcode_prompt_underline]";
var bbcode_help_youtube = "$lang[bbcode_help_youtube]";
var bbcode_prompt_youtube = "$lang[bbcode_prompt_youtube]";
var messageElement;
</script>
<script language="JavaScript" type="text/javascript" src="./js/bbcodefns-$browser.js"></script>
<script language="JavaScript" type="text/javascript">window.onload = loadEls;</script>fietsbel - 6-15-2012 at 02:52 PM