Search found 13 matches
- 21 Nov 2020, 02:50
- Forum: SFS2X Questions
- Topic: SignUpAssistantComponent PostProcessPlugin Question
- Replies: 2
- Views: 3927
Re: SignUpAssistantComponent PostProcessPlugin Question
Great, thanks!
- 21 Nov 2020, 02:50
- Forum: SFS2X Questions
- Topic: Multiple Email Accounts
- Replies: 3
- Views: 14882
Re: Multiple Email Accounts
Ah yeah, I should have clarified I meant sending email in my original post, sorry about that! I think it would be really cool to have the option of setting up multiple accounts, for example: accounts@mygame.com support@mygame.com noreply@mygame.com I suppose a majority of this behavior can be accomp...
- 20 Nov 2020, 04:21
- Forum: SFS2X Questions
- Topic: Multiple Email Accounts
- Replies: 3
- Views: 14882
Multiple Email Accounts
Hello,
I am wondering how to setup multiple email accounts. Is this possible? I see in my SmartFoxServer under the Mailer tab in Server Configurator I can setup only one email account.
Thanks,
Andy
I am wondering how to setup multiple email accounts. Is this possible? I see in my SmartFoxServer under the Mailer tab in Server Configurator I can setup only one email account.
Thanks,
Andy
- 20 Nov 2020, 03:21
- Forum: SFS2X Questions
- Topic: SignUpAssistantComponent PostProcessPlugin Question
- Replies: 2
- Views: 3927
SignUpAssistantComponent PostProcessPlugin Question
Hello, I am following this article on the SmartFoxServer website about PostProcessPlugins: http://docs2x.smartfoxserver.com/ExtensionsJava/signup-assistant-activation In one of the examples, under the "Custom Email Fields" section, it uses the variable "age" without referencing i...
- 04 Nov 2020, 05:00
- Forum: SFS2X Questions
- Topic: SignUpAssistantComponent NoSQL Solution
- Replies: 3
- Views: 310
Re: SignUpAssistantComponent NoSQL Solution
Is the SFSDBManager class SQL only as well?
- 03 Nov 2020, 06:44
- Forum: SFS2X Questions
- Topic: SignUpAssistantComponent NoSQL Solution
- Replies: 3
- Views: 310
SignUpAssistantComponent NoSQL Solution
Hello, I was wondering if the SignUpAssistantComponent works for noSQL databases like MongoDB. If there is support, how can I get this setup? If there isn't support, would I need to write my own signup code? Or can I extend from SignUpAssistantComponent and override the parts that use SQL to interac...
- 02 Nov 2020, 06:13
- Forum: SFS2X Questions
- Topic: MongoDB async vs sync libraries with SFS
- Replies: 3
- Views: 329
Re: MongoDB async vs sync libraries with SFS
Thank you for clearing this up! Luckily this also clears my conscience about sticking with the synchronous library for now, as it's much easier to get started with.
Cheers
Andy
Cheers
Andy
- 01 Nov 2020, 07:14
- Forum: SFS2X Questions
- Topic: MongoDB async vs sync libraries with SFS
- Replies: 3
- Views: 329
Re: MongoDB async vs sync libraries with SFS
It also seems SFS (at least for the login extension) flows in a synchronous fashion, as it provides the option to throw an SFSLoginException to let the client know if the login fails. If I went the asynchronous route, would I need to create a custom Extension Response/Request to return a success/fai...
- 01 Nov 2020, 07:08
- Forum: SFS2X Questions
- Topic: MongoDB async vs sync libraries with SFS
- Replies: 3
- Views: 329
MongoDB async vs sync libraries with SFS
Hello, I am using MongoDB as my database solution for my project, and I noticed they have two libraries. A non-blocking solution that allows for reactive-streaming style programming (albeit a much steeper learning curve), and a regular synchronous library that blocks while waiting for a result from ...
- 01 Nov 2020, 02:34
- Forum: SFS2X Questions
- Topic: SFS2X Serverside Source not found in Eclipse
- Replies: 2
- Views: 265
Re: SFS2X Serverside Source not found in Eclipse
Ah thanks for the quick response!
- 31 Oct 2020, 04:00
- Forum: SFS2X Questions
- Topic: SFS2X Serverside Source not found in Eclipse
- Replies: 2
- Views: 265
SFS2X Serverside Source not found in Eclipse
Hello, I am working with the server-side code, and right now I'm running into an issue where Eclipse cannot find the source code. Is there anywhere I can download the code to link in Eclipse? If I open my project in Intellij, I'm guessing Intellij does some fanciness on the jars, because it is able ...
- 19 Aug 2017, 21:47
- Forum: SFS2X Questions
- Topic: How to enable multiple extension jars per zone?
- Replies: 2
- Views: 1409
Re: How to enable multiple extension jars per zone?
Ahhh yes, I understand now.
As new questions arise, I will be sure to post them on the forum.
Thank you for your help Lapo!
~Andy608
As new questions arise, I will be sure to post them on the forum.
Thank you for your help Lapo!
~Andy608
- 02 Aug 2017, 05:29
- Forum: SFS2X Questions
- Topic: How to enable multiple extension jars per zone?
- Replies: 2
- Views: 1409
How to enable multiple extension jars per zone?
Hello, I am new to SmartFoxServer. From what I currently understand, each extension goes in a different jar file. I currently have a custom Login Extension and I just finished working on a custom Signup Extension. Both of these extensions are in their own jar files. My question is, how do I add both...