Advertisement:

Author Topic: Custom listing section  (Read 1119 times)

fwu713

  • Newbie
  • *
  • Posts: 4
Custom listing section
« on: June 30, 2014, 07:53:22 pm »
I am looking to delete the "listing location section".  Also, is there a way to add pre typed field in the description box?


Thanks!

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Custom listing section
« Reply #1 on: July 01, 2014, 10:19:59 am »
@fwu713
- you can use custom attributes functionality to extend fields when posting new listing
- to remove locations, you need to do it in all related files (search.php, inc.search.php, search_list.php, item.php, user files,...)

Pretty much work, but easy ;)

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Custom listing section
« Reply #2 on: July 01, 2014, 10:14:51 pm »
Quote
Also, is there a way to add pre typed field in the description box?

you mean with a value attribute?  value="blah blah" or placeholder?

fwu713

  • Newbie
  • *
  • Posts: 4
Re: Custom listing section
« Reply #3 on: July 22, 2014, 11:56:45 pm »
What's the exact code i have to look for to delete for the "listing location" in publishing a listing.

http://cubeupload.com/im/5O2N3H.png



Thank you all for responding and helping!

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Custom listing section
« Reply #4 on: July 23, 2014, 10:24:57 am »
@fwu713
Go to item-post.php & item-edit.php in your theme folder and find "country" related code here ;)