Jump to content

Display a Specific Custom Field Before Listing "Summary" and "Description" Fields and rest of custom Fields after that Listing Summary and Description


Gill1513647743

Recommended Posts

Hi  i have been trying the put custom Fields After Listing Summary and Description during listing creation stage:

For That i Changed the position of Following Code of File at  :

components/com_jreviews/jreviews/views/themes/default/listings/create_form.thtml


<?php echo $CustomFields->referrer('listing.'.($isNew ? 'create' : 'update'))
					->setObjects(compact('listing','category'))
					->makeFormFields($listing_fields); ?>

GJDgzx.jpg


Everything Works ^_^  and all Custom Fields Display After listing Summary and Description as Follows:

DjWRpy.jpg


I am Just Wondering is any way i can display Just a specific custom Field Like "Contact Number"  before listing "Summary" and "Description"  And rest of Custom Fields after listing "Summary" and "Description" as Follows ???


E1eVUx.jpg


Thanks

Gill
 

Link to comment
×
×
  • Create New...