Any Ideas how to add a checkbox called "With Video Only" to the quick search ?
I need my members to be able to search for profiles who have videos (just like the one with photo)
Please Help
Any Ideas how to add a checkbox called "With Video Only" to the quick search ?
|
Hello!
1) Adding this option like "With photos only" example and modifying query in search.php ("join" and "where" constructions from `RayVideoFiles` table). 2) Modification upload methods from BxVideosUplaoder.php file with adding column 'Video' to `Profiles` table, where will be marked existing of video of this profiles. Then search.php code will require only "Where" construction's changes, without "JOIN". Regard |