christianrabenstein
Forum Replies Created
-
Yes, I do. Since I have found no other way, to show only the registration but not the login. I appreciate your work, and as a software developer my self (since 1982), I know what it means to keep a project, like this, up and running.
Thanks again for your help
The patch works fine – thank you : )
If I load the register page, then I get these errors.
JQMIGRATE: Migrate is installed with loggingActive, version 1.4.1 jquery-migrate.js: 23: 2
Review Methods Bound llms.min.js: 1: 22380
I have activated SCRIPT_DEBUG on my page, if you want to try it yourself.
https://fotoschule.rabenstein.at/registrieren/Thanks for helping
Sure. Should I create a new branch and commit my changes? Then you can choose what suits you and what does not.
A short report. I have tested the second previous version 3.3.0 – RC2, and it looks as if in all areas the data is loaded into the selection field.
Keep up the good work ??Thank you
ChristianThat sounds very good. Can not wait until I can test the new version, because there are so many areas (such as vouchers, assigning membership etc.) which I could not use due to the error. Wonder why others do not get this error. Anyway. I hope very much that I can realize my project with lifterlms.
Have a nice weekend
You’re welcome, thanks for submitting my suggestions here.
Certainly ?? here my quick and dirty version
if(1 == $this->get( 'access_length' ) ) { // single translation $single_plural_translation = __($this->get( 'access_period' ),'lifterlms'); } else { // plural translation // This could work if you have keywords in the .mo file for 'weeks' // so i can tranlate it // years months and days are there and it works fine $single_plural_translation = __($this->get( 'access_period' ).'s','lifterlms'); // My solution now is quick and dirty if("week" == $this->get( 'access_period' ) ) { $single_plural_translation = 'Wochen'; } } $r = sprintf( _nx( '%1$s %2$s of access', '%1$s %2$ss of access', $this->get( 'access_length' ), 'Access period', 'lifterlms' ), $this->get( 'access_length' ), $single_plural_translation );
- This reply was modified 8 years, 2 months ago by christianrabenstein.
Thank you ??
Then I look forward to your update.
If you need more information about the occurrence of the error, please let me know.