The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
bbcode with & (ampersand) ?
hi,
do you know how do I create a bbcode in which the substitution has an ampersand (the symbol: &) ? because now my &'s are turning into: & which is the "html form" of the ampersand this would happen if we pass a "htmlspecialchars" php function to the ampersand.. but thats not the problem because others symbols like < and > are working well so I want a substitution like this: <a href="blabla.com/test.php?param={param}&otherp=123" but [mybb]test[mybb] turns to: <a href="blabla.com/test.php?param=mybb&otherp=123" and I think that cause the script I am calling to not work I appreciate any advice thanks in advance |
#2
|
||||
|
||||
Some things to verify:
1- be sure to include http:// in the href param 2- at least here, you didn't close the <a> tag (nor included the text to be shown). it should be like: <a href="http://blabla.com/test.php?param={param}&otherp=123">{param}(or other text)</a> 3- if still don't work, try to use & or %26 instead the & itself |
#3
|
|||
|
|||
valeu renato pela resposta
mas nenhuma funcionou ser? q eh algum plugin que est? fazendo isso? -------- the suggestions didnt work maybe is a plugin that is causing this behavior? ps: i know the example is not well written, i can post my exact bbcode: Code:
<object width="480" height="392"><param value="http://video.globo.com/Portal/videos/cda/player/player.swf" name="movie" /><param value="high" name="quality" /><param value="midiaId={param}&autoStart=false&width=480&height=392" name="FlashVars" /><embed width="480" height="392" flashvars="midiaId={param}&autoStart=false&width=480&height=392" type="application/x-shockwave-flash" quality="high" src="http://video.globo.com/Portal/videos/cda/player/player.swf"></embed></object> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|