To close this thread, i did not manage to make Google Custom Search Engine as i had it before
, but at least is ok as i managed it know.
What i did for some one else needs:
Find "
ad_navbar_below" template
Than copy-paste code that google gives you in the template.
Where '
xxxxxxxxxxxxxxxxxxxxxx' change with your code.
Example:
Code:
<script>
(function() {
var cx = 'xxxxxxxxxxxxxxxxxxxxxx';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
With this way you will have both searches. vb & custom.
Attachment 156362
Thanks.