Jump to content

New pages

New pages
Hide registered users | Show bots | Hide redirects

26 October 2025

19 October 2025

  • 19:5419:54, 19 October 2025 MediaWiki - Configure Theme (hist | edit) [1,672 bytes] Jeanknapp (talk | contribs) (Created page with "== LocalSettings.php == Download LocalSettings.php, apply the changes below and reupload it to the root folder of the Wiki. === Enable the modern version of the Vector skin === Set the following commands:<pre>$wgDefaultSkin = "vector-2022"; $wgVectorNightMode['beta'] = true; $wgVectorNightMode['logged_out'] = true; $wgVectorNightMode['logged_in'] = true;</pre> === Enable Dark Mode === Set the following command:<pre> $wgDefaultUserOptions['vector-theme'] = 'night'; </pr...") Tag: Visual edit
  • 19:0919:09, 19 October 2025 MediaWiki - Installation (hist | edit) [2,822 bytes] Jeanknapp (talk | contribs) (Created page with "DISPLAYTITLE == 1. Update your server == Run the following command in Terminal: <pre> sudo apt update && sudo apt upgrade -y </pre> == 2. Verify PHP modules == Run the following command in Terminal: <pre> sudo apt install php-intl php-xml php-mbstring php-json php-curl php-gd php-apcu -y </pre> == 3. Create a database for MediaWiki == Run the following command in Terminal: <pre> sudo mysql -u root -p </pre> Then run the folllowing SQL command: <pre> CREATE DATABASE w...") Tag: Visual edit: Switched originally created as "MediaWiki/Installation"