Hi !
I have a problem with the class : style(userGroupID)
When I enter this in a template :
<span class="username style6">Text</span>
The text doesn't appear in the CSS Style of the user group who has the ID 6 :(
Can you have some help please ?
Hi !
I would like to know how to remove class when a checkbox is checked.
I've tested some JavaScript code but these tests was not a success :(
I want to remove class from a textbox if the checkbox is checked :)
My code
<input type="checkbox" id="checkIn" name="checkTo" />
<input type="text"...
Hi !
I have an error with my DataWriter code :)
When I try to save a new custom text in a field of a table of my DB I have this error :
The requested user could not be found.
The field 'csrf_token' was not recognised.
PLease enter a valid password.
The field 'scheme_class' was not recognised...