SocialEngine: Creating Custom Modules with Widgets
Simple Steps to Creating Widgets in Your Module Before creating the widget you should the register the widget Step 1. Register Your Widget You should follows these steps for register your widget, First go to Your Module. ({social_engine_root}/application/modules/YourModule/settings/content.php) and append the code below array( ‘title’ => ‘My Widget’, ‘description’ => ‘This is a brand new […]