michael-dev / dokuwikietherpadlite

Etherpad-Lite plugin for dokuwiki
13 stars 5 forks source link

Hide etherpad controls #16

Closed rasos closed 5 years ago

rasos commented 7 years ago

We have successfully installed the dokuwikietherpadliteplugin on an older DokuWiki Adora Belle version (including ProxyPass and ProxyPassreverse) and the ep_iframeinsert plugin on an existing, open etherpad-lite (installed manually, which needed a chown on the plugin to make ep work again).

Now we have two formatting rows, see screenshot. dokuwikietehrpadliteformattingdoubled Where would we need to add the parameter "showControls=false" in the API call, as described here, when calling it by URL: https://github.com/ether/etherpad-lite/wiki/Embed-Parameters

michael-dev commented 7 years ago

Please add this to action/etherpadlite.php function getPageInfo.

Thanks for pointing this out.

michael-dev commented 5 years ago

This is now configurable, as it also removes the history controls.