Small Snippets

Checks to see if user is logged in as Admin.

eg. If you have custom blocks on the account page that you want visible to Admins only.

if(isAdmin()){

Code to execute...

}

If you created a new block in the sys_page_compose tables than you can call this function which will display that block.

function getBlockCode_FUNCTIONNAME(){

Code to execute in block...

}

Be a dolphin, be creative in you own way and you will attract a audience
Quote · 11 Mar 2010
 
 
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.