Blockland Forums > General Discussion
►►►How to use Google to search the Blockland Forums!
Maxx_²:
--- Quote from: NalNalas on May 05, 2013, 12:11:47 AM ---It linked to that old malicious site when I tried so bad Idea
--- End quote ---
What?
Acerblock:
--- Quote from: Maxx_² on May 05, 2013, 12:16:40 AM ---What?
--- End quote ---
The phishing site you got hijacked from.
Port:
--- Quote from: Cuddles le Bear on May 04, 2013, 11:07:32 PM ---I for one cannot use Google or Bing because they slow down my browser like crazy and Bing gives me viruses.
This wasn't needed.
--- End quote ---
--- Quote from: Cuddles le Bear on May 03, 2013, 09:49:27 PM ---Google is slow and crashes my browser.
--- End quote ---
Your browser is slow and doesn't support web standards well enough to visit Google.
--- Quote from: Cuddles le Bear on May 03, 2013, 09:49:27 PM ---I get a virus every single time I go on Bing.
--- End quote ---
You have a virus (that isn't from Bing) which does something every single time you go on Bing.
Port:
--- Quote from: Acerblock on May 05, 2013, 12:15:55 AM ---Useless tutorial since Google doesn't loving help in this situation.
This is loving horrible without a Search feature. How are we going to find old threads? How do we properly gather evidence for a drama? How do we find stuff?
--- End quote ---
Google is better for searching the forum than the Search feature.
--- Quote from: Acerblock on May 05, 2013, 12:15:55 AM ---I feel like the forums are decreasing in quality in the past week. I mean, multiple downtimes, long maintenance, unstable and sometimes ridiculously slow connection, no Search button, and I'm even hearing we can't change our avatars because of an issue.
--- End quote ---
Wow, stop being such a bitch.
dargereldren:
--- Quote from: Acerblock on May 05, 2013, 12:15:55 AM ---I'm even hearing we can't change our avatars because of an issue.
--- End quote ---
Actually, you can, you just have to clear your browser cache (or wait) for it to take effect.
Edit: I think this would help you guys a bit. It's a Google Custom Search I made which lets you only see pages and images that are on this forum.
http://www.google.com/cse/publicurl?cx=015880034663121450827:hcbf9l7fppg
(Chrome omnibox format: {google:baseURL}cse/publicurl?cx=015880034663121450827:hcbf9l7fppg&q=%s)
And if Badspot decided to put this in the forum itself, here's the code:
--- Quote ---Copy the following code, and paste it into a <div> element in your site's <body> section, where you want both of the search box and the search results to render.
Note: For the most cross-browser compatibility, it is recommended that your HTML pages use a supported doctype such as <!DOCTYPE html>. CSS hover effects require a supported doctype.
--- Code: ---<script>
(function() {
var cx = '015880034663121450827:hcbf9l7fppg';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
--- End code ---
--- End quote ---
Currently, I only have it set up to pop up in an overlay, but if anyone wants me to change it, I might.