Skip to content

Customize Educare

R. Atik Islam edited this page Nov 11, 2022 · 6 revisions

Customize Educare

Admin can allow to use actions (hook) for cutomize results cart or searching forms. Educare v1.4.0+ has support hook for customize the result card and search form. So, admin can easily customize educare using hook.


For customize results card (hook):

add_action( 'educare_custom_results', 'my_custom_results' );

For customize search form (hook):

add_action( 'educare_custom_results_forms', 'my_custom_search_form' );

  1. Copy and paste this function in your active themes functions.php files
  2. allow/enable ‘Custom Design Permission’ in plugin settings (because we care of your security)
  3. Throw your logic [code] under 'my_custom_results' function for customize results card and 'my_custom_search_form' for customize search forms

Please follow this files for more details:

For customize results card: https://github.com/FixBD/Educare/blob/educare/includes/support/educare-custom-results-card.php

For customize search form: https://github.com/FixBD/Educare/blob/educare/includes/support/educare-custom-results-form.php

If you have face any problems and need our support (totally free!), Please contact us by email provided in plugin details.


== Frequently Asked Questions ==

Why was this plugin created?

Currently, there are no alternative way to manage students and publish results in WordPress by default. I wasn't satisfied with some educational plugins available in WP plugins directory. Yes, some of them are good, but nothing fit what I had in mind perfectly. And all of this requred a lot of money to use there premium Features.

So, I just built something that I actually enjoyed and used lots of premium features without any charge!.

What is Result Rules Features?

Using this feature you (admin) can add, modify, manage or automatically calculate any type of result based on your country or demand. Eg: India, Bangladesh or US result GPA (CGPA) and calculation methods/rules are different. If you manage results for Indian students, you can add Indian grading system or rules. Also, you can add Bangladesh or US grading system in the same way.

We know, it's a bit difficult. Please share your experience while using these features to improve Educare.

How to show result on (Front End) page?

[educare_results]

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

Can the result card be custom designed?

Yes, In Educare v1.2.2+ you (admin) can customize results card, search results forms. Everything on the front end is customizable. Please Follow this topics.

How do I use it?

Most things of Educare fairly straight-forward, but we've included an in-depth guide in the plugin download. It's a file called readme.md in the plugin folder.

You can also view the readme online.

Minimum PHP requirements.

Current version of Educare requires PHP 4.4+ And Wordpress 3.8+

Help! All Results status failed !

First, you need to add classes, subjects, exams and configure the grading system, then add student results. Please read the documentation for the plugin before actually using it.

Why is Educare free?

We will give you all these premium features for free. Because, we believe in freedom and understand the value of your work and dreams!

Attention please: You only need to give us 5 stars!

Clone this wiki locally