• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Search results

Started by max18121980,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

max18121980Topic starter

How to realize that the search results gave only those materials that are on the site.

Now he produces results in Google, that is something that is not on my site.
  •  

PHPVibe A.

Hi,

this are fast type suggestions, not search results, and they come from Youtube.

To remove them:

file: /tpl/main/js/phpvibe_app.js

remove:

$('#suggest-videos').keyup(function(){
jQTubeUtil.suggest($(this).val(), function(response){
var html = "<ul>";
for(s in response.suggestions){
var sug = response.suggestions[s];
html += "<li><a href='" + site_url + "show/" + sug.replace(/\s/g,'-') + "/'>" + sug + " </a></li>";
}
html += "</ul>";
$("#suggest-results").html(html).append("<a class='rsg' href='javascript:void(0)'><i class='icon-minus-sign'></a>").show();
$(".rsg").click(function(){      $("#suggest-results").removeAttr( "style" ).hide();   });
});
});


To add your own search results, for now this is not in PHPVibe, but you can use an jquery plugin, depends on its documentation.

oryhutch

I removed this line of code, the suggestions did go away. But it made the side tab permanently open and messed up the homepage. Any ideas why this happened?
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 37610

Search problem on mobile for v5

Started by mihai


Replies: 1
Views: 1617

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 69062

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 48703

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 20952

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 4071

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 3998