e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

Mailto link to website admin on registration page #2074

Closed chimcen closed 7 years ago

chimcen commented 7 years ago

Is there a way to remove the mailto link to website admin on registration page? Or better, to replace this mailto link with link to contact form within e107v2? registration_mailto

tgtje commented 7 years ago

core/templates/signup template line 194. But remember : each update WILL overwrite the change you make.

Moc commented 7 years ago

It's a template so you can simply override it, which keeps the changes even if you update it.

See the documentation on e107.org about overriding core templates.

chimcen commented 7 years ago

Thank you. Thats what i'm searching for. Yes, i know. I have many changes like this ;)