I’m using a php web script where videos are uploaded and searched to view.
The video files are uploaded to categories (channels). Currently, all search results show a check-box next to the video thumbnail image in the results list. I believe this code creates that:
I’m looking to be able to show a checkbox for all search results except those results form Channel X, for example. Any help with adding that ability, will be appreciated.
Would need to see the php code that produces the form, rather than the form itself. And maybe the form code for the search - how will you decide which channel is to be excepted?
Thanks so much for checking it. Greatly appreciated.
Here is the template that I believe may have it.
(I know this is not state-of-the-art coding), but I really appreciate any assistance. Thanks.