@phenomlab it seems like it kind of works, but the ads are intermittently showing and only on the front page, although I put the widget in the global header. My guess as it's something related to the google adsense code not being inside the head tag. I will keep exploring the option of using custom header and try to figure out how to detect the guest users in javascript.
URL Problem after Log In (Double Url).
-
Hi, I've got a problem. Everything was all right but then, when someone is logging in on my forum it is reddirecting him to: https://example.com/https://example.com instead of https://example.com
I did more tests, if you are already on a page and login in, people will go to https://example.com/https://example.com-page.
If you log in and them log in multiple times in the same tab, the site will appear more times.
Sorry for my bad english, please help
Can someone add me on Discord? (An admin or mod, please...).
My Discord: Paladin#5035 -
Check the url cake in config.json, make sure it matches your site address exactly. Specifically, make sure the protocol (http / https) matches.
-
Thanks you so much, all I had to do was to change from http into https.