Well, you guys request it, I made it. With the most-asked question of all "Can you make a theme system?". Well, it is now here with jCaptcha 1.4!
Download & Demo...
Download:
You must be registered for see links
Demo:
You must be registered for see links
Fork & Watch...
Please fork and/or watch jCaptcha on
You must be registered for see links
or
You must be registered for see links
.Pre-made Themes...
V1 Original
Default (Directly from API)
Making Themes...
You can examine the given example theme files. Which was used in the previous UI of jCaptcha.
The Required Files Are (For making a jCaptcha theme):
- dog.png, cat.png, duck.png, rabbit.png (Or any other file names)
- english.php
- input_form.php
- style.css
input_form.php - This file will be used as a base of jCaptcha.
style.css - This is the basic style file of the jCaptcha Theme.
jCaptcha Tags...
In order to make input_form.php, you will need to know how to operate with jCaptcha's theme system. These are the tags which will be replaced with required data when echoed out when viewed.
- <jcaptcha_question></jcaptcha_question> - Echos out the question (Based on english.php).
- <jcaptcha_site></jcaptcha_site> - Echos out the site URL where specified when jCaptcha class is called.
- <jcaptcha_copyright></jcaptcha_copyright> - Echos out copyright information (Based on english.php)
These will be replaced with 1, 2, 3, 4. Which will then be verified when the user submits the form.
- <jcaptcha_option1></jcaptcha_option1>
- <jcaptcha_option2></jcaptcha_option2>
- <jcaptcha_option3></jcaptcha_option3>
- <jcaptcha_option4></jcaptcha_option4>