2
I analyzed this problem:
- using jquery.js 1.8.3 (included in Xoops 2.5.6) the "xoadmstyle-cookie" is not stored in Chrome. After an upgrade, initially the old 2.5.5 cookie is used. As soon as it needs an upgrade, no new xoadmstyle cookie is stored.
- I took the old jquery.js (1.7.2) from 2.5.5 and copied it to xoops_lib/Frameworks/jquery/ folder: changed the date of this file (newer then 1.8.3) and did a refresh of the admin: thereafter, I could switch from black to silver and orange. No problem.
- back to jquery.js 1.8.3 (newer date than the 1.7.2 file) and deleting the xoadmstyle-cookie, admin refresh: color change of the admin isn't possible anymore.
I think there is a problem with the jquery.js 1.8.3 and the stylswitch.js of the default admin theme.
SMEDrieben