url bbcode doesn't accept double quotes

Found an issue with the phpBB system here at NESdev? Use this forum to report problems.

Moderator: Moderators

Post Reply
User avatar
jargon
B&: This is not your blog
Posts: 208
Joined: Fri Dec 07, 2007 11:40 pm
Location: 480/85260
Contact:

url bbcode doesn't accept double quotes

Post by jargon »

the param in a bbcode goes between the open and close of a tag

the option portion is after the = sign in the tail end of the opening tag

the option for the url bbcode does not accept double quotes in it's regex.

you need to use Easy Mod then apply Custom BBCode Mod in order to easily correct this.

the glitch fix is automatically included in the Custom BBCode Mod if i recall correctly.
Cheers,
Timothy Robert Keal alias jargon

Image
Miser's House Anthology Project
User avatar
blargg
Posts: 3715
Joined: Mon Sep 27, 2004 8:33 am
Location: Central Texas, USA
Contact:

Post by blargg »

Or you could just use an online URL encoder for those few URLs that have quotes in them.
atari2600a
Posts: 323
Joined: Fri Jun 29, 2007 10:25 pm
Location: Earth, Milkyway Galaxy, The Universe, M-Theory
Contact:

Post by atari2600a »

tinyurl should work as well...

Code: Select all

          *=$0000
loop      JMP loop
          .eof
tepples
Posts: 22864
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

atari2600a wrote:tinyurl should work as well...
But because tinyurl and dwarfurl and the like are good for linking to a shock site or advertising MyMiniCity, a lot of forums discourage their use.
User avatar
jargon
B&: This is not your blog
Posts: 208
Joined: Fri Dec 07, 2007 11:40 pm
Location: 480/85260
Contact:

Post by jargon »

you fail to understand:

Code: Select all

[url="HTTP://ANTHRAX.COM/"]ANTHRAX.COM[/url]
fails to parse.
Cheers,
Timothy Robert Keal alias jargon

Image
Miser's House Anthology Project
User avatar
Memblers
Posts: 4101
Joined: Mon Sep 20, 2004 6:04 am
Location: Indianapolis
Contact:

Post by Memblers »

Remove the quotes and it parses just fine. I know the quotes makes it more like using html, that used to mess me up when I'd type in a url sometimes, but the quotes aren't needed.
User avatar
Zepper
Formerly Fx3
Posts: 3262
Joined: Fri Nov 12, 2004 4:59 pm
Location: Brazil
Contact:

Post by Zepper »

Personally, I would remove the quotes to check if it works... before warning such "problem"... ^_^;;
Post Reply