02-07-2017, 03:33 PM
I need to make those more obvious. It's in users/join.php
In reality, the best thing to do (and what I'm going to do to fix this) is to change line 170 to say
Then whatever you put in the control panel for your site name will come up.
Line 24 of users/views/JoinThankYou_verify.php
and
Line 25 of users/views/JoinThankYou.php
and
Line 35 of users/_blank_pages/project.root.php
Should all be changed as well while you're at it.
I'm adding this to my list.
In reality, the best thing to do (and what I'm going to do to fix this) is to change line 170 to say
Code:
Welcome to <?=$settings->site_name?>
Then whatever you put in the control panel for your site name will come up.
Line 24 of users/views/JoinThankYou_verify.php
and
Line 25 of users/views/JoinThankYou.php
and
Line 35 of users/_blank_pages/project.root.php
Should all be changed as well while you're at it.
I'm adding this to my list.