Support for PhpBB3 BBCodes.
Post here to get help with any BBCode related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Post
by WickedSmile » 16 Mar 2010, 17:20
I need a bbcode for this countdown wiget please.
http://twilighttreasury.blogspot.com/20 ... ck-is.html
Code: Select all
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjg3NTk5MjkwNDcmcHQ9MTI2ODc1OTkzOTEyOCZwPTEyMDc*MSZkPTZRQWExS2VxSEh*a3hCSk4mZz*yJm9mPTA=.gif" /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="playerLoader" width="200" height="300" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://farm.sproutbuilder.com/load/6QAa1KeqHHtkxBJN.swf" /><param name="quality" value="best" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><embed src="http://farm.sproutbuilder.com/load/6QAa1KeqHHtkxBJN.swf" width="200" height="300" name="playerLoader" align="middle" wmode="transparent" play="true" loop="false" quality="best" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed></object>]
Post
by cisco007 » 16 Mar 2010, 17:54
if you are not going to change anything! use this!
bbcode usage:
html replacement:
Code: Select all
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjg3NTk5MjkwNDcmcHQ9MTI2ODc1OTkzOTEyOCZwPTEyMDc*MSZkPTZRQWExS2VxSEh*a3hCSk4mZz*yJm9mPTA=.gif" /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="playerLoader" width="200" height="300" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://farm.sproutbuilder.com/load/6QAa1KeqHHtkxBJN.swf" /><param name="quality" value="best" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><embed src="http://farm.sproutbuilder.com/load/6QAa1KeqHHtkxBJN.swf" width="200" height="300" name="playerLoader" align="middle" wmode="transparent" play="true" loop="false" quality="best" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed></object>]
helpline:
that's it!
Post
by WickedSmile » 16 Mar 2010, 23:03
Thank you! Now, what do I put between the tags? I tried the url and that didn't work and also the src link.
Post
by dragoth » 17 Mar 2010, 01:10
you dont put anything remove the ] at the end of the code
should be
BBCode usage
HTML replacement
Code: Select all
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjg3NTk5MjkwNDcmcHQ9MTI2ODc1OTkzOTEyOCZwPTEyMDc*MSZkPTZRQWExS2VxSEh*a3hCSk4mZz*yJm9mPTA=.gif" /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="playerLoader" width="200" height="300" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://farm.sproutbuilder.com/load/6QAa1KeqHHtkxBJN.swf" /><param name="quality" value="best" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><embed src="http://farm.sproutbuilder.com/load/6QAa1KeqHHtkxBJN.swf" width="200" height="300" name="playerLoader" align="middle" wmode="transparent" play="true" loop="false" quality="best" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed></object>
Post
by cisco007 » 17 Mar 2010, 02:23
sorry i did not catch that, yeah remove the end bracket!
Post
by WickedSmile » 23 Mar 2010, 23:38
Okay I fixed that.
[twilightw]but I'm pretty sure something goes here[/twilightw]
And so far no link is working.
Post
by cisco007 » 24 Mar 2010, 02:47
I cannot believe you are going to make me install this on my own site!
but here is an example of what it looks like, i just installed it the way i posted above, and you DO NOT PUT ANYTHING BETWEEN THE BRACKETS! that will break the bbcode!
http://www.westwoodhighschool-fl.com/vi ... ?f=18&t=60
Post
by WickedSmile » 29 Mar 2010, 22:11
Calm down. Everyone's not a bbcode master, that's why we come here.
Post
by cisco007 » 29 Mar 2010, 23:47
i am not getting upset, i just didn't want to install anything new moon on that site I linked the demo to!
Post
by dragoth » 18 Apr 2010, 22:26
no nothing goes there i tested it on my own forum and it work's fine
Last edited by dragoth on 18 Apr 2010, 22:29, edited 1 time in total.