You are not logged in.
Pages: 1
function TBlogApplication.ArticleComment
require AuthorID := GetLoggedAuthorID(canComment,comm);
otherwise goto error,
any code ready or almost ready for a new user registration ?
like
function TBlogApplication.SetnewAuthor
thanks for any support and idea
Offline
any idea to create a quick function to add new user ?
idea is to use lightweight inline popup code jv like this
http://www.enthropia.com/labs/ibox/
it will be nice to use the inline popup to show login error codes or any error, without reload html page
Offline
In the current implementation, Authors should be created outside of the main page, possibly in an "administration" section - or even offline, using REST methods.
This is just a sample, remember!
You are free to extend it.
Offline
Pages: 1