[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 03-09-2008, 03:48 PM   #1 (permalink)
NamePros Regular
 
Join Date: Apr 2004
Location: Texas
Posts: 325
116.10 NP$ (Donate)

domainabilities is on a distinguished roaddomainabilities is on a distinguished road


Code to embed videos on phpbb forums?

With out adding a mod, is there a way to embed vids on a phpbb forum. Tryed, [yt][/yt] and with youtube in [] ??
domainabilities is offline  
Old 03-10-2008, 07:13 AM   #2 (permalink)
Senior Member
 
netzilla's Avatar
 
Join Date: Aug 2005
Location: Ohio
Posts: 1,704
223.80 NP$ (Donate)

netzilla is a splendid one to beholdnetzilla is a splendid one to beholdnetzilla is a splendid one to beholdnetzilla is a splendid one to beholdnetzilla is a splendid one to beholdnetzilla is a splendid one to beholdnetzilla is a splendid one to beholdnetzilla is a splendid one to behold


You can try playing around with <embed>. I know you stated "With out adding a mod"...but there is a phpbb youtube mod out there. It might be less of a headache just to install it.
netzilla is offline  
Old 03-10-2008, 01:32 PM   #3 (permalink)
NamePros Regular
 
Teddy's Avatar
 
Join Date: Sep 2003
Location: New Jersey / Boston
Posts: 670
69.50 NP$ (Donate)

Teddy has a spectacular aura aboutTeddy has a spectacular aura about


Are you on phpBB 3 or phpBB 2.x.x?

In phpBB 3 add a BBCode like this:

BBCode Usage:
Code:
[youtube]{TEXT}[/youtube]
HTML Replacement:
Code:
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{TEXT}" width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/{TEXT}" />
<param name="wmode" value="transparent" />
</object>
Example Helpline:
Code:
Enter the video ID string -- the video ID string is the part after v= in the URL
Example Usage:
Code:
[youtube]YouTube video ID string here[/youtube]
__________________
Previously known as Schoolsux
I've finally returned.
Current project: Your Free Forum

Last edited by Teddy; 03-10-2008 at 01:50 PM.
Teddy is offline  
Old 03-18-2008, 08:08 PM   #4 (permalink)
NamePros Regular
 
Join Date: Apr 2004
Location: Texas
Posts: 325
116.10 NP$ (Donate)

domainabilities is on a distinguished roaddomainabilities is on a distinguished road


how

OK how do you install the mod, where exactly does it go?
domainabilities is offline  
Old 03-19-2008, 12:41 PM   #5 (permalink)
NamePros Regular
 
Teddy's Avatar
 
Join Date: Sep 2003
Location: New Jersey / Boston
Posts: 670
69.50 NP$ (Donate)

Teddy has a spectacular aura aboutTeddy has a spectacular aura about


It's for phpBB 3.0.0 not 2.x.x, make sure you are on 3.0.0
__________________
Previously known as Schoolsux
I've finally returned.
Current project: Your Free Forum
Teddy is offline  
Old 03-19-2008, 05:46 PM   #6 (permalink)
NamePros Regular
 
Join Date: Apr 2004
Location: Texas
Posts: 325
116.10 NP$ (Donate)

domainabilities is on a distinguished roaddomainabilities is on a distinguished road


yes

It is 2.0 can it still be done...?

Last edited by domainabilities; 03-19-2008 at 05:51 PM.
domainabilities is offline  
Old 03-19-2008, 05:49 PM   #7 (permalink)
NamePros Legend
 
weblord's Avatar
 
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,840
21,700.43 NP$ (Donate)

weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness

Autism Protect Our Planet
Flash Movie/Video MOD
http://www.phpbb.com/community/viewtopic.php?t=372702

or just do the html replacements:
http://startrekguide.com/community/m...4571ac354dbe7a
click on control f
then type video

how to add custom bbcodes?

http://www.phpbb.com/kb/article/addi...des-in-phpbb3/
Quote:
Adding Custom BBCodes in phpBB3 Olympus

Overview

Hello.

This article will explain how to add your own custom BBCodes. phpBB3 Olympus has a powerful new feature that lets you add your very own BBCodes directly from an easy to use admin panel interface -- no MODs or code changes needed! While phpBB has some of the most popular BBCodes included by default, there will still be times when you need to add your own. At the end of this article, there's a list of the most requested BBCodes for easy copying and pasting, but first we'll look at creating a new BBCode so you'll know how to do it.

Usage

To get started, simply go to your ACP (Administration Control Panel) then click on the Posting tab. Next, click on BBCodes on the left. Since you haven't added any custom ones yet, click on the Add a new BBCode button. You will now see 3 text input areas and a checkbox. The BBCode usage box is where you enter the BBCode -- i.e. similar to what users will enter. The HTML replacement text box is where you enter the HTML replacement code. The Help line text box is where you can enter a tip on how to use your new BBCode. Tips are generally displayed when the user rolls his or her mouse over the BBCode button on the posting screen. Finally the Display on posting page option allows you to show or hide the button on the posting screen. Hiding the button does not disable the BBCode -- users can still manually enter the BBCode.

Now let's go over the BBCode usage text field. Here's where you enter your BBCode. It's pretty easy -- all you need to do is add your BBCode and tokens (special uppercase words surrounded by { and } -- think of them as specialised wild cards like when searching Google). The tricky part is determining where to put your tokens and if your tag needs any extra properties/arguments. Let's create a very simple [red] BBCode that makes text red. You would enter:
Quote:
Originally Posted by domainabilities
OK how do you install the mod, where exactly does it go?

Last edited by weblord; 03-19-2008 at 06:22 PM.
weblord is offline  
Old 03-19-2008, 05:56 PM   #8 (permalink)
NamePros Regular
 
Join Date: Apr 2004
Location: Texas
Posts: 325
116.10 NP$ (Donate)

domainabilities is on a distinguished roaddomainabilities is on a distinguished road


ty

Thank you I will check that out right now.
domainabilities is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 02:36 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85