Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Greeting inbox message?
fubarp
New
I'm not sure if this is already installed in the dashboard or not. I want to set up a inbox message sent from the website to players once they have confirmed their emails as a greeting. Is this possible? I know it should be possible I'm just obviously blind to where it is located.
0
Comments
There is a message :
Hello !
You have successfully connected to Vanilla Forums Community. Here is your information:
Username:
Connected With:
You can access the site at http://vanillaforums.org/.
Have a great day!
Is that what you want to change ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
No I want to make that an inbox message on the forums.
Well not that message to the inbox but basically a custom message sent to the player inbox after registering.
I believe you can customize that message and change it to anything you want. in the folder forum/application/dashboard/locale/en-CA/definitions.php
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Are you sure? Went to it, doesn't look like that has anything to do with setting up a message to the person inbox after signing up.
Because I don't know what set up you are using all I can do is guess where your files are. This is some of what that file contains. i removed some of it coz it won't fit.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
So you want a message sent - as if it were a conversation coming from the admin (in addition to the confirmation email).
you can't do that without a plugin and/or mod to the core - there is no interaction with inbox conversations upon approval.
However, the approval message can be changed in the activities(in case you make do with this.).
via changing definition....
$Definition['Welcome Aboard!'] = "We would like to welcome you to our forum. Hope to see you posting soon. Remember you are lucky we are doing this for free. Custom programming available for a fee ";
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
FWIW, this is on my short list of plugins to make.
FWIW - glad you mentioned it and glad I haven't spent any time pursuing beyond researching the existing framework
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I literally have an uncommitted plugin folder called 'Greeter' sitting in my local core repo. Not very far along, but definitely going in sometime soon.
My hangup is there's a behavior problem with Conversations. Delete Conversation removes you from all further correspondence in the chain which doesn't make any sense, and means the admin would have a stack of these greetings in their inbox constantly that they could never delete. Stupid. Needs to be corrected but it's a complex change.
@Lincoln
not relating to your plugin but if conversations app gets revamped, it would be cool - if upon deletion of conversation by last remaining recipient - the message body gets deleted too, and the conversation table gets cleaned - instead of stacking up of records that can never be accessed by admin or users in vanilla again (except via a database tool). At least that is the way it is in vanilla 2.0.18.4.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Good insight, I didn't even realize it was doing that.
Yeah that was what I was asking for and dang. I'll think of something maybe actually placing the code needed in the Reregistration Email. Idk..
I have a problem here, where i can change the text in the locale between Hello and Have a great day. But these both expressions seem to be wrapped around the text (need it in german) and i can't find where they originate.
@phreak these?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanx vrijvlinder, EMailHeader and EmailFotter didn't exist in mym locale. Seems like i never created them.
Another issue i have is the notification text for conversations.
Can't find this one in the conversations locale nor anyway. Mmhh scratch
In the english locale or the Austrian locale?
There was an error rendering this rich post.
Nowhere
@phreak I did a search on the 2.0 source code and I didn't get a hit for "hey there" or "You have just received".
Are you running 2.1? What is the exact message say?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I'm running 2.0.18.X.
Wonder where that one hides?!