Resource icon

Options by URL 1.0.0

No permission to download

Xon

Well-known member
Xon submitted a new resource:

Options by URL - Developer-only tooling for testing XF options per-page

Allows overriding XF options via URL. Unauthenticated.

Not for general use!

Usage
Prefix xf.options. to the option name;

ie;
Code:
http://example.org/?xf.options.boardActive=0

Array values should be encoded as json;
ie;
Code:
http://example.org/?xf.options.tosUrl={"type":"default"}

Warnings

Only runs when development mode is enabled, logs an error otherwise.

A site with this add-on installed should...

Read more about this resource...
 
Top Bottom