Archives

How to remove mooSocial version and branding in Admin Panel

When the Site Admin logs in to the Admin Dashboard, they will see the version and branding of mooSocial in Admin Panel.

1

Follow the steps below to learn how to remove the version and branding.

  • Access Admin Dashboard => System Settings => General

2

  [1] Uncheck the “Show all mooSocial branding” checkbox to remove mooSocial branding.

  [2] Check on the “Hide mooSocial version” checkbox if you want to hide the mooSocial version.

=> Click on Save Settings button.

  • Go to Admin Home page: The mooSocial version and branding have been removed.

3

Hopefully, this tutorial was helpful for you.

How to change the “-” in profile address into other character

If a user has username, he can access his profile using the url like this https://domainname.com/-username. You can change the “-” to another character by following the below steps:

1. Ftp access to your hosting server

2. Modify the following files:

…/app/config/route.php

image_2022_01_06T07_18_52_600Z

…/app/controller/usercontroller.php

image_2022_01_06T07_18_58_208Z

…/app/model/user.php

image_2022_01_06T07_19_03_390Z

How to set default home page for logged in member

By default, member will see homefeeds after they login into your community, want the system to load difference page? Please follow below steps:

1. Login as admin
2. Go go admin dashboard
3. Go to System admin -> System settings -> Features tab.
4. Find “Home page after logged in” and fill in the name of the new URL (See below screenshot). Click on Save changes, login again to check to see how it work.

image (12)In this screenshot, member will be redirected to browse jobs page after login, you can configure for it to redirect to photos, videos….

Hope it helps.