2012-11-11, 10:43 AM
Never mind, I was able to achieve what I was searching for by simply put straight before the end of the form some hidden inputs with my forced values. Example:
This would force users to see avatars in posts and PMs.
<input type="hidden" name="showavatars" id="showavatars" value="1" checked="checked" />
This would force users to see avatars in posts and PMs.