Quote:
Originally Posted by whitey92lx
I tried this also and still no change
|
Try this
ACP->User Profile Fields->User Profile Field Manager
Click Edit for field43.
Set
Max length of allowed user input to something higher like 5000
ACP->Plugins&Products->Add New Plugin
Product: VB Pro Garage
Hook Location: postbit_display_start
Title: Format Postbit vehicles
Plugin PHP Code:
Code:
$post[field43] = unhtmlspecialchars($post[field43]);
Set to active
Then go to
ACP-> VB Pro Garage-> Management
Click Go on
Rebuild Vehicle Postbit Dropdowns
That should fix it, let me know if it doesn't.