• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[noparse] tags bug

Status
Not open for further replies.
Level 15
Joined
Nov 1, 2004
Messages
1,058
There is a setting deep in the vBulletin PHP code that makes vB remove certain tags that have nothing in between them. Some of the tags are like that.

Ralle also may have been editing things... :wink:
 
Level 32
Joined
Oct 23, 2006
Messages
5,291
[TRIGGER][/TRIGGER]

Code:
 [plain][TRIGGER][/TRIGGER][/plain]
The noparsed trigger tags are sill bugged for me as well. When posting, they are not only not displayed, they also disappear from the post iteslf. The noparsed tags are often converted to all lowercsae characters as well.

[code=jass][/code]
 
Last edited:
Level 32
Joined
Oct 23, 2006
Messages
5,291
Test

Test

[code=jass][/code]

[CODE][/CODE]

[TRIGGER][/TRIGGER]

It looks to me like the Chieftain exterminated (some of) the bugs on the site itself. You may want to investigate exterminating some bugs on your end if it's not working for you.

[EDIT] Include some text in your post BEFORE displaying the noparsed tags. It looks to me as if when the noparsed tags are the FIRST thing in the post, the FIRST ONE will disappear. However, as things stand right now I can easily work around it.
 
Status
Not open for further replies.
Top