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 [...]
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() {
/* [...]
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 [...]
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 [...]
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 [...]
In Dolphin7, We can easily create a custom page with the following steps….
{code type=css}
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
[...]
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 [...]