+ would help remember plush settings
REQ: Server storage for theme settings
REQ: Server storage for theme settings
Want to make a CSS customizable theme with JS color picker, storing in cookies would force a redesign on cache clear or different browser
+ would help remember plush settings
+ would help remember plush settings
Re: REQ: Server storage for theme settings
So, what are you asking for?
Re: REQ: Server storage for theme settings
Some way to post variables and have sabnzbd store it in the ini probably best to have it in per theme section
[theme-]
key=value
probably limit key to like 10-15 chars, value to 100-255 or something, and if not too much work limit the count of variables so it doesn't get too huge if someone does something wrong
or maybe just a key to store JSON posted from browser
theme-plush={key1:val,key2:val} limited to 1000-2000
[theme-]
key=value
probably limit key to like 10-15 chars, value to 100-255 or something, and if not too much work limit the count of variables so it doesn't get too huge if someone does something wrong
or maybe just a key to store JSON posted from browser
theme-plush={key1:val,key2:val} limited to 1000-2000
Re: REQ: Server storage for theme settings
We have no plans for that.
The current skins simply create a cookie.
Makes sense when you access a central system with SABnzbd
from different clients.
The current skins simply create a cookie.
Makes sense when you access a central system with SABnzbd
from different clients.
Re: REQ: Server storage for theme settings
Cookies only stick to a single client, if you use more than one web browser at one or more computers any settings for that theme is lost and require you to update prefs, if cache is cleared, require you to update prefs... why does it make sense to not have your prefs saved for different clients?shypike wrote: We have no plans for that.
The current skins simply create a cookie.
Makes sense when you access a central system with SABnzbd
from different clients.

