Educare Wordpress Plugin - Rating, Reviews, Demo & Download

Educare Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Educare is a plugin dev by FixBD that help you to easily control over your institute students at online. It’s a School/College students & results management plugin that was created to make WordPress a more powerful CMS.

This plugin allows you to manage and publish students results. You can easily Add/Edit/Delete Students, Results, Class, Exam, Year Custom field and much more… Also you can import & export unlimited students and results just one click!

Just install and manage your School, College, Coaching Center & personal website with existing futures of Educare. Remember, all futures of Educare is completely free of charge!

Current Features

Results System –

  1. Users/Students can find result by Name, Registration number, Roll Number, Exam, Passing Year
  2. Optional subject
  3. Auto/Manual results calculation
  4. Results table with students details
  5. Subject marks and grade
  6. Users/Students Photos
  7. Field validation
  8. Error notice
  9. Custom Themes
  10. Print results

Admin Can –

  1. Add/Update/Delete Results
  2. Import Results
  3. Export Results
  4. Public Results
  5. Add/Update/Delete Subject
  6. Add/Update/Delete Class
  7. Add/Update/Delete Exam
  8. Add/Update/Delete Year
  9. Add/Update/Delete Extra field
  10. Control Settings

Futures Update:

Students/Users Can –

  1. Register Admissions Forms
  2. Edit Profiles
  3. Change Profiles picture
  4. View/Attend class
  5. Attend Exam

Admin Can –

We work for add Results Rules futures. this is a one of the most important futures for add results. In current version of this plugin, admin can add one rules results.

What is Results Rules futures?
Current version of this plugin, admin can add one rules results. for example: we need to add JSC, SSC and HSC exam results. but admin can add only one of this three exam. Because, JSC students subject are 9, SSC students Subject 11, and HSC students subject 7. So, it’s little be complicated to Add, Show and Auto calculate the results. Results Rules futures solve this issue. We will add this futures after next update!

Back end –

  1. Add Teachers
  2. Received Payment
  3. Aprove Admissions Forms
  4. Delete Admissions Forms

Front In –

  1. Custom Login page
  2. Custom Registration page
  3. Custom Forgot Password page
  4. Custom User Profiles page
  5. Custom Profiles Edit page
  6. Redirect Facility
    And soo on…

For more info, please visit the Educare on GitHub.

Shortcodes

Currently, there are only one shortcodes available that you can use in your post editor, template or any shortcode-ready area..

[educare_results]

You need to add [educare_results] shortcode into WP editor or Template for front end results system. This shortcode display search form and results table. So, users/students can easily find and view there results.

Plugin Development

If you’re a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it’s GitHub repository. Here, some of the basics introduction given below:

To Change Results Table Style/Colors

In function.php files (php)

add_action('wp_enqueue_scripts', 'custom_results_style');
function custom_results_style() {
    wp_enqueue_style('custom_results_style', get_template_directory_uri().'/assets/css/results.css');
}

** Notes: Make sure to change (assets/css/results.css) to your own URL

In results.css files (css)

/*Button style*/
.educare_results button {
  color: white;
  background-color: blue;
}

/*Headers style*/
.result_body h2,
.result_body h3 {
    color: white;
    background: green;
    padding: 22px;
}
.result_body .grade_sheet th {
    background: rgba(0,115,0,0.20);
}

/*Students photos*/
.result_body .student_photos {
text-align: center;
}
.result_body .student_photos img {
    width: 40%;
    height: 40%;
    max-width: 150px;
    max-height: 150px;
    padding: 8px;
    border-radius: 8px;
}

/*Table style*/
.result_body table {
    background: #fff;
    border-collapse: collapse;
}
.result_body .result_details td,
.result_body .grade_sheet td,
.result_body .grade_sheet th {
    border: 1px solid rgba(20,20,20,0.10);
}

/*Status style*/
.result_body .failed,
.result_body .error,
.errnotice b {
    color: red;
}
.result_body .success {
    color: green;
}


* If you wish to know more about, how to change educare results table style? please view this [GitHub repository](https://github.com/fixbd/educare/includes/support/educare_themes).

* For Complete Educare Development Resource, Please visit [Educare home page](https://github.com/fixbd/educare).

Like this plugin?

The Educare plugin is a massive project with lot’s of code to maintain. A major update can take weeks or months of work. We don’t make any money from this plugin users, We glad to say that, All (PREMIUM) futures of Educare is completely free of charge!. So, no money will be required to install or update this plugin. Please consider helping just –

Professional Support

If you need professional plugin support from us, you can visit our support page.

Screenshots

  1. Front end search results

    Front end search results

  2. Front end results table

    Front end results table

  3. View Results

    View Results

  4. Add results

    Add results

  5. Import results

    Import results

  6. Update Results

    Update Results

  7. Educare Settings

    Educare Settings

  8. Add Contents

    Add Contents

  9. Add Extra Fields

    Add Extra Fields


Reviews & Comments