Download:
app.php/addons/free_addon/maths_captcha/
Support:
app.php/addons/free_addon/maths_captcha/support
s01e01 - Maths Captcha QUESTIONS / SUPPORT
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
s01e01 - Maths Captcha QUESTIONS / SUPPORT
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
Tags:
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: s01e01 - Maths Captcha
It seems this version is missing the language file inclusion, or do I miss something?
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: s01e01 - Maths Captcha
Just downloaded the .zip - language file is definitely in there...
You are right, the actual hook file is not having the language pull...
It looks to me like the language files are auto-loaded, so no need to explicitly tell the file what to load (unless the language is in a differently named file of course).
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: s01e01 - Maths Captcha
If you put the hook and language files in the same locations as in the distribution, they will just work. If you try to stuff the hook file into a templates directory, you have to load the language file manually.