Difference between revisions of "Educaship HumHub"

From CNM Wiki
Jump to: navigation, search
(Development)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[CNM HumHub]] (hereinafter, the ''Soft''; formerly known as [[CNM Socialware]]) is a [[CNM stable app]] built with [[HumHub]]. The ''Soft'' powers [[CNM Social]], [[SocialHandsOn]], or [[SocialNext]] [[CNMCyber service|service]] of [[CNMCyber]]. The ''HumHub'' is [[commercial off-the-shelf]] ([[COTS]]) [[social networking software]], [[HumHub]]. It deploys [[MariaDB]] as its database management system.  
+
[[Educaship HumHub]] (hereinafter, the ''Soft''; formerly known as [[CNM Socialware]]) is a [[CNM stable app]] built with [[HumHub]]. The ''Soft'' powers [[CNMCyber.com]], [[SocialHandsOn]], or [[SocialNext]] [[CNMCyber service|service]] of [[CNMCyber]]. The ''HumHub'' is [[commercial off-the-shelf]] ([[COTS]]) [[social networking software]], [[HumHub]]. It deploys [[MariaDB]] as its database management system.  
  
  
 
==Pretty URLs==
 
==Pretty URLs==
 
*https://docs.humhub.org/docs/admin/installation/#pretty-urls
 
*https://docs.humhub.org/docs/admin/installation/#pretty-urls
 +
 +
==Landing page==
 +
 +
To change the default landing page in HumHub, you can follow these steps:
 +
 +
    Log in to your HumHub instance as an administrator.
 +
    Go to the Administration section (usually accessible via a gear icon or a link in the footer).
 +
    Click on Settings.
 +
    Scroll down to the Appearance section.
 +
    Look for the Default landing page option.
 +
    Select the desired page from the dropdown menu (e.g., Dashboard, News, or a custom page).
 +
    Click Save to apply the changes.
 +
 +
Alternatively, you can also change the default landing page by modifying the defaultRoute setting in the config.php file. To do this:
 +
 +
    Access your HumHub instance's file system (e.g., via FTP or SSH).
 +
    Open the config.php file in a text editor.
 +
    Look for the defaultRoute setting and update it to the desired page (e.g., defaultRoute => 'dashboard/index').
 +
    Save the changes to the file.
 +
 +
Note: These instructions assume you are using a standard HumHub installation. If you have customized your instance, the steps may vary.
  
 
==Development==
 
==Development==

Latest revision as of 18:12, 23 May 2024

Educaship HumHub (hereinafter, the Soft; formerly known as CNM Socialware) is a CNM stable app built with HumHub. The Soft powers CNMCyber.com, SocialHandsOn, or SocialNext service of CNMCyber. The HumHub is commercial off-the-shelf (COTS) social networking software, HumHub. It deploys MariaDB as its database management system.


Pretty URLs

Landing page

To change the default landing page in HumHub, you can follow these steps:

   Log in to your HumHub instance as an administrator.
   Go to the Administration section (usually accessible via a gear icon or a link in the footer).
   Click on Settings.
   Scroll down to the Appearance section.
   Look for the Default landing page option.
   Select the desired page from the dropdown menu (e.g., Dashboard, News, or a custom page).
   Click Save to apply the changes.

Alternatively, you can also change the default landing page by modifying the defaultRoute setting in the config.php file. To do this:

   Access your HumHub instance's file system (e.g., via FTP or SSH).
   Open the config.php file in a text editor.
   Look for the defaultRoute setting and update it to the desired page (e.g., defaultRoute => 'dashboard/index').
   Save the changes to the file.

Note: These instructions assume you are using a standard HumHub installation. If you have customized your instance, the steps may vary.

Development

Development of the Soft occurs under the HumHub for CNM Cloud project.

See also

Related lectures