The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Change welcome email subject line - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Change welcome email subject line (/showthread.php?tid=452)



Change welcome email subject line - gathr - 02-07-2017

Hey Guys,

How would I go about changing the subject line of the welcome email? Currently, it is saying "Welcome to UserSpice."

Thanks!


Change welcome email subject line - mudmin - 02-07-2017

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

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.



Change welcome email subject line - gathr - 02-08-2017

Awesome Mudmin, thanks for the help!


Change welcome email subject line - Brandin - 09-16-2017

@Mudmin

What do you want to do with this?

Do we want to add a setting for this? Or just do a doc on it?


Change welcome email subject line - mudmin - 09-16-2017

I really like the idea of just grabbing the site name there. At least until we offer multi language support. I can add that.


Change welcome email subject line - mudmin - 09-16-2017

Actually, nevermind. That's already done.


Change welcome email subject line - mudmin - 09-16-2017

I guess it would be good to document it. Also, that's what shows up in the browser title bar, so people probably want to set that setting.


Change welcome email subject line - mudmin - 09-16-2017

I guess it would be good to document it. Also, that's what shows up in the browser title bar, so people probably want to set that setting.