Developer Guide

Following guide are made for developer purpose if any developer wants to customize the add-on according to their needs.

File Structure.

assets

Under this, five folders have been given, which are upload, js, images, fontawesome, css files in this file.

  • assets/upload Folder file contains all upload Profile Photos.
  • assets/js Folder file contains all js files.
  • assets/images Folder file contains all images files.
  • assets/fontawesome Folder file contains all fontawesome files.
  • assets/css Folder file contains all css files.
config
  • config/config.phpconfig.php is most important file in this file web security code is add
  • config/core.php core.php in this file database connection code ,client can use there database username , password and database name
database
  • database/mysql.sql A database is information that is set up for easy access, management and updating. databases typically store aggregations of data records or files that contain information.
documentation
  • documentation/.. Information is given in the documentation.
frontend

all frontend file in index no any addition folder is add

src

There are 2 folders inside it. Contains folders of frontend and folders of backends.

  • src/backend In this you will get relative file from all backend.
  • src/css In this you will get relative file from all frontend validation css
  • src/js In this you will get relative file from all ajax and jquery files
index

This will be your index.php file which will be set your default page

some important changes in backend code
  • first go this path /src/backend/reset-mail-password.php and click
  • then change and enter your domain like this in below image. please change proper beacause its important for forget password
  • And Second its very important for shorten url it redirect to form.
  • insert the proper path like in above image and like https://designcollection.in/demo/telegram-whatsapp-group-development/ they complete url so you can insert only demo/telegram-whatsapp-group-development/ hope you can understand
  • © Copyright-2022 DesignCollection.in. All rights reserved.