Users Online Section - Nova Skin

MAD
MAD
@madc
10 years ago
600 posts
Don't know if anyone else has come across this problem but even if I am logged in and go to my homepage the Whos Online area says
Log In
Create Account

If I click on log in, in that section, it takes me to my profile page.
once I go back to the homepage the Whos Online section displays correctly.

Is this a bug?

http://jr.punkbp.com
Feel free to look/create an account etc


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 02/18/14 01:23:50AM
brian
@brian
10 years ago
10,148 posts
ba9801:
Don't know if anyone else has come across this problem but even if I am logged in and go to my homepage the Whos Online area says
Log In
Create Account

If I click on log in, in that section, it takes me to my profile page.
once I go back to the homepage the Whos Online section displays correctly.

Is this a bug?

http://jr.punkbp.com
Feel free to look/create an account etc

Sounds like you are bouncing between www and non-www versions of your site. Make sure the Jamroom URL in your data/config/config.php is the one you want to use (www or non-www), then update the .htaccess file in the JR root to always redirect to the right one - i.e. if you want your site to use www:

RewriteCond %{SERVER_PORT} ^80$
RewriteCond %{HTTP_HOST} ^yourdomain\.com [NC]
RewriteRule .? http://www.yourdomain.com%{REQUEST_URI} [R=301,L]

or for non-www:
RewriteCond %{SERVER_PORT} ^80$
RewriteCond %{HTTP_HOST} ^www.yourdomain\.com [NC]
RewriteRule .? http://yourdomain.com%{REQUEST_URI} [R=301,L]

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,148 posts
Actually looking at your site you're on a sub domain, so nevermind. Sounds like maybe browser caching? I've not seen this before.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
MAD
MAD
@madc
10 years ago
600 posts
Yeah we are building on a subdomain. Won't be an issue by the sounds of it once we move it to a main.
And no, My browser cache gets cleaned regularly as I am doing styling work and it is there with cache cleaned or not.
Never seen this before on any site. hey , I'm logged in but the whos online says I am not??


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

Tags