XMB Forum Software
Not logged in [Login - Register]
Go To Bottom

Printable Version  
Author: Subject: [Resolved] Youtube Code.
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 5-29-2012 at 07:22 PM
[Resolved] Youtube Code.


volledig forum URL: www.nolink.com
XMB Versie: 1.9.11

Hello!

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?

Greetings!
View user's profile View All Posts By User
kuba1
XMB Project Manager
*********




Posts: 161
Registered: 12-16-2007
Location: Here on this forum ;)
Member Is Offline

Mood: No Mood

[*] posted on 5-29-2012 at 07:55 PM


http://www.xmbforum2.com/hacks/youtube-bbcode.zip



Hit this link often (Part of the XMB forum marketing campaign):

http://www.forummatrix.org/show/XMB

Testing the Signature Changing Code
View user's profile Visit user's homepage View All Posts By User
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 5-29-2012 at 09:04 PM


Thanks a lots kuba1!!!!
View user's profile View All Posts By User
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 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~!
View user's profile View All Posts By User
kuba1
XMB Project Manager
*********




Posts: 161
Registered: 12-16-2007
Location: Here on this forum ;)
Member Is Offline

Mood: No Mood

[*] posted on 6-1-2012 at 08:23 PM


you sure you followed the instructions??



Hit this link often (Part of the XMB forum marketing campaign):

http://www.forummatrix.org/show/XMB

Testing the Signature Changing Code
View user's profile Visit user's homepage View All Posts By User
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 6-1-2012 at 09:02 PM


Yes.. Iff you want I can upload the files her?
View user's profile View All Posts By User
vlonjat4ever
Member
***




Posts: 24
Registered: 9-5-2009
Location: In your HDD
Member Is Offline

Mood: Cool!

[*] posted on 6-1-2012 at 11:39 PM


Edit .js files and upload again!
Code:
js/bbcodefns-ie.js js/bbcodefns-mozilla.js js/bbcodefns-opera.js





Francesko
View user's profile Visit user's homepage View All Posts By User
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 6-11-2012 at 07:04 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 43 times

View user's profile View All Posts By User
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 6-14-2012 at 06:44 PM


...up...
View user's profile View All Posts By User
Mouser
XMB Contributor
********




Posts: 202
Registered: 4-14-2008
Member Is Offline

Mood: Christmasy. Yes, in September.

[*] posted on 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.php
View user's profile View All Posts By User
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 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>
View user's profile View All Posts By User
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 6-15-2012 at 02:52 PM


Functions_bbcodeinsert


<script type="text/javascript">$setbbcodemode</script>
<tr class="tablerow">
<td bgcolor="$altbg1">$lang[cb_fomatting]<br /><span class="smalltxt">
<input type="radio" name="mode" value="2" onclick="chmode('2')" $mode2check /> $lang[cb_normalmode]<br />
<input type="radio" name="mode" value="0" onclick="chmode('0')" $mode0check /> $lang[cb_advmode]<br />
<input type="radio" name="mode" value="1" onclick="chmode('1')" $mode1check /> $lang[cb_helpmode]</span></td>
<td bgcolor="$altbg2">
<select name="font" onchange="chfont(this.options[this.selectedIndex].value)" size="1">
<option value="" id="zerofont" selected="selected">{$lang['textfont']}</option>
<option value="Andale Mono">Andale Mono</option>
<option value="Arial">Arial</option>
<option value="Arial Black">Arial Black</option>
<option value="Book Antiqua">Book Antiqua</option>
<option value="Century Gothic">Century Gothic</option>
<option value="Comic Sans MS">Comic Sans MS</option>
<option value="Courier New">Courier New</option>
<option value="Georgia">Georgia</option>
<option value="Impact">Impact</option>
<option value="Tahoma">Tahoma</option>
<option value="Times New Roman">Times New Roman</option>
<option value="Trebuchet MS">Trebuchet MS</option>
<option value="Script MT Bold">Script MT Bold</option>
<option value="Stencil">Stencil</option>
<option value="Verdana">Verdana</option>
<option value="Lucida Console">Lucida Console</option>
</select>
<select name="size" onchange="chsize(this.options[this.selectedIndex].value)" size="1">
<option value="-2">-2</option>
<option value="-1">-1</option>
<option value="0" id="zerosize" selected="selected">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
<select name="color" onchange="chcolor(this.options[this.selectedIndex].value)" size="1">
<option value="" id="zerocolor" selected="selected">{$lang['texttext']}</option>
<option value="White" style="color:white;">White</option>
<option value="Black" style="color:black;">Black</option>
<option value="Red" style="color:red;">Red</option>
<option value="Yellow" style="color:yellow;">Yellow</option>
<option value="Pink" style="color:pink;">Pink</option>
<option value="Green" style="color:green;">Green</option>
<option value="Orange" style="color:orange;">Orange</option>
<option value="Purple" style="color:purple;">Purple</option>
<option value="Blue" style="color:blue;">Blue</option>
<option value="Beige" style="color:beige;">Beige</option>
<option value="Brown" style="color:brown;">Brown</option>
<option value="Teal" style="color:teal;">Teal</option>
<option value="Navy" style="color:navy;">Navy</option>
<option value="Maroon" style="color:maroon;">Maroon</option>
<option value="LimeGreen" style="color:limegreen;">LimeGreen</option>
</select>
$spelling_lang
<br />
<a href="javascript :bold()" accesskey="b" title="$lang[cb_insert_bold]"><img src="$imgdir/bb_bold.gif" border="0" width="23" height="22" alt="$lang[cb_insert_bold]" /></a>
<a href="javascript :italicize()" accesskey="i" title="$lang[cb_insert_italics]"><img src="$imgdir/bb_italicize.gif" border="0" width="23" height="22" alt="$lang[cb_insert_italics]" /></a>
<a href="javascript :underline()" accesskey="u" title="$lang[cb_insert_underlined]"><img src="$imgdir/bb_underline.gif" border="0" width="23" height="22" alt="$lang[cb_insert_underlined]" /></a>
<a href="javascript :center()" title="lang[cb_insert_centered]" ><img src="$imgdir/bb_center.gif" border="0" width="23" height="22" alt="$lang[cb_insert_centered]" /></a>
<a href="javascript :hyperlink()" title="$lang[cb_insert_hyperlink]" ><img src="$imgdir/bb_url.gif" border="0" width="23" height="22" alt="$lang[cb_insert_hyperlink]" /></a>
<a href="javascript :email()" title="$lang[cb_insert_email]" ><img src="$imgdir/bb_email.gif" border="0" width="23" height="22" alt="$lang[cb_insert_email]" /></a>
<a href="javascript :image()" title="$lang[cb_insert_image]" ><img src="$imgdir/bb_image.gif" border="0" width="23" height="22" alt="$lang[cb_insert_image]" /></a>
<a href="javascript :code()" title="$lang[cb_insert_code]" ><img src="$imgdir/bb_code.gif" border="0" width="23" height="22" alt="$lang[cb_insert_code]" /></a>
<a href="javascript :quote()" title="$lang[cb_insert_quote]" ><img src="$imgdir/bb_quote.gif" border="0" width="23" height="22" alt="$lang[cb_insert_quote]" /></a>
<a href="javascript :list()" title="$lang[cb_insert_list]" ><img src="$imgdir/bb_list.gif" border="0" width="23" height="22" alt="$lang[cb_insert_list]" /></a>
<a href="javascript :youtube()" title="$lang[cb_insert_youtube]"><img src="$imgdir/bb_youtube.gif" border="0" width="23" height="22" alt="$lang[cb_insert_youtube]" /></a></td>
</tr>
View user's profile View All Posts By User
fietsbel
Member
***




Posts: 31
Registered: 5-18-2012
Member Is Offline


[*] posted on 6-15-2012 at 02:55 PM


Last the functions php!

Attachment: functions.inc.php (84kB)
This file has been downloaded 377 times

View user's profile View All Posts By User

  Go To Top

Powered by XMB 1.9.12 (Debug Mode)
XMB Forum Software © 2001-2024 The XMB Group
[Queries: 16] [PHP: 46.0% - SQL: 54.0%]