Pleae give us a link to the post on your board where you tried this, and a screen capture of the screen in the ACP where you setup the bbcode.uggh wrote:119 pages........ i've tried a few of these codes but all that shows up in posts is "" as if i didn't add the mod at all. the little 'youtube' BBC thing is there by 'font colour' but thats it..
all i want is for the video to be there, waiting to get clicked... i'm pulling my hair out here, can someone sum this up for me please?
version 3.0.4
Code: Select all
[weather]{TEXT1},{TEXT2}[/weather]
Code: Select all
<a href="http://www.weatherforyou.com/cgi-bin/hw3/hw3.cgi?nc=config,forecast,pands,country,daysonly,maxdays&forecast=zandh&pands={TEXT1},{TEXT2}&submit=Go" target="_blank">
<img src="http://www.weatherforyou.net/fcgi-bin/hw3/hw3.cgi?config=png&forecast=zone&alt=hwizone&place={TEXT1}&state={TEXT2}&country=us&hwvbg=&hwvtc=&hwvdisplay=&daysonly=2&maxdays=4" width="300" height="200" border="1" alt="{TEXT1},{TEXT2} 5-day Weather forecast"></a>
Code: Select all
[weather]City,state[/weather] no spaces, no mispellings
Code: Select all
[resizeimg={NUMBER}]{URL}[/resizeimg]
Code: Select all
<img src="{URL}" alt="image" width="{NUMBER}%" border="0">
Code: Select all
Enter a number after the = that will represent the percentage to increase/decrease image size
mconheady wrote:5 day Weather for US locations
BBCode usageHTML replacementCode: Select all
[weather]{TEXT1},{TEXT2}[/weather]
Help LineCode: Select all
<a href="http://www.weatherforyou.com/cgi-bin/hw3/hw3.cgi?nc=config,forecast,pands,country,daysonly,maxdays&forecast=zandh&pands={TEXT1},{TEXT2}&submit=Go" target="_blank"> <img src="http://www.weatherforyou.net/fcgi-bin/hw3/hw3.cgi?config=png&forecast=zone&alt=hwizone&place={TEXT1}&state={TEXT2}&country=us&hwvbg=&hwvtc=&hwvdisplay=&daysonly=2&maxdays=4" width="300" height="200" border="1" alt="{TEXT1},{TEXT2} 5-day Weather forecast"></a>
Code: Select all
[weather]City,state[/weather] no spaces, no mispellings
Is there a way for us to display embedded videos, and not using any tags at all?![]()
I mean, if your message constains something like this:
http://www.youtube.com/watch?v=RSrV2B_Sdc
Your board will by itself convert that full-URL into the embedded video, like you were using tags such as [YOUTUBE][/YOUTUBE]. But in fact, you are only inserting one URL like any other.
If you go to that page, it says the code to embed it is:Linda Carter wrote:Folks,
is there a way to use tags for this kind of video? I saw this working on another script, other than phpBB.![]()
Example:
http://videolog.uol.com.br/video.php?id=402221
...
So you probably need to pass "402221", "424" and "318 as variables to the bbcode.<embed src='http://www.videolog.tv/ajax/codigoPlaye ... height=318' width='424' height='318' type='application/x-shockwave-flash' allowFullScreen='true' AllowScriptAccess='always'></embed>
This is the bbcode I'm using to wrap text around normal images - and it's great. However, if I use it with an attachment rather than a url, the text wraps, but there is a stray "> after the image.Wrap ImageCode: Select all
[imgwrap={TEXT1}]{TEXT2}[/imgwrap]
Code: Select all
<div style="float:{TEXT1};margin: 2px 2px 6px 6px;"><img src="{TEXT2}"></div>
Code: Select all
Wrap Image: [imgwrap=left|right]URL[/imgwrap]
Code: Select all
[gvid]http://video.google.com/videoplay?docid=-{NUMBER}[/gvid]
Code: Select all
<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-{NUMBER}&hl=en" flashvars=""></embed>