Bug Charge BBCode - option accepts non-numbers

Status
Not open for further replies.

Jeremy

Customer
Code:
{CHARGE="test"} 123 {/CHARGE}

Shouldn't it not accept non-number values?

For the owner I think it says "(Purchased Content)" and for everyone else I think it just writes out the BBCode.

Here's a test:

[CHARGE="test"]123[/CHARGE]
 
No, I know. I'm saying it shouldn't let users write non-numbers there. Or if it does, have a consistent way to display it maybe.
 
this is what i see on my forum as a non-owner of something with charge=word
(the one on top)

screenshot20110109at351.png
 
The bbcode is set to only accept numeric values. If it doesnt, vbulletin ignores trying to parse it. Observe the POST bbcode tag, which also requires a numeric value:

[post=words]using 'words'[/post] vs using '1'

The fact that it switches to (Purchaseable Content) is because vbcredits tries to prevent visible bare charge tags if for some reason they are (like in a thread preview).
So this is all completely normal and expected behavior, and not a bug, but thanks for reporting it.
 
Status
Not open for further replies.

Similar threads

Replies
1
Views
1K

Legacy vBCredits II Deluxe

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
846
Customer rating
0.00 star(s) 0 ratings
Back
Top