Join form is blank

My Join form is blank!  The page shows only the "why join" and "sign in" blocks. My Join Now block is still intact in the join page and all the blocks in the Page builder-Profile Field-join form are still there. I don't know how this happened and how long ago. I remember some chinese ips who continously tried to join. For starters can someone share the the php content in their Join Now block in Join Page? I'll appreciate  any help in this regard.

...........................................
Quote · 21 Aug 2011

Hello dealsaround,

 

To add new PHP block you need deanos tools module. You can download it here, it is free:

http://www.boonex.com/m/Deanos_Tools_V1_6_Dolphin_7_0_Version

After this module installation go to Dolphin admin panel -> modules -> deanos tools -> insert PHP block

Insert Block on Page:    Join Page

Language Key:               _Join now

Language Text:                Join

PHP Code:

        bx_import("BxDolJoinProcessor");

        $GLOBALS['oSysTemplate']->addJsTranslation('_Errors in join form');
        $GLOBALS['oSysTemplate']->addJs(array('join.js', 'jquery.form.js'));

        $oJoin = new BxDolJoinProcessor();
        return $oJoin->process();

save changes. Go to Admin Panel -> Builders -> Pages Blocks and select Join Page. There are two "Join Now" blocks there now, one is active and another, which we created is in inactive blocks area. Move active join now block to inactive items and place our block on its place.

You are done.

Not sure if this helps as this one actually repairs SQL part, pm me if the problem still exists.

 

Best regards, nuknspax.

Free and premium Dolphin templates. Custom design services.
Quote · 21 Aug 2011

Thank you very much. That was a perfect solution.

...........................................
Quote · 21 Aug 2011
 
 
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.