@extends('admin.layouts.home') @section('title', 'Dashboard') @section('content')

General Settings

Manage General Settings

Configure your platform's general settings

General Configuration
{{-- General Configuration Section --}}
Developer Mode

By enabling developer mode, error reporting will be enabled.
It's not recommended to enable this mode without the help of a developer.

Cache System

Speed up your website up to 80%!
Note: Folder cache permission should be set to 777.

Maintenance Mode

Turn the whole site under maintenance.
Access via /admincp or /admin-cp.

SEO Friendly URL

Enable smooth loading to save bandwidth.

Default Language
Date Format
Landing Page

Redirect for non-logged users.

User Configuration
{{-- Here will be the User Configuration Content --}}
Online Users

Show current active users in home page.

User Last Seen Status

Allow users to set their status, online & last active.

User Account Deletion

Allow users to delete their accounts.

Profile Background Change

Allow users to change their profile backgrounds by uploading an image.

Friends System

Choose between Follow & Friend system.

If you change the system to another one, all existing followings, followers, friends will be deleted.
User Invite System

Allow users to invite other users to your site.

Other Settings
Censored Words

Words to be censored and replaced with *** in messages, posts, comments etc, separated by a comma.

Home Page Caching

Enable this feature to save MySQL usage and increase the speed of home page.

Profile Page Caching

Update sidebar data every X, this is related to cache system to save MySQL usage.

Login & Registration
User Registration

Allow users to create accounts on your site.

Auto Username On Register

Generate an auto username on sign up.

Password Complexity Settings

This option will require a strong password on sign up.

Ultimate Login

Send a notification when the user logs from a new location.

Remember This Device

Remember this device in welcome page.

Two-factor Authentication

Send authentication code to verify when user login.

Google Authenticator Settings

Google authenticator code when user login.

Account Validation

Send an activation link after registration.

reCaptcha

Enable reCaptcha to prevent spam.

Prevent Bad Login Attempts

Enable this feature to track and stop brute force attacks.

Registration Limits

How many times a user can create accounts per hour.

Reserved Usernames System

Block reserved usernames.

Notifications Settings
E-mail Notifications

Send E-mail notifications to users after getting site notifications.

Profile Visit Notifications

Send a notification to a user when someone visits his profile.

Note that this feature will require the user to become a Pro member if you enable Pro System.
Notification On New Post

Send a notification to followers when a user creates a new post.

@include('admin.update_settings') @endsection