Random Quotes/New Box

how can i make random quotes appear? can i make it appear in a new box?

how can i add new boxes? like this site (http://www.asia-connect-th.com/) which added new boxes such as the google search box and the donation box?

thanks a lot!

Quote · 28 Aug 2008

open index.php

after "promo code" line

add:
$_page_cont[$_ni]['daily_quotes'] = quote_get();

open templates/tmpl_unipage1.html and insert __daily_quotes__ where you want them to show

usually after "top banner" line

so it looks like:

<div style="position:absolute;top:0px;right:0px;width:1px;height:1px;">__banner_right__</div>

__daily_quotes__

check my blog out ...it shows you how to make blocksand such.

I have video tutorials to help you mrpowless.com
Quote · 28 Aug 2008

thnx mrpowless,

i made my quotes running now. i tried searching your blogs but i cant find anything about creating a new box such as this site (www.asia-connect-th.com) which added new boxes such as the google search and donation box.

thnx once again

Quote · 28 Aug 2008

thnx mrpowless,

i made my quotes running now. i tried searching your blogs but i cant find anything about creating a new box such as this site (www.asia-connect-th.com) which added new boxes such as the google search and donation box.

thnx once again

Hello Marlon,

These boxes are html blocks.

Go to Admin/Builders/Page Builders and select HomePage from the menu.

Then it is just a matter of dragging an html block into the relevant column. You will need to select html code and insert something like this (Google):

<p>
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
</p>
<div class="cse-branding-bottom" style="background-color:#FFFFFF;color:#000000">
<div class="cse-branding-form"><form action="http://www.google.com/cse" id="cse-search-box" target="_blank">
<div><input name="cx" value="partner-pub-xxxxxxxxxxxxxx:xxxxxxxx" type="hidden" /> <input name="ie" value="UTF-8" type="hidden" /> <input name="q" size="31" type="text" /> <input name="sa" value="Search" type="submit" /></div>
</form></div>
<div class="cse-branding-logo"><img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" /></div>
<div class="cse-branding-text">Custom Search</div>
</div>

I have changed the code because that refers to my account. You will need to go to Google and create your own account.

I hope this helps

Stuart

www.asia-connect-th.com

There are none so blind as those that will not see.
Quote · 28 Aug 2008

thnx stuart....really apprecaite it sir!

btw, how about the menu (Amazon and News Clips) sir? how did you make it appear in the same page?

thnx a lot sir!

Quote · 28 Aug 2008

thnx stuart....really apprecaite it sir!

btw, how about the menu (Amazon and News Clips) sir? how did you make it appear in the same page?

thnx a lot sir!

HTML Blocks in Columns.

Ps. The names Stuart not Sir!!

There are none so blind as those that will not see.
Quote · 28 Aug 2008

ok copy that stuart!

Quote · 28 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.