The Arcive of vBulletin Modifications Site. |
|
Google search from profile keyword in postbit Details »»
|
|||||||||||||||||||||||||||
|
Google search from profile keyword in postbit
Developer Last Online: Dec 2018
First step is to get the profile field you want search results for:-
To do use this log into you admin CP. Go to User Profile Fields | User Profile Manager and make note of the field name ie: field1 Second Step is to get your google search box code:- Login to your adsense and generate the usual google search box with your adsense ads how you want them. If you already have adsense for search box I would generate a new one so you can track results separetly for this postbit mod. Copy the google search code. Third Step You need the url of your search results. All I did was create a new page in my html editor and pasted the code between the body tags and preview the page throught my browser. Peform a search with any keyword at this stage as you will replace this with your profile field. Copy the search url from the browser. eg: Code:
http://www.yourdomain.co.uk/my-search-results?cx=partner-pub-your-id-number-will-be-here=FORID%3A10&ie=ISO-8859-1&q=yourkeyword&sa=Search#1123 Fourth Step Replace yourkeyword in the url with Code:
$post[the field number you made note of earlier] Code:
http://www.yourdomain.co.uk/my-search-results?cx=partner-pub-your-id-number-will-be-here=FORID%3A10&ie=ISO-8859-1&q=$post[field1]&sa=Search#1123 Fith Step Place your final url with the field number as in step 4 into the code below replacing and including *** until *** Code:
<div><if condition="$post['field1']">Search: <a href="***http://www.yourdomain.co.uk/my-search-results?cx=partner-pub-your-id-number-will-be-here=FORID%3A10&ie=ISO-8859-1&q=$post[field1]&sa=Search#1123***">Google $post[field1] Info</a></if></div> In your admin cp go to Styles and Templates | Style Manager and select edit templates from your used style. Open up Postbit templates and edit postbit Look for Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> Searching two words:- You could also combine two words from the profile fields with eg:- Code:
$post[field1]+$post[field2] Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
What does this do and for what purpose?
|
|
#3
|
|||
|
|||
|
simple, it would help bring up your $$$ if u have a strong site.
I personally would redo it so that it would tag search it
|
|
#4
|
|||
|
|||
|
Hi there, it has helped increase my site revenue. If your users have useful profile fields then you have a great resource of paid adsense searches.
Depends if your users have some good profile fields that would make useful google searches. |
|
#5
|
|||
|
|||
|
Quote:
Maybe something I should explore. |
|
#6
|
||||
|
||||
|
Can this be tweaked so that a user can enter a search/keyword into their profile, which is then auto added to their postbit.
Or is this already done, didnt seem to be.. by what I have read thus far... Perhaps I missed the ghist of it. |
|
#7
|
|||
|
|||
|
Please tell me how it works?
For guests also work? |
![]() |
|
|