Recent Topics

1 Jul 30, 2006 03:21    

Anyone care to explain?

2 Jul 30, 2006 08:08

Settings are applied to all users whether they are logged in or just a visitor.

User settings apply to the currently logged in user, and are used to allow them to select their own preferences.

¥

3 Jul 30, 2006 08:20

Hrmm, UserSettings should also apply to guests as well, and be stored in cookies don't you think? - If not i'm requesting it.

4 Jul 30, 2006 08:26

How would guests set their settings without access to admin?

¥

5 Jul 30, 2006 08:37

href="regenurl?gallery_plugin_the_setting=the_value"

then a check happens on load or whatever;
if ( isset($_GET[$plugin->classname.'_'.$setting->code]) )

thats the basic jist.

Would be used in the gallery plugin to get/set the display mode.

6 Jul 30, 2006 09:02

Well, stick a request in, the worst they can say is "no" huh? ;)

¥

8 Jul 30, 2006 10:33

Personally I've put it in cvs/preview or feature requests forum, but anywhere it gets seen works ;)

¥

9 Jul 30, 2006 10:36

Haha you read my mind.

Well event requests are posted here....

The feature request forum seems to be a general thing, while this one is just for plugins....

Makes sense seeing that plugins could be just as big as the all the rest.... (some day).

10 Jul 30, 2006 15:04

balupton, what you're requesting would be another kind of settings: CookieSettings.

11 Jul 31, 2006 01:10

Why would you make another settings type instead of just extending UserSettings?

12 Jul 31, 2006 20:59

UserSettings is about DB. And there's a difference between "registered user" (= UserSettings) and "any user" (= Cookie settings)

13 Aug 01, 2006 12:26

Well to me they both serve the same purpose, customizable options for the visitor to the blog.

I would prefer the UserSettings to be extended but maybe i'm getting out of touch...


Form is loading...