The "To Keep Up" Wiki

A collection of information we find useful

User Tools

Site Tools


dokuwiki_annoyances

This is an old revision of the document!


Dokuwiki Annoyances

The dropdowns in upper-right don't work

When you select the person-dropdown and others in upper right to right of Search, nothing happens. You expect to see your name, update profile, and admin, but the dropdown doesn't drop down.

This is because a flag defer_js is set.

To undo this:

  • You can put the following line in /conf/local.php:
    $conf[“defer_js”] = true;
  • Or you can try going to /doku.php?do=admin&page=config directly to make the change.

On the config page, the setting is in Feature Flags, after Advanced and before Network

dokuwiki_annoyances.1591990328.txt.gz · Last modified: 2021.12.22 14:22 (external edit)