[code] behaviour

Joined
May 5, 2006
Messages
1,947
Age
44
Location
Illinois, USA
Pronouns
  1. She - Her
Discord
ladyvivian
Something I just noticed tonight:

When posting a Code segment (the code, /code BBcode tags), it's not supposed to process any BBcode that's within that pair of tags, right? However, when making a post tonight I noticed that at least the bold and image tags are ignoring this rule; instead of seeing the actual tags, it's actually showing bold text and inserting the images into the post.

Is there something specifically wrong here or are the code tags just mainly a phpBB feature for which vB only has limited support? :scratch
 

Erin al'Denael

Keeper of the Chronicles
Aes Sedai
Keeper of the Chronicles
Joined
Oct 1, 2002
Messages
13,411
Location
TN, USA
Pronouns
  1. She - Her
Discord
Erin#8026
This was brought up at some point in the past, but I'm too lazy/tired to dig it up. :look: Just use php or html instead of code.

HTML:
[b]See?[/b]
PHP:
[b]And![/b]
 

Azi al'Thone

Gaidin
Joined
Apr 28, 2010
Messages
5,710
Age
35
Location
Windsor, ON
Unfortunately another failure of vBulletin. We can see about fixing it with plugins/special tags in the future but for now us [ html ]. You can also embed codes by sticking empty italics inbetween your code symbols like this:

HTML:
[b[i][/i]]bold text here[/b[i][/i]]
 

Ariadne Davion

Matron Mother of Mischief
Aes Sedai
Joined
Aug 27, 2007
Messages
18,504
Age
40
Location
Oregon, USofA
Pronouns
  1. She - Her
Discord
Seraphim#1666
Top