Archive for the 'Dolphin Core' Category

Important Core Functions in Dolphin

Friday, January 7th, 2011 2 Commented
Under: Dolphin Core, dolphin templates

Dolphin is social community CMS which has huge variety of features in the out of box. It has some important core functions to customize our site. Here we can find some of the important functions in Dolphin.
Member Thumbnail:
We can display the Member‘s Thumbnail image with their ID by using the “get_member_thumbnail” which is located in [...]

How to remove the top search menu in dolphin 7, 7.0.1 and 7.0.2 :

Saturday, July 3rd, 2010 one Commented
Under: Dolphin Core

Its very easy to remove the topmenu search option in dolphin 7, 7.0.1 and 7.0.2 by the following steps:

Find the BxBaseMenu.php file in the templates/base/scripts folder.
Find the function named genSearchElement()
Comments the contents of the function such like the below code

{code type=css}
function genSearchElement() {
/* [...]

How to change the top “more” menu icon to a word in dolphin 7, 7.0.1 and 7.0.2 :

Saturday, July 3rd, 2010 No Commented
Under: Dolphin Core

Its very easy to change the top more menu icon to a word in dolphin 7, 7.0.1 and 7.0.2 by the following steps:
{code type=css}
Find the BxBaseMenu.php file in the templates/base/scripts folder.
Find the function named GenMoreElementBegin()
$more_text=_t(_More); add this line below the
$sMoreMainIcon = getTemplateIcon(’tm_item_more.png’);
Make a HTML Comment on [...]

How to display Ads block to the all pages in dolphin 7.0.0 and dolphin 7.0.1

Monday, May 31st, 2010 2 Commented
Under: Dolphin Core

In dolphin, there is lot of useful module provided by boonex .Especially the Ads Block is used to display the ads in index page, profile page and ads home page. But someone wants to display their ads in all the pages .Is that possible? Yes there is one possibility to create the ads block [...]

How to display the Wall in to the index page in Dolphin 7.0.0 and Dolphin 7.0.1

Monday, May 31st, 2010 4 Commented
Under: Dolphin Core

It’s very easy to display the wall in to the Index page with the following steps
1) In dolphin, we can create custom blocks in any pages such like index page ,join page, Profile page and so on. If you don’t have experience to create the custom block in dolphin please check out our Custom [...]

How to Create a custom page and php block in Dolphin 7

Tuesday, May 4th, 2010 11 Commented
Under: Dolphin Core

In Dolphin7, We can easily create a custom page with the following steps….
{code type=css}

Facebook Connection Settings in Dolphin7 Site

Tuesday, March 23rd, 2010 7 Commented
Under: Dolphin Core, dolphin templates

Facebook Connection in dolphin site will allow the Facebook members to access the dolphin Site with the facebook account.

Steps to set the Facebook connection in Dolphin7.0.0 version

• Goto Admin Panel -> Modules
[...]

How to create a custom dolphin templates

Tuesday, June 2nd, 2009 4 Commented
Under: Dolphin Core, dolphin templates

Dolphin provides a wonderful option to create attractive templates for our websites.
Please follow below steps to create your own dolphin templates.
Step 1:
The templates folder contains 2 folders as,
1.base
2.tmpl_uni

To create the new template, copy the default template ‘tmpl_uni’ and rename as your template name.
eg: tmpl_sample.
\templates\tmpl_sample
Step 2:
The new Css files for the [...]