Osclass forums
Support forums => Suggestions => Topic started by: akapar on January 31, 2012, 07:42:58 am
-
At admin panel, I usually have to do some modification (edit, delete) of items via Items->Manage Items. Here one key search functionality that I require a lot is search by item ID. I try search by keywords but usually this search is not that effective. Search by item ID would make it very easy to manage items.
Thanks.
http://05suq.com (http://05suq.com)
-
Hi akapar,
Good news to you! That feature is already included in the next version. So in OSClass 2.4 you will be able to search by item ID.
Thanks
-
wow! Nice features in next release
We are waiting for osclass 2.4 version.
-
In the meantime, this can be done with the following form.
<form method="get" action="index.php?" onsubmit="return(this, 'index.php?');"><input type="hidden" name="page" value="item"><input type="hidden" name="id" value="Search">Listing ID: <input size="5" type="text" name="id"><input type="submit" value="Search" class="button"></form>
-
Hi Bilekas,
cool, that works, thank you :)
-
In the meantime, this can be done with the following form.
<form method="get" action="index.php?" onsubmit="return(this, 'index.php?');"><input type="hidden" name="page" value="item"><input type="hidden" name="id" value="Search">Listing ID: <input size="5" type="text" name="id"><input type="submit" value="Search" class="button"></form>
Where do I have to put this code to work? I also want to search by ID in admin panel. I appreciate if you could give me an answer.
-
Hi zepht,
In 2.4 they added the option to search by ID. Currently it is out for beta testing and I would imagin it will be released very soon. Here is the blog topic that talks about 2.4 rc http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/
Jay
-
Hi zepht,
In 2.4 they added the option to search by ID. Currently it is out for beta testing and I would imagin it will be released very soon. Here is the blog topic that talks about 2.4 rc http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/
Jay
Lot of thanks, trains but I don't like beta testing ... so I need some features before 2.4 is out of beta testing. I appreciate anyway
-
Hi zepht,
OSClass 2.4 is out of beta testing. You can download it here. http://osclass.org/blog/2012/05/02/osclass-2-4/
Jay
-
;D i am using 2.4
-
Hi Bilekas,
cool, that works, thank you :)
Hello ingo, I couldn't figure where you put this code to work for you. have you made any other changes?