Bug Custom field leaking in other field

Status
Not open for further replies.

Freekoid

Customer
Ive changed my titles to suit but left the last 3 - Seating/MPG/MSRP, I have entered all fields except for the last 3 but whatever I click for 'Drivetrain' then appears in the other 3, if left blank this should not show?

Engine (Text) Single Line Text Box [Edit] [Delete]
Power (Text) Single Line Text Box [Edit] [Delete]
Transmission (Text) Single Line Text Box [Edit] [Delete]
Drivetrain (Text) Select Field [Edit] [Delete]
Seating (Text) Single Line Text Box [Edit] [Delete]
MPG (Text) Single Line Text Box [Edit] [Delete]
MSRP (Text) Single Line Text Box [Edit] [Delete]


review error 1.png
 
I'll make sure it's cleared out.

If you want to manually fix it for now, open dbtech/review/includes/class_core.php

On about line 2343 find

PHP:
                if ($curr_cust_field_data[$cust_fields['fieldid']])
                {
                    $field_data    = $bbcode_parser->parse($curr_cust_field_data[$cust_fields['fieldid']], 'nonforum', true, true, '', 3, false, 'on_nl2br');
                }

Before Add

PHP:
                unset($field_data);

That should fix it.
 
Status
Not open for further replies.

Legacy DragonByte Reviews

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