Custom BBCodes [Deprecated]

Get help developing custom BBCodes or request one.
Locked
siadam
Registered User
Posts: 66
Joined: Tue Sep 04, 2007 3:02 pm

Re: Custom BBCodes

Post by siadam »

Question:

Below is the code I have been using for youtube embedding, which has worked great no complaints. I'd like to know what is needed to add a border around the video, so it looks more "finished" if you will.

Thanks.

BBCODE USage

Code: Select all

[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]
HTML Replacement

Code: Select all

<object width="425" height="350"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Help Line

Code: Select all

Embed youtube posts: [youtube]http://url[/youtube]
8-)
mljackson
Registered User
Posts: 108
Joined: Tue May 16, 2006 1:53 pm
Location: Maryland
Contact:

Re: Custom BBCodes

Post by mljackson »

is it possible to obtain a "NEW" code for [removed] the one listed doesnt work....
Last edited by camm15h on Thu May 08, 2008 2:15 pm, edited 1 time in total.
Reason: Content in link not adequate.
Just trying to find ways to make my board operate more effeciently....
roobarb
Registered User
Posts: 48
Joined: Tue Feb 26, 2008 12:37 am
Location: Essex
Contact:

Re: Custom BBCodes - Singsnap

Post by roobarb »

Has anybody had any joy yet in getting singsnap videos to appear in a forum post? I've tried to shoehorn the youtube method into it but I'm going nowhere. As an example, a random person at
http://www.singsnap.com/snap/watchandli ... /bc128c0c5 and the embed link is:

Code: Select all

<object width="357" height="458"><param name="movie" value="http://www.singsnap.com/snap/e/bc128c0c5"></param><param name="wmode" value="transparent"></param><embed src="http://www.singsnap.com/snap/e/bc128c0c5" type="application/x-shockwave-flash" wmode="transparent" width="357" height="458"></embed></object>
I have enabled flash and did

Code: Select all

<object width="357" height="458"><param name="movie" value=
[url="http://www.singsnap.com/snap"]{TEXT1}[/[/url]"</param><param name="wmode"
value="transparent"></param><embed src=[url="http://www.singsnap.com/snap"]{TEXT1}[/url]
type="application/x-shockwave-flash" wmode="transparent" width="357" height="458"></embed></object>
..but it doesn't work and I'm none the wiser. I want it so that they only need the /node/video_number (in this case /e/bc128c0c5) in the [singsnap][/singsnap] quotes.

Can anyone help? :oops:
vags21
Registered User
Posts: 38
Joined: Fri Jul 13, 2007 9:15 am

Re: Custom BBCodes

Post by vags21 »

I run a phpbb3 forum and I try post on a topic a banner from the amazon affiliate program which seems like this:

<iframe src="http://rcm-uk.amazon.co.uk/e/cm?xxxxxxx ... pa=1&f=ifr" marginwidth="0" marginheight="0" width="728" height="90" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>

any ideas how to post it to work?
thanks in advance
ham1299
Registered User
Posts: 613
Joined: Mon Sep 11, 2006 2:12 am
Location: USA
Contact:

Re: Custom BBCodes

Post by ham1299 »

Create a BBCode. Try this (I don't know if it'll work, but it does for the Amazon text links):

BBCode usage

Code: Select all

[amazon][/amazon]
HTML replacement

Code: Select all

<iframe src="http://rcm-uk.amazon.co.uk/e/cm?xxxxxxxxxxxxxxxxxxmode=electronics-uk&search=iphone%20case&fc1=000000&lt1=_top&lc1=3366FF&bg1=FFFFFF&npa=1&f=ifr" marginwidth="0" marginheight="0" width="728" height="90" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>
And then put the BBCode in the post. I don't know if it'll work for a banner, but it works with their text links.
Heather
vags21
Registered User
Posts: 38
Joined: Fri Jul 13, 2007 9:15 am

Re: Custom BBCodes

Post by vags21 »

no luck with the [amazon][/amazon] :(
any other ideas?
ham1299
Registered User
Posts: 613
Joined: Mon Sep 11, 2006 2:12 am
Location: USA
Contact:

Re: Custom BBCodes

Post by ham1299 »

Bummer. Sorry!
Heather
KRB99
Registered User
Posts: 392
Joined: Sun Jan 20, 2008 1:24 am
Location: Canada
Name: Kyle

Re: Custom BBCodes

Post by KRB99 »

Any one got a bliptv bbcode???

for example some tjing to work with a video like this

Code: Select all

<object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&feedurl=http%3A%2F%2Fthecarolinian%2Eblip%2Etv%2Frss&file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F703514&showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" width="400" height="255" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&feedurl=http%3A%2F%2Fthecarolinian%2Eblip%2Etv%2Frss&file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F703514&showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" /><param name="quality" value="best" /><embed src="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&feedurl=http%3A%2F%2Fthecarolinian%2Eblip%2Etv%2Frss&file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F703514&showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" quality="best" width="400" height="255" name="showplayer" type="application/x-shockwave-flash"></embed></object>
User avatar
mej284
Registered User
Posts: 1126
Joined: Fri Nov 02, 2007 11:38 am

Re: Custom BBCodes

Post by mej284 »

I am not sure if this is considered a bbcode or mode. What I am looking for is a hidden bbcode that can only be seen by mods or admins. My purpose is for the mods and admins that have to alter remove insults or foul languages. I want them to put in what ever comment they would in place of the rule violation but just hide the text they are deleting so other mods and admins can go back later to understand why the modification to the post..
I do not respond to unsolicited PM's

Skin-lab styles
SubMerged Style
User avatar
ranchu
Registered User
Posts: 33
Joined: Thu Jul 31, 2003 5:30 am
Location: Mexico
Contact:

Re: Custom BBCodes

Post by ranchu »

jalaln wrote:Custom Image Resizer

BBCode usage

Code: Select all

[thumb={NUMBER1}x{NUMBER2}]{URL}[/thumb]
HTML replacement

Code: Select all

<a href="{URL}" target="_blank"><img src="{URL}" border="1" width="{NUMBER1}" height="{NUMBER2}" alt="Resized Image - Click For Actual Size" title="Resized Image - Click For Actual Size" /></a>
Help line

Code: Select all

For example: [thumb=640x480]Your Large Image[/thumb]
Thanks, I love it.

One question though. Is there any way to preset the max width to lets say 700 px, regardless of the height?
I mean, that when people click on it, it will embed into the post as:

Code: Select all

[thumb=700]http://www... image.jpg[/thumb]
:)
User avatar
ranchu
Registered User
Posts: 33
Joined: Thu Jul 31, 2003 5:30 am
Location: Mexico
Contact:

Re: Custom BBCodes

Post by ranchu »

topdown wrote:
gguertin145 wrote:
topdown wrote:
zardon wrote:hi, im sorry if this has been brought up, however im used to vbulletin and have just set up a personal site for a few friends using phpbb V3 beta 7, everything is fine, ive modified youtube etc via custom BB commands.

I am however having an issue getting photobucket FLV's to work right using the same principal. I end up getting a video screen like expected but it just sits at 00:00 and nothing streams.

Here are the variables im using, and I do apologise if this has been dealt with before but ive hunted in these forums for a good hour now and can't find anything to answer the question.

BBCode usage
[photobucket]{TEXT}[/photobucket]

HTML replacement
<embed width="448" height="361" type="application/x-shockwave-flash" wmode="transparent" src="http://i64.photobucket.com/player.swf?f ... /"></embed>

Obviously everything after "albums/" im putting in manually for the flv's however as I said, im just getting the video window without playback options or streaming video.
This should work


BBCode usage

Code: Select all

[photobucket]{URL}[/photobucket]
HTML replacement

Code: Select all

<embed width="448" height="361" type="application/x-shockwave-flash" wmode="transparent" src="{URL}"></embed>
{URL} = the complete url of the video (everything in the "" after the src)

LIKE
http://i28.photobucket.com/player.swf?f ... 071456.flv
I have tried this with phpbb3 v7 and it doesnt seem to work? anyone get this to work with v7 that could post what they used?
I used it here as a test to show it works
http://1extremehost.com/viewtopic.php?f=11&p=16#p16
phpBB3RC7
Firefox and IE6 both work.
Your either not putting the URL in right or not giving it enough time to load.


Any luck with someone making a BBCode for photobucket? I tried the one above and couldn't make it work (and I'm not the only one).

Thanks in advance :)
User avatar
iEric
Registered User
Posts: 249
Joined: Mon Apr 10, 2006 10:57 pm
Location: Falköping, Sweden
Contact:

Re: Custom BBCodes

Post by iEric »

This is the one I use:

BBCode

Code: Select all

[Pbucket]<embed width="{TEXT1}" height="{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" src="http://{TEXT3}.photobucket.com/player.swf?file={TEXT4}"></embed>[/Pbucket]
HTMLreplacement

Code: Select all

<embed width="{TEXT1}" height="{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" src="http://{TEXT3}.photobucket.com/player.swf?file={TEXT4}"></embed>
Helpline

Code: Select all

Photo Bucket - Paste the code for "HTML Tag: <embed..."  [Pbucket]<embed.....embed>[/Pbucket]
User avatar
ranchu
Registered User
Posts: 33
Joined: Thu Jul 31, 2003 5:30 am
Location: Mexico
Contact:

Re: Custom BBCodes

Post by ranchu »

iEric wrote:This is the one I use:

BBCode

Code: Select all

[Pbucket]<embed width="{TEXT1}" height="{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" src="http://{TEXT3}.photobucket.com/player.swf?file={TEXT4}"></embed>[/Pbucket]
HTMLreplacement

Code: Select all

<embed width="{TEXT1}" height="{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" src="http://{TEXT3}.photobucket.com/player.swf?file={TEXT4}"></embed>
Helpline

Code: Select all

Photo Bucket - Paste the code for "HTML Tag: <embed..."  [Pbucket]<embed.....embed>[/Pbucket]
Thanks, but for some reason I can't make it work. Is this how you write it in the posts :?:

Code: Select all

[Pbucket]<embed width="448" height="361" type="application/x-shockwave-flash" wmode="transparent" src="http://img.photobucket.com/player.swf?file=http://vidmg.photobucket.com/albums/v306/tsuli1/1-2.flv">[/Pbucket]
User avatar
iEric
Registered User
Posts: 249
Joined: Mon Apr 10, 2006 10:57 pm
Location: Falköping, Sweden
Contact:

Re: Custom BBCodes

Post by iEric »

ranchu wrote:Thanks, but for some reason I can't make it work. Is this how you write it in the posts :?:

Code: Select all

[Pbucket]<embed width="448" height="361" type="application/x-shockwave-flash" wmode="transparent" src="http://img.photobucket.com/player.swf?file=http://vidmg.photobucket.com/albums/v306/tsuli1/1-2.flv">[/Pbucket]
Oh... There was an extra </embed> in there

BBCode

Code: Select all

[Pbucket]<embed width="{TEXT1}" height="{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" src="http://{TEXT3}.photobucket.com/player.swf?file={TEXT4}">[/Pbucket]
HTMLreplacement

Code: Select all

<embed width="{TEXT1}" height="{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" src="http://{TEXT3}.photobucket.com/player.swf?file={TEXT4}"></embed>
Helpline

Code: Select all

Photo Bucket - Paste the code for "HTML Code: <embed..."  [Pbucket]<embed..... >[/Pbucket]
User avatar
ranchu
Registered User
Posts: 33
Joined: Thu Jul 31, 2003 5:30 am
Location: Mexico
Contact:

Re: Custom BBCodes

Post by ranchu »

can't believe I missed that... :oops: It works perfect now. THANKS!!
Locked

Return to “Custom BBCode Development and Requests”