Sub Menu
Links Menu
Online Users

In total there are 307 users online :: 1 registered, 0 hidden and 306 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot] based on users active over the past 60 minutes

YouTube Video BBCode

Mods etc.

Moderator: Integra Moderator

YouTube Video BBCode

PostAuthor: dan0042 » Fri Oct 06, 2006 4:39 pm

Can any one get this 2 work ,
#
#-----[ OPEN ]---------------------------------
#
includes/bbcode.php

#
#-----[ FIND ]---------------------------------
#
$EMBB_widths = array('' But this is misssing for me ,

Code: Select all
############################################################## ## MOD Title]http://itsbeenconfirmed.com[/url] ## MOD Description: Adds a new bbcode allowing you to easily embed videos from YouTube.com.## MOD Version: 1.0.1 ## ## Installation Level: (Easy) ## Installation Time: ~5 Minutes## Files To Edit: - includes/bbcode.php,##                - langugage/lang_english/lang_main.php,##                - templates/subSilver/bbcode.tpl,##                - templates/subSilver/posting_body.tpl## Included Files: n/a## License: [url=http://opensource.org/licenses/gpl-license.php]http://opensource.org/licenses/gpl-license.php[/url] GNU General Public License v2############################################################## ## For security purposes, please check: [url=http://www.phpbb.com/mods/]http://www.phpbb.com/mods/[/url] ## for the latest version of this MOD. Although MODs are checked ## before being allowed in the MODs Database there is no guarantee ## that there are no security problems within the MOD. No support ## will be given for MODs not found within the MODs Database which ## can be found at [url=http://www.phpbb.com/mods/#]http://www.phpbb.com/mods/#[/url]############################################################# ## Author Notes: ##   You must have Multiple BBCode MOD installed for this to work.##      Get it here: [url=http://www.phpbb.com/phpBB/viewtopic.php?t=74705#]http://www.phpbb.com/phpBB/viewtopic.php?t=74705#[/url]###      example:##  [youtube]YouTube URL[/youtube]####  YouTube URL is the "Video URL (Permalink)" or the URL of the page the video ##  is on, NOT the "Embeddable Player" code they have on their video pages.## ############################################################## ## MOD History: ####  2006-03-20 - Version 1.0.1##   -Changed the names of the variables tbat are replaced in bbcode.tpl##   from VIDEO and LINK to YOUTUBEID and YOUTUBELINK, because the names##   were too common making it likely that they would conflict with other mods.####  2006-03-17 - Version 1.0.0####  2006-03-16 - Version 0.9.3##   -Fixed a problem in the regex that allowed some invalid but benign input####  2006-03-15 - Version 0.9.2##   -Made the word "link" was a language variable##   -Made the link open in a new window##   -YouTube video IDs can have dashes, so I changed the regex to account for this##   -Moved the link underneath the video instead of beside it####  2006-03-07 - Version 0.9.1##   -Added link for browsers YouTube's player doesn't like, i.e. Opera <img>####  2006-03-06 - Version 0.9.0################################################################ ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ##############################################################  ##-----[ OPEN ]---------------------------------#includes/bbcode.php  ##-----[ FIND ]---------------------------------#$EMBB_widths = array(''  ##-----[ IN-LINE FIND ]---------------------------------#  array(''  ##-----[ IN-LINE AFTER, ADD ]---------------------------------#,'60'  ##-----[ FIND ]---------------------------------#$EMBB_values = array(''  ##-----[ IN-LINE FIND ]---------------------------------#$EMBB_values = array(''  ##-----[ IN-LINE AFTER, ADD ]---------------------------------#,'YouTube'  ##-----[ FIND ]------------------------------------------#$bbcode_tpl['email'] = str_replace('{EMAIL}', '\1', $bbcode_tpl['email']);##-----[ AFTER, ADD ]------------------------------------------#  $bbcode_tpl['youtube'] = str_replace('{YOUTUBEID}', '\1', $bbcode_tpl['youtube']);$bbcode_tpl['youtube'] = str_replace('{YOUTUBELINK}', $lang['youtube_link'], $bbcode_tpl['youtube']);  ##-----[ FIND ]------------------------------------------#$replacements[] = $bbcode_tpl['email'];##-----[ AFTER, ADD ]------------------------------------------#  // [youtube]YouTube URL[/youtube] code..$patterns[] = "#[youtube]http://(?:www.)?youtube.com/watch?v=([0-9A-Za-z-_]{11})[^[]*[/youtube]#is";$replacements[] = $bbcode_tpl['youtube'];##-----[ OPEN ]---------------------------------#language/lang_english/lang_main.php  ##-----[ FIND ]---------------------------------## NOTE: the full line to look for is:#$lang['bbcode_f_help'] = "Font size: [size=99px]YouTube URL[/youtube]';  $lang['youtube_link'] = 'Link';##-----[ OPEN ]------------------------------------------ #templates/subSilver/bbcode.tpl     ##-----[ FIND ]------------------------------------------ #<BEGIN><a>{EMAIL}</a><END>##-----[ AFTER, ADD ]------------------------------------------ #  <BEGIN><object>     <param></param>     <embed></embed></object><br><a>{YOUTUBELINK}</a><br><END>##-----[ OPEN ]---------------------------------#templates/subSilver/posting_body.tpl  ##-----[ FIND ]---------------------------------## NOTE: the actual line to find is MUCH longer, containing all the bbcode tags#bbtags = new Array(  ##-----[ IN-LINE FIND ]---------------------------------#'[url]','[/url]'  ##-----[ IN-LINE AFTER, ADD ]---------------------------------#,'[youtube]','[/youtube]'  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ ## EoM      
Last edited by dan0042 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
:#: <img>
User avatar
dan0042
Integra Member
Integra Member
 
Posts: 170
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 21, 2006 3:06 pm
Cash on hand: 0.00

Re: YouTube Video BBCode

PostAuthor: dan0042 » Fri Oct 06, 2006 6:34 pm

got it workin ,Codes are missin I misted out , example:
[will some one work on button for this
Thanks
Last edited by dan0042 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
:#: <img>
User avatar
dan0042
Integra Member
Integra Member
 
Posts: 170
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 21, 2006 3:06 pm
Cash on hand: 0.00

PostAuthor: zenrei » Mon Oct 09, 2006 9:08 am

wait.. so this will allow youtube embeds to work?

will it also allow smileycentral embeds to work too?


you said codes are missing... is the code in the message correct??
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

PostAuthor: IntegraMOD » Mon Oct 09, 2006 9:44 am

Could you possible place the corect code and edit here for poeple to use.
Last edited by IntegraMOD on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Please do not PM for support
User avatar
IntegraMOD
Administrator
Administrator
 
Posts: 459
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 0.00
Bank: 100.00
Location: Seattle Wa

PostAuthor: zenrei » Mon Oct 09, 2006 10:11 am

sah-weet! <img> *waiting with bated breath*
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

Re: YouTube Video BBCode

PostAuthor: SLY LS1 » Mon Oct 09, 2006 7:43 pm

All need the code to add it to the "advanced BBCode V5 hack" if anyone is interested
Last edited by SLY LS1 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

SLY LS1
Members
Members
 
Posts: 70
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 11:49 pm
Cash on hand: 0.00

PostAuthor: zenrei » Mon Oct 09, 2006 7:57 pm

say what?
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

PostAuthor: zenrei » Tue Oct 10, 2006 9:48 am

in the author's notes, it says you have to have the Multiple BBCode MOD installed... do you?? Is that something we can get here?? is it already installed in IntegraMOD?
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

PostAuthor: dan0042 » Tue Oct 10, 2006 10:23 am

without problems
Last edited by dan0042 on Tue Oct 10, 2006 10:57 am, edited 1 time in total.
:#: <img>
User avatar
dan0042
Integra Member
Integra Member
 
Posts: 170
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 21, 2006 3:06 pm
Cash on hand: 0.00

PostAuthor: dan0042 » Tue Oct 10, 2006 10:54 am

"zenrei";p="16396" wrote:in the author's notes, it says you have to have the Multiple BBCode MOD installed... do you?? Is that something we can get here?? is it already installed in IntegraMOD?

U dont need Multiple BBCode MOD Im not runnin it ,If see some codes Missin still go on ,
Last edited by dan0042 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
:#: <img>
User avatar
dan0042
Integra Member
Integra Member
 
Posts: 170
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 21, 2006 3:06 pm
Cash on hand: 0.00

PostAuthor: zenrei » Tue Oct 10, 2006 6:10 pm

so the code you posted in the beginning of the thread is all I need then, is that what you're saying?
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

Re: YouTube Video BBCode

PostAuthor: zenrei » Wed Oct 11, 2006 4:05 am

"dan0042";p="16200" wrote:got it workin ,Codes are missin I misted out , example:
[will some one work on button for this
Thanks


how did you get it working?? $EMBB_widths = array('' is not in that php at all??

i'm so confused
Last edited by zenrei on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 7:36 am
Cash on hand: 0.00

Re: YouTube Video BBCode

PostAuthor: Helter » Sun Oct 29, 2006 1:03 pm

i think i included everything here. let me know if you have issues

ps. This is for IM 141, or 140 with the [url=http]advanced bbcode box mod[/url]
Attachments
youtube.zip
updated
(6.19 KiB) Downloaded 480 times
Last edited by Helter on Fri Dec 08, 2006 7:47 am, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: YouTube Video BBCode

PostAuthor: dan0042 » Sun Oct 29, 2006 2:36 pm

"HelterSkelter";p="17109" wrote:i think i included everything here. let me know if you have issues

ps. This is for IM 141, or 140 with the [url=http]advanced bbcode box mod[/url]

instill this mod with advanced bbcode box mod ,All looks good and till
hit youtube And doesnt open in new window
Last edited by dan0042 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
:#: <img>
User avatar
dan0042
Integra Member
Integra Member
 
Posts: 170
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 21, 2006 3:06 pm
Cash on hand: 0.00

Re: YouTube Video BBCode

PostAuthor: Helter » Sun Oct 29, 2006 3:09 pm

forgot this part.

Code: Select all
 ##-----[ OPEN ]------------------------------------------#templates/bbcode.js  ##-----[ FIND ]------------------------------------------#// Define the bbCode tagsbbcode = new Array();bbtags = new Array(  ##-----[ INLINE FIND ]------------------------------------------#    [url]','[/url]'    ##-----[ INLINE AFTER, ADD ]------------------------------------------#  ,'[youtube]','[/youtube]'    ##-----[ SAVE & CLOSE ]------------------------------------------#  
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Next

Return to IntegraMOD Modifications

Who is online

Registered users: Google [Bot]

cron