solved Admin Skin switches on different pages

SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
When I look at the debug log I see a different skin than when I look at the activity log.

I have Admin Skin activated and set to use Elastic as the admin skin which it does when looking at the activity log, but not the debug log.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 02/17/16 07:29:43AM
michael
@michael
10 years ago
7,793 posts
not me. I see the set admin skin on all 3 urls:
site.com/core/activity_log
site.com/core/debug_log
site.com/core/php_error_log

any other setup clues?
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Not really, that's all there is - activate the admin skin module and use a different skin for "set as active admin skin"

Developer mode makes no difference, which skins makes no difference, disabling all but the core modules makes no difference.

It happens on all sites that I have.

Theres this from the error log, appears in the error log on all my sites.
Quote:
[21-Oct-2015 15:22:02 Europe/Dublin] PHP Notice: Undefined index: _1 in /Applications/AMPPS/www/site.com/modules/jrAdminSkin/include.php on line 163
[21-Oct-2015 15:22:02 Europe/Dublin] PHP Notice: Undefined index: _1 in /Applications/AMPPS/www/site.com/modules/jrAdminSkin/include.php on line 163
[21-Oct-2015 15:22:02 Europe/Dublin] PHP Notice: Undefined index: skin in /Applications/AMPPS/www/site.com/modules/jrAdminSkin/include.php on line 179
[21-Oct-2015 15:22:02 Europe/Dublin] PHP Notice: Undefined index: skin in /Applications/AMPPS/www/site.com/modules/jrAdminSkin/include.php on line 207



--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
brian
@brian
10 years ago
10,149 posts
I see this on my end too - we'll check it out.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Thanks, That's now looking good when viewing logs.

I have another skin switch though (when logged in as admin or profile admin):
Updating a profile ( /profile/settings/profile_id=3/id=3 )
shows a different skin than when creating a profile ( /profile/create )




--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 11/15/15 06:02:47AM
brian
@brian
10 years ago
10,149 posts
SteveX:
Thanks, That's now looking good when viewing logs.

I have another skin switch though (when logged in as admin or profile admin):
Updating a profile ( /profile/settings/profile_id=3/id=3 )
shows a different skin than when creating a profile ( /profile/create )

This is correct - any profile view should show the Profile template since this is where users go modify their profile info - we don't want them to switch back and forth between the "admin" skin and "profile" skin.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Thanks Brian. Then maybe admin should see the profile template when creating as well. It's very jarring having the skin change on you in the middle of the ACP.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
brian
@brian
10 years ago
10,149 posts
SteveX:
Thanks Brian. Then maybe admin should see the profile template when creating as well. It's very jarring having the skin change on you in the middle of the ACP.

What I think would be best here is to check the referrer - if the user is a master admin and is coming from the an ACP location (tools, dashboard, etc) then show the admin skin - else show the profile skin.

I can check that out.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
That sounds good.

Thanks Brian :)


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

Tags