TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 12:57:14 PM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 69
  • Total: 69

Using Google to search TP only

Started by lesmond, June 08, 2010, 08:18:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Lesmond

You can use Google to search TinyPortal only using the link below,

http://www.google.com/search?q=your+search&domains=tinyportal.net&sitesearch=tinyportal.net

replace "your+search" with your search term, using a + in between each word, and copy the url into your browser address bar.

example here http://www.google.com/search?q=Shoutbox+redirect&domains=tinyportal.net&sitesearch=tinyportal.net

drivprin


hygron

It's been a while, but I can say that this was a great post to help newbs and techies alike.  Thanks Lesmond

candidosa2

TinyPortal 100% Translate Portugues and Brazilian

Lesmond


Shadow


bizniz78


Skhilled

This would be great as a modified type of search block where a user could enter their search term(s) to search only TP. ;)

Lesmond

With the help of lurkalot we came up with this,

Place in java script/html block..


<form method="get" action="http://www.google.com/search" target="_blank">
<table style="width: 210px; height: 96px;" border="0" cellpadding="0">
<tbody><tr><td>
<input name="q" size="25" maxlength="255" value="" type="text" />
<p>
<input value="Search" type="submit" /></p></td></tr>
<tr><td style="font-size:75%" align="center">
<input name="sitesearch" value="tinyportal.net" checked="checked" type="checkbox" />
Only search Tinyportal Support site<br />
</td></tr></tbody></table>
</form>


You can change the url and text to your own site

Skhilled