Runboard.com
Слава Україні!

runboard.com       Sign up (learn about it) ● Sign in (lost password?)

 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 07-2005
Location: Texas
Posts: 501
Karma: 12 (+12/-0)
Reply Quote
Adding RunSearch to your board


The RunSearch engine is a very special search engine because it is designed to look for other message board communities hosted by Runboard. Updated weekly it is also the most current listing of all the Runboard communities and it is easy to use.

Adding this feature to your message board is a fairly straight forward task which was detailed here in a discussion between Pastor Rick and Lesigner Girl.

---

Advertise Boards On TRDConceptsDE
3/27/2010, 8:50 am Link 2 this post Send Email to   Send PM to Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 07-2005
Location: Texas
Posts: 501
Karma: 12 (+12/-0)
Reply Quote
Re: Adding RunSearch to your board


For those who do not wish to read through the discussion this is how you add RunSeach to your board.

In your HTML you put this:

<div class="smallbox">
<form name="searchform" id="searchform" method="post" action="http://runsearch.rbbt.net/">
<h4>~ RunSearch ~</h4>
<p>Looking For A Runboard</p>
<input class="input" type="text" name="q" size="18" maxlength="20" value="" />
<input class="submit" type="submit" value="Go" />
<a href="http://runsearch.rbbt.net/submit" title="Submit A Runboard">Submit A Runboard</a>
</form>
</div><!-- end smallbox -->

In your CSS you put this:

.smallbox {
background-color: #f0f3f8;
border: 1px solid #4682b4;
color: #03f;
font-weight: 700;
text-align: center;
width:162px;
margin: 3px 0;
padding:0 0 10px 0;
}

#searchform {margin-top: 5px; font-size:13px; color:#03F;}

#searchform h4 {margin: 0 auto; font-weight: 700; font-size:13px;}

#searchform p {margin: 0 auto; font-weight: 400; font-size: 10px; color: #000;}

#searchform a:link, #searchform a:visited {margin: 0 auto; font-weight:700; font-size:9px; color: #000; text-decoration:underline;}

#searchform a:hover {color:#a00;}

#searchform input {font-size:11px;}

Optional CSS

.input {}
.submit {}

The optional CSS is not really needed but that is where you would put any definitions/declarations you would want to totally customize every part of the RunSearch box.

Last edited by Pastor Rick, 6/7/2010, 5:56 am


---

Advertise Boards On TRDConceptsDE
4/4/2010, 3:02 pm Link 2 this post Send Email to   Send PM to Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 07-2005
Location: Texas
Posts: 501
Karma: 12 (+12/-0)
Reply Quote
Re: Adding RunSearch to your board


Now there is a much easier solution... The method detailed above works but is cumbersome. Now...

If you put this code on your board (in your custom HTML header or footer) you will get a "RunSearch box" like the one I have on the left side of this board (under the clock):

<iframe src="http://runsearch.rbbt.net/rbd-searchbox.php" width="154" height="165" scrolling="no" frameborder="0"></iframe>

I have not figured out a way to allow custom styling of the "RunSearch box" yet and I know there must be a way to do that and to get the HTML to be HTML5 compliant but I have not figured that out yet...

---

Advertise Boards On TRDConceptsDE
11/19/2013, 11:52 pm Link 2 this post Send Email to   Send PM to Blog
 


Add a Reply





You are not logged in (login)