function __construct()
 {
     parent::__construct();
     $this->title = __("Gallery");
     $this->block_type = 'CNMediaModule';
     $this->html_block_id = "CNMediaModule";
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Network Statistics');
     $this->block_type = 'CNNetworkStatisticsModule';
     $this->html_block_id = 'CNNetworkStatisticsModule';
 }
 function __construct()
 {
     parent::__construct();
     $this->block_type = 'CNManageStaticPageModule';
     $this->html_block_id = 'CNManageStaticPageModule';
     $this->title = __('Manage Static Pages');
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Advertisements');
     $this->block_type = 'CNAdvertisementModule';
     $this->html_block_id = 'CNAdvertisementModule';
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Create Group');
     $this->html_block_id = get_class($this);
     $this->id = 0;
 }
 function __construct()
 {
     //$this->title = __("Post Permalink");
     parent::__construct();
     $this->main_block_id = "mod_permalink";
     $this->html_block_id = "CNPermalinkModule";
 }
 function __construct()
 {
     $this->html_block_id = "TakeATourModule";
     $this->main_block_id = "mod_take_a_tour";
     parent::__construct();
     $this->title = __('Take A Tour');
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Manage Category');
     $this->html_block_id = 'CNManageCategoryModule';
     $this->main_block_id = NULL;
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Mailbox');
     $this->page = 1;
     //by default first page will be displayed.
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('License');
     $this->block_type = 'CNLicenseModule';
     $this->html_block_id = 'CNLicenseModule';
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Forums');
     $this->forums_url = PA::$url . "/forums";
     $this->outer_template = "outer_forum_module.php";
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Goodgame Studios');
     $this->block_type = 'CNGoodgameStudiosModule';
     $this->html_block_id = 'CNGoodgameStudiosModule';
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Search Content');
     $this->html_block_id = 'CNSearchContentModule';
     $this->id = 0;
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Latest Forum Posts');
     $this->html_block_id = 'CNForumLatestPostsModule';
     $this->forums_url = PA::$url . "/forums";
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Actions');
     $this->block_type = 'CNActionsModule';
     $this->html_block_id = 'CNActionsModule';
 }
 function __construct()
 {
     parent::__construct();
     $this->main_block_id = "mod_network_user_result";
     $this->title = __('Manage Roles');
     $this->display = false;
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __("Manage Network Links");
     $this->html_block_id = "CNNetworkLinkModule";
     $this->main_block_id = "mod_link";
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Platform');
     $this->block_type = 'CNPlatformModule';
     $this->html_block_id = 'CNPlatformModule';
 }
 function __construct()
 {
     parent::__construct();
     $this->block_type = 'CNManageFooterLinksModule';
     $this->html_block_id = 'CNManageFooterLinksModule';
     $this->title = __('Manage Footer Links');
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Imprint');
     $this->block_type = 'CNImprintModule';
     $this->html_block_id = 'CNImprintModule';
 }
 function __construct()
 {
     parent::__construct();
     $this->main_block_id = "mod_links_management";
     $this->title = __('Links Control Panel');
     $this->html_block_id = 'LinksModule';
     $this->block_type = 'Links';
 }
 function __construct()
 {
     parent::__construct();
     $this->block_type = 'UserInformations';
     $this->html_block_id = 'UserInformationsModule';
     $this->uid = 0;
     $this->login_uid = 0;
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __('Photo');
     $this->main_block_id = "mod_photo";
     $this->html_block_id = 'CNUserPhotoModule';
     $this->block_type == 'CNUserPhoto';
 }
 function __construct()
 {
     parent::__construct();
     $this->block_type = 'CNUserAEBNHostedMovieUpdates';
     $this->html_block_id = 'CNUserAEBNHostedMovieUpdates';
     $this->uid = 0;
     $this->login_uid = 0;
 }
 function __construct()
 {
     parent::__construct();
     $this->html_block_id = 'CNPostContentModule';
     $this->id = 0;
     $validBlogTypes = array('CNBlogPost', 'Suggestion');
     $this->blog_type = isset($_GET) && isset($_GET['blog_type']) && in_array($_GET['blog_type'], $validBlogTypes) ? $_GET['blog_type'] : 'CNBlogPost';
     $this->blog_type = isset($_POST) && isset($_POST['blog_type']) && in_array($_POST['blog_type'], $validBlogTypes) ? $_POST['blog_type'] : $this->blog_type;
 }
 public function __construct()
 {
     parent::__construct();
     $this->title = __("Recent Posts");
     $this->block_type = 'CNRecentPostsModule';
     $this->html_block_id = 'CNRecentPostsModule';
     $this->limit = 10;
     $this->view_all_url = PA::$url . PA_ROUTE_HOME_PAGE;
 }
 function __construct()
 {
     global $app;
     parent::__construct();
     $this->title = __('Activity Feed');
     $this->html_block_id = 'CNActivitiesModule';
     $this->selected = 0;
     $this->ajax_url = PA::$url . $app->current_route . "/module=ActivitiesModule&action=sort";
     $this->limit = 8;
 }
 function __construct()
 {
     parent::__construct();
     $this->outer_template = 'outer_public_module.php';
     $this->inner_template = PA::$blockmodule_path . '/' . get_class($this) . "/cnmodule.php";
     $this->title = __('Master Directory');
     $this->html_block_id = get_class($this);
     $this->page = 1;
     $this->show = 20;
 }
 /**
  * The default constructor for FacewallModule class.
  */
 function __construct()
 {
     parent::__construct();
     $this->title = __('Peoples');
     $this->block_type = 'People';
     $this->html_block_id = 'CNPeopleModule';
     $this->sort_by = 'created';
     $this->viewer_uid = 0;
     //for anonymous user.
     $this->show_advance_search_options = false;
 }
 function __construct()
 {
     parent::__construct();
     $this->title = __("Manage Ad Center");
     $this->html_block_id = 'CNManageAdCenterModule';
     $this->main_block_id = NULL;
     $this->Paging["show"] = 5;
     $this->Paging["page"] = 1;
     $this->edit = false;
     $this->form_data = NULL;
 }