1
I want to update the userinfo.php template, but any changes I make to modules/system/templates/system_userinfo.html are not made effective, since the templates were placed into the MySQL database upon installation.
Is there a standard way of making changes to these templates? I could spend a couple hours reading lots of code until I can write the appropriate MySQL commands to update it manually. It would be nice if there is a faster way to get around this problem which seems should be common. Any snippet already in existence?
Thank-you in advance.