News:

Wondering if this will always be free?  See why free is better.

Main Menu

Google Search Your Site

Started by lucas-ruroken, July 09, 2009, 07:40:21 AM

Previous topic - Next topic

searchgr

The forum is quite big and i haven't create a custom search index. Should i? I'm not sure for this, it takes too much space (almost the double).

Snogmarr

#81
Hmmmm Very strange?

I have looked at all your documentation and reviewed your install procedures, but nowhere does it say that you stick an invisible footer on the forum?

So I thought this can not be, so I de installed it then re installed it?

Yep it was true you stick an invisible footer to the forum pages that on mouse over link to your site

So I was just wondering why you have omitted to tell people this?

Bit sneaky do you not think? by definition hiding it makes it sneaky?

with all other mods there is usually a statement whic says " If you use this mod please do not remove the copyright info"

It may just be the way it happens on my forum? What do you think?










derby

HOW DO I DISABLE THE SMF DEFAULT SEARCH FOR MEMBERS AND ADD THIS??
LATEST JOB VACANCIES



www.derbhotjobs.com

~DS~

Quote from: derby on February 10, 2010, 02:17:45 PM
HOW DO I DISABLE THE SMF DEFAULT SEARCH FOR MEMBERS AND ADD THIS??
It's not necessary to use those caps, derby.  ::)
"There is no god, and that's the simple truth. If every trace of any single religion were wiped out and nothing were passed on, it would never be created exactly that way again. There might be some other nonsense in its place, but not that exact nonsense. If all of science were wiped out, it would still be true and someone would find a way to figure it all out again."
~Penn Jillette – God, NO! – 2011

derby

Quote from: Dismal Shadow on February 10, 2010, 02:43:23 PM
Quote from: derby on February 10, 2010, 02:17:45 PM
HOW DO I DISABLE THE SMF DEFAULT SEARCH FOR MEMBERS AND ADD THIS??
It's not necessary to use those caps, derby.  ::)
sori,can i plz get help
LATEST JOB VACANCIES



www.derbhotjobs.com

waruna

Quote from: Kcmartz on January 21, 2010, 01:29:49 PM
Yes, how do you combine them and move it from bottom to search bar near top?????

Yes, is there's a way to move the google site search box to the top replacing the built in search?
Trust of Lust

Groundhog

You need to edit your indextemplate.php file.

Find the relevant code in the install file that is being installed into the boardindex.php and copy this to your indextemplate.php - adding it where ever you want it to appear or overwriting the original search code. This way it will be available on every page of your forum.

waruna

Ok thanks Groundhog. It works very well. ;)

A couple of questions.

1. Can I just remove the built in search and add this google site search? Is it legal or not?
2. Does this mod affected forum performance?

Thanks again. ;)
Trust of Lust

Rehash D Internet

I installed this and users were able to search posts in the admin. Can you explain why?

lucas-ruroken

The mod brings results from google. If you haven't topics indexed in google, they will not appear
Adk Portal 3.1 is coming....

Design your universe!

lucas-ruroken

Google search your site is now avaiable for smf 2.0 rc3
Adk Portal 3.1 is coming....

Design your universe!

derby

lucas please how do i remove the inbuilt search and index google search on rc2?
LATEST JOB VACANCIES



www.derbhotjobs.com

lucas-ruroken

you have to disable the search from the administration and remove the search button in Sources/Subs.php
Adk Portal 3.1 is coming....

Design your universe!

katb

is their any way to to integrate  google adsense publisher id to this search?

derby

Is der i way i add add google search(adssence search)to my forum?
LATEST JOB VACANCIES



www.derbhotjobs.com

lucas-ruroken

Adk Portal 3.1 is coming....

Design your universe!


lucas-ruroken

Adk Portal 3.1 is coming....

Design your universe!

Joker™

i was trying to make a blurry text appear in search box

this is mod line:

<input type="text" name="q" size="27" maxlength="255" value="" />


i tried to modify it as

<input type="text" name="q" size="60" maxlength="255" value = "Google search"
onblur = "if (this.value =='') this.value = 'Google search';"
onfocus = "if (this. value == 'Google search') this.value ='';" />


But im getting this error

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' 

Line it indicates is
onblur = "if (this.value =='') this.value = 'Google search';"

can you help me out , by telling what's the exact problem
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

lucas-ruroken

Try with this code

<input type="text" name="q" size="60" maxlength="255" value = "Google search"
            onblur = "if (this.value ==\'\') this.value = \'Google search\';"
            onfocus = "if (this. value == \'Google search\') this.value =\'\';" />
Adk Portal 3.1 is coming....

Design your universe!

Advertisement: