Skip to navigation
Add an iframe possibility to the my mediawiki.
15.02.19
1. download the extensions https://github.com/MacFan4000/IDisplay/archive/master.zip 2. extract it to the extensions folder in may case is :/var/customers/webs/wiki/extensions/ 3. add this line to of your LocalSettings.php: require_once "$IP/extensions/iDisplay/iDisplay.php"; 4. add those 2 lines to LocalSettings.php to edit common.css wiki page $wgGroupPermissions['user']['editinterface'] = true; $wgGroupPermissions['editcss']['editinterface'] = true; 5 add the below css code the common.css page http://mypage/index.php/MediaWiki:Common.css iframe { width: 100% !important; height: * !important; min-width: 600px; min-height: 500px; } 6. example usage in your wiki page: {{#iDisplay:https://myridia.com|100%|600}}
https://www.mediawiki.org/wiki/Extension:IDisplay
Reply
Anonymous
Information Epoch 1732646815
Avoid captive user interfaces.
Home
Notebook
Contact us