Advertisement:

Author Topic: Search listing by email  (Read 1519 times)

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Search listing by email
« on: January 18, 2013, 08:49:36 pm »
Hi guys,

How can I search listings by email address? seems in admin backoffice its impossible, but I think you can do it on frontpage. Does anyone how?

Thanks

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: Search listing by email
« Reply #1 on: January 18, 2013, 10:09:37 pm »
Hi,

in the new osclass release 3.0.2 in admin panel you can search a listing by e-mail.

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Search listing by email
« Reply #2 on: January 19, 2013, 01:16:44 am »
Hi @cartagena68

Thanks for respond, unfortunatelly I made many changes in core so I can not upgrade osclass, I see in oc-admins/.../items/index.php there is only other text field, from "user" changed to "email", but I can not find function that do search there so it would be neccessary only to replace this function, dont you know where it is?

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: Search listing by email
« Reply #3 on: January 19, 2013, 02:10:44 am »
Hi,
actually i don't know, i'm sorry.
Would be nice if, when osclass team make an upgrade, to have a post in the forum that say wich file is changed and what they change in that file, so the users like you, me and many other people that change something in core files, can make the changes manually.
Don't you think?
I don't know if is doable, but would be nice.

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Search listing by email
« Reply #4 on: January 19, 2013, 07:15:20 am »
@frosticek,

Here are the changes that where done to add the search by email.

https://github.com/osclass/Osclass/commit/e76c5e82458fb1e7a2f7e992dac5e8abc1777487

Jay

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: Search listing by email
« Reply #5 on: January 19, 2013, 08:39:30 am »
@frosticek,

Here are the changes that where done to add the search by email.

https://github.com/osclass/Osclass/commit/e76c5e82458fb1e7a2f7e992dac5e8abc1777487

Jay

Thank you Jay, that's great  ;)

just 2 questions,

those files will be available every times there is a new version of osclass?

and how i can search for them?

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Search listing by email
« Reply #6 on: January 19, 2013, 08:44:28 am »
Yep those files will be available all the time. This is Osclass's github page https://github.com/osclass/Osclass There you will be on the master branch which will be the currently released version of osclass and then you can click on commits and that will show you all the committed changes that they made.

Jay

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: Search listing by email
« Reply #7 on: January 19, 2013, 08:50:55 am »
Yep those files will be available all the time. This is Osclass's github page https://github.com/osclass/Osclass There you will be on the master branch which will be the currently released version of osclass and then you can click on commits and that will show you all the committed changes that they made.

Jay

Thank you very much Jay

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Search listing by email
« Reply #8 on: January 19, 2013, 08:11:51 pm »
Thanks Jay, I will try to use that ;)

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Search listing by email
« Reply #9 on: January 20, 2013, 03:25:06 am »
Well, I was looking on github for file which should be changed but did not found anything about changing search by email...