
04-07-2004, 10:52 AM
|
|
|
Join Date: Jun 2003
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by EvilLS1
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.
|
So we can add a second vehicle to the profile, but can not add a second timeslip?
|