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) {
works! thank you so much @baris
hi,
is there a quick hack to redirect guest (non logged in ) user to /login?
i did search and found some answer with modifying some core, and its over a year old, and not sure if that still relevant.
thanks!
@pichalite said in Open new topic composer:
@yariplus that doesn't solve the problem completely for header. Links in header are anchor tags so page will reload before opening the composer unless you modify the header and add the link manually with
data-ajaxify="false"
it works, as anchor i use '#' - it seems t does not reload the page, should i add the data-ajaxify="false" as well?
@yariplus works! - thanks a bunch!
ah oki, i wil test that, thanks!
hi @pichalite, it doesnt work, i did set the id
hi, is there a route, or link to open New topic composer other than the New Topic button?
the goal is to add another menu or button on top (along with tags, popular, recent etc, or persistent on the corner) to open composer window to add new topic (easy access) - since when user are inside a thread/posts - user need to go back to make a new topic.
thanks!
that was fast! thanks a lot guys! @yariplus @pichalite
hi,
can we get the json data from featured topics from featured-topics-extended plugin? smiliar to /api/recent
thanks!
thank you @pichalite
Hello,
what is the route for (current) user bookmark? (to be filled on the navigation > route)
if i access it from user profile page its something like - /user/current-user-name/favourites, but i cant use the same url for the custom navigation, since it will not reflect the active user bookmark.
i hope my question is understandable.
ari