oops, now new user cant register, it keeps redirect to login,
fixed
if (data.url !== 'login' && data.url !== 'register' && !app.user.uid) {
oops, now new user cant register, it keeps redirect to login,
fixed
if (data.url !== 'login' && data.url !== 'register' && !app.user.uid) {
hi,
can we get the json data from featured topics from featured-topics-extended plugin? smiliar to /api/recent
thanks!