not work eitherBrf wrote:You should be using {URL} , not {TEXT}

i did change {TEXT} to {URL} and it became http://{URL}

not work eitherBrf wrote:You should be using {URL} , not {TEXT}
Code: Select all
[link]{URL}[/link]
Code: Select all
<A HREF="{URL}"><img src="http://i.i.com.com/cnwk.1d/Ads/common/CatSpot/icon_download.gif"> <b>DOWNLOAD HERE</b></A>
thanks buddy for the help!!but it only works with http:// and www. not for xxxx.com i want all url included on this tag.some blind fool wrote:teman,
htmlCode: Select all
[link]{URL}[/link]
Code: Select all
<A HREF="{URL}"><img src="http://i.i.com.com/cnwk.1d/Ads/common/CatSpot/icon_download.gif"> <b>DOWNLOAD HERE</b></A>
You didnt read the original problem did you? When you do it that way it puts http://http:// in there.some blind fool wrote:then change URL to TEXT.
teman wrote:html rep.Code: Select all
<A HREF="http://{TEXT}">
but not remove the http:// if there's an instance where it shouldn't be there, as appears to be the case here.Brf wrote:Yes. It might do that if he put http//: in both places.... In the HTML replacement and in the posting-text.
I am not sure how make_clickeable will react to either, since it tends to put in http:// where it thinks it needs it.
Code: Select all
[link]http://{URL}[/link]
Code: Select all
<A HREF="http://{URL}"><img src="http://i.i.com.com/cnwk.1d/Ads/common/CatSpot/icon_download.gif"> <b>DOWNLOAD HERE</b></A>
Code: Select all
[center][flash=500,350]http://pcvstdog.com/images/vid/lily_getwell.swf[/flash][/center]
Code: Select all
[vidtext ={NUMBER1},{NUMBER2}]{TEXT}[/vidtext]
Code: Select all
<table align="left" border="0" cellpadding="2" cellspacing="20">
<tr><td><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{NUMBER1}" height="{NUMBER2}"><param name="movie" value="{TEXT}" /><param name="play" value="false" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="internal" /><embed src="{TEXT}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{NUMBER1}" height="{NUMBER2}" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed></object>
</table>
Code: Select all
[vidtext =width,height]url[/vidtext]
ameisez wrote:ThanksA_O_C wrote:2 people have answered your question, but i guess i can be nice this once.ameisez wrote:is it a bbcode? if yes, can someone explain what does it do?
Just as I thought. This is precisely my point why I don't consider their answer as conclusive answer because it does not solve the problem. If that is the same as url bbcode then what's the use?A_O_C wrote:as for what it does? i havent tested, but i would assume it is just like the url bbcode...
Anyone here who knows how can I make url bb code that accept url relative to phpbbroot?
something likewould appear and function asCode: Select all
[urllocal=index.php]Board Index[/urllocal]
Board Index
Thanks
Hi, just want to ask for a fix on this bbcode. It works well if I am linking on a page without variables but when there is variable it doesn't work.A_O_C wrote:sorry, i misunderstood your post. i just tested my code and it works perfectly. if you have any trouble, please feel free to ask...![]()
Code: Select all
[urllocal=ucp.php]User Control Panel[/urllocal]
Code: Select all
[urllocal=ucp.php?i=167]Your Groups[/urllocal]
Code: Select all
[urllocal=ucp.php?i%3D167]Your Groups[/urllocal]