ldv (User)
Fresh Boarder
Posts: 11
|
Only want some of the search categories to show! 9 Years, 8 Months ago
|
Karma: 0
|
Hello, our site deals only with movies right now, so when users click on "search," we only want them to see relevant options to search. I'd like to hide the "book, ISBN, authors, Publisher, Game, GameID, Platform, and Binding options, etc. But I can't figure out how to do this? Where is the code I need to change to hide these things? I'm using MediaLibrary Pro. Thanks!
|
|
|
Logged
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 7244
|
Re:Only want some of the search categories to show! 9 Years, 7 Months ago
|
Karma: 85
|
Hello,
You need open file
{yours site}/components/com_medialibrary/medialibrary.html.php
find function: showSearchMedias
and remove all parameters what you no need
Thanks,
OrdaSoft team
|
|
|
Logged
|
|
The administrator has disabled public write access.
|
ldv (User)
Fresh Boarder
Posts: 11
|
Re:Only want some of the search categories to show! 9 Years, 5 Months ago
|
Karma: 0
|
Hi, I went to that file and deleted all the search type arrays under "showSearchMedias" except for "'video'=>_MEDIALIBRARY_LABEL_MEDIA_TYPE_VIDEO)"...but it still shows all search options. What else do I need to delete? I would like to delete the other categories completely, so that there is ONLY a "video" category in media library, NO games or books. Where do I find these categories to delete their existence completely?
|
|
|
Logged
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 7244
|
Re:Only want some of the search categories to show! 9 Years, 5 Months ago
|
Karma: 85
|
Hello,
I am sorry, I show to you place where you need do some correction, I can't do full customization for you, that ask time for set exactly what you need and next debug.
Please ask custom version from ordasoft contact form and we will create for you exactly what you wish
Thanks,
OrdaSoft team
|
|
|
Logged
|
|
The administrator has disabled public write access.
|
|