Quote:
Originally Posted by Dj22
Just installed.. Killer!!
How hard would it for someone to modify it for users to have multiple car listings :speechless:
|
Adding multiple cars to the vehicle profile page is easy.. But it would only be possible to sort by one car on the timeslips page.
To add a field for another car just go to your admincp, add a new custom profile field for the extra vehicle, make a note of the field ID, then in member.php, includes/functions_user.php, and profile.php find all instances of this:
Code:
(50,51,52,53,54,55,56,58,59,60,61,62,63,64,65)
and add the field ID for your extra vehicle field to it.