Advertisement:

Author Topic: How we can change order of custom fields in submit ad form and in search form?  (Read 943 times)

abc500x500

  • Jr. Member
  • **
  • Posts: 96
How we can change order of custom fields in submit ad form and in search form?

for exam we created 6 custom fields items in order:
we see they appear in submit ad form and search form like this:
*item1
*item2
*item3
*item4
next we decide change order to this:
*item3
*item1
*item4
*item2
I did not find how i can change these order.
only i see t_meta_fields  mysql table is location that store custom fields data.
1) is there any way i change order of custom fields items in submit ad form and search form, in osclass admin panel?
2) if Q1 answer is NO; can i change t_meta_fields table for change order?
i think  pk_i_id column save order.
If i change pk_i_id; Should i change any other database table?
thanks.

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
We can't....at least not without adding/changing code 8)

Here's a nice thread about something similar, might help you what you want:
http://forums.osclass.org/bender/explode-custom-fields-on-item-php/30/

Regards,
Eric

abc500x500

  • Jr. Member
  • **
  • Posts: 96
thanks