@Yve-Salazar Are you still looking to distinguish between API calls via curl?
How to provide Name and Email field for Guset User?
-
@akumbhare this is probably what you are looking for. scheduled for v0.6.1
https://github.com/NodeBB/NodeBB/issues/2569It doesn't prompt for an email address but the guest user can specify a name.
-
@akumbhare find the guest username entry within master. Replicate it but for email addresses?
-
Hi,
I downloaded the latest source code from the working master branch of NodeBB source code.
After that, I am able to see "Allow guest handles" into "GUEST" option in ACP settings.
So here I have to provide "GUEST" Email option such as user-name using "PLUGIN".
Through PLUGIN, I have to provide option for for email into UI similar to Username as well as I need to insert that email into database.
How can I provide UI for email input field and stores this email value respective to that post in database using my custom plug-in? -
Hi,
When GUEST user created new topic providing his name,
In the recent post page it shows " -- minutes ago by Guest",
also hovering on topic image "Guest" tool-tip appears. I think it must show GUEST user name.
Are you nodeBB guys working on this issue or this issue has completed?Please see attached screenshots:
-
@akumbhare Have you turned the option on in the ACP?
-
@akumbhare said:
Hi,
I downloaded the latest source code from the working master branch of NodeBB source code.
After that, I am able to see "Allow guest handles" into "GUEST" option in ACP settings.
So here I have to provide "GUEST" Email option such as user-name using "PLUGIN".
Through PLUGIN, I have to provide option for for email into UI similar to Username as well as I need to insert that email into database.
How can I provide UI for email input field and stores this email value respective to that post in database using my custom plug-in?Please refer my above comment. Yes I have turn on option in ACP.