SetList.ini only exists to build the options page for Expire. The settings themselves are stored in Vanilla's conf/settings.php file. I don't know why the options page isn't working but you can always set Expire's options by editing conf/settings.ph…
This is meant to be a simplified version of Auto Close. My version doesn't conflict with Guest Post.
I didn't bother with the Category features. I could add those if there is huge demand.
SetList.ini only exists to build the options page for Expire. The settings themselves are stored in Vanilla's conf/settings.php file. I don't know why the options page isn't working but you can always set Expire's options by editing conf/settings.ph…
This is meant to be a simplified version of Auto Close. My version doesn't conflict with Guest Post.
I didn't bother with the Category features. I could add those if there is huge demand.
Double-check your public and private reCAPTCHA keys and make sure they match the ones you got when you signed up at recaptcha.net. Apparently I was taking a brain vacation and decided that I shouldn't be exposing the details of those errors to the e…
You need to sign up for your own reCAPTCHA key. It's tied to your domain.
You can pick from one of the four standard reCAPTCHA skins. Although I realize now I screwed up; it turns out the "clean" skin is much wider than the rest and it dorks up the…
Double-check your public and private reCAPTCHA keys and make sure they match the ones you got when you signed up at recaptcha.net. Apparently I was taking a brain vacation and decided that I shouldn't be exposing the details of those errors to the e…
You need to sign up for your own reCAPTCHA key. It's tied to your domain.
You can pick from one of the four standard reCAPTCHA skins. Although I realize now I screwed up; it turns out the "clean" skin is much wider than the rest and it dorks up the…
True, but this extension lets you do it at approval time.
Say you had a 'Member' role for people that you recognize and a 'Newbie' roll for people you've never heard of. This extension makes it easier to shuffle new applicants into the right role q…
True, but this extension lets you do it at approval time.
Say you had a 'Member' role for people that you recognize and a 'Newbie' roll for people you've never heard of. This extension makes it easier to shuffle new applicants into the right role q…
Set List itself has no options. It exists only to create option pages for other extensions. If you're seeing the options page for reCAPTCHA then Set List is working properly.
Language support is meant to go into the Vanilla/languages/########/definitions.php file, like any other extension. Labels pulled from the SetList.ini file are registered with the Vanilla dictionary and will get replaced if another definition alread…
New in version 1.0.1:
Fixed the parse error on line 80 (and others). See previous post.Stopped using the '@' operator to suppress error messages (small performance boost).Non-string values for form element defaults are no longer discarded (you shoul…
My bad.
These errors are happening because I used references in some foreach() loops, not realizing that PHP 4 does not support this. It should be fixed now. I'll upload the new version in just a minute.
Very nice, although there's one other thing I didn't make clear:
Order doesn't matter. Set List will pick up on any extension's form regardless of where each extension appears in extensions.php. No more hand-editing your settings files!
No worries mate, that's exactly the question I want to be clear on.
The idea is that other extensions rely on Set List only to display the settings form. Without Set List, extension settings can still be changed by directly editing the conf/setting…